Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9e1d8b747060
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9fdd97fad85e
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jun 10, 2018

  1. libtiff: 4.0.9 update patches (#41753)

    Get libtiff on the same patch level as Debian. The imported patch file
    contains:
    
    CVE-2017-9935
    CVE-2017-11613
    CVE-2017-17095
    CVE-2017-18013
    CVE-2018-5784
    CVE-2018-7456
    
    Re #41750
    Christian Kauhaus authored and xeji committed Jun 10, 2018
    Copy the full SHA
    9fdd97f View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/libtiff/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libtiff/default.nix
Original file line number Diff line number Diff line change
@@ -13,8 +13,8 @@ stdenv.mkDerivation rec {

prePatch = let
debian = fetchurl {
url = http://snapshot.debian.org/archive/debian-debug/20180128T155203Z//pool/main/t/tiff/tiff_4.0.9-3.debian.tar.xz;
sha256 = "0wya42y7kcq093g3h7ca10cm5sns1mgnkjmdd2qdi59v8arga4y4";
url = http://http.debian.net/debian/pool/main/t/tiff/tiff_4.0.9-5.debian.tar.xz;
sha256 = "15lwcsd46gini27akms2ngyxnwi1hs2yskrv5x2wazs5fw5ii62w";
};
in ''
tar xf '${debian}'