summary refs log tree commit diff
path: root/pkgs/tools/archivers
diff options
context:
space:
mode:
authores_github <es_github@keiko.sh.s>2017-06-25 22:12:02 +0100
committerSebastian Hagen <sh_c_git@memespace.net>2017-07-03 02:58:38 +0100
commit674e46d643a46eda2079b7cc387f3f34da796831 (patch)
tree55e1165042a5bd0e3b556574bfa05fb8da181a84 /pkgs/tools/archivers
parentc5e314dabe45142d4790cdc9169438ba6e133ec5 (diff)
downloadnixpkgs-674e46d643a46eda2079b7cc387f3f34da796831.tar
nixpkgs-674e46d643a46eda2079b7cc387f3f34da796831.tar.gz
nixpkgs-674e46d643a46eda2079b7cc387f3f34da796831.tar.bz2
nixpkgs-674e46d643a46eda2079b7cc387f3f34da796831.tar.lz
nixpkgs-674e46d643a46eda2079b7cc387f3f34da796831.tar.xz
nixpkgs-674e46d643a46eda2079b7cc387f3f34da796831.tar.zst
nixpkgs-674e46d643a46eda2079b7cc387f3f34da796831.zip
p7zip: Update CVE-2016-9296 patch URL.
The debian source for this patch file has gone away, rendering this derivation
unbuildable from scratch.
This change updates the URL to a src.fedoraproject.org location that is still
serving a p7zip patch. This file is not the same bytewise, so I'm also updating
the hash; I didn't manage to find a location still serving a file with the
original hash, and my best guess is that this one is functionally equivalent.
Diffstat (limited to 'pkgs/tools/archivers')
-rw-r--r--pkgs/tools/archivers/p7zip/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/archivers/p7zip/default.nix b/pkgs/tools/archivers/p7zip/default.nix
index 8e9db09147e..8d6216cb5ac 100644
--- a/pkgs/tools/archivers/p7zip/default.nix
+++ b/pkgs/tools/archivers/p7zip/default.nix
@@ -11,8 +11,8 @@ stdenv.mkDerivation rec {
 
   patches = [
     (fetchpatch {
-      url = "https://sources.debian.net/data/main/p/p7zip/16.02+dfsg-2/debian/patches/12-CVE-2016-9296.patch";
-      sha256 = "1i7099h27gmb9dv0lb7jnqfm504gs1c3129r6kvi94yb2gzrzk41";
+      url = "https://src.fedoraproject.org/cgit/rpms/p7zip.git/plain/CVE-2016-9296.patch";
+      sha256 = "09wbkzai46bwm8zmplsz0m4jck3qn7snr68i9p1gsih300zidj0m";
     })
   ];