Skip to content

Commit c823eae

Browse files
committedNov 24, 2016
graphicsmagick: Update URLs for patches
1 parent 9de6029 commit c823eae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

Diff for: ‎pkgs/applications/graphics/graphicsmagick/default.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ stdenv.mkDerivation {
1515
patches = [
1616
./disable-popen.patch
1717
(fetchpatch {
18-
url = "https://sources.debian.net/data/main/g/graphicsmagick/1.3.25-4/debian/patches/CVE-2016-7996_CVE-2016-7997.patch";
18+
url = "https://sources.debian.net/data/main/g/graphicsmagick/1.3.25-5/debian/patches/CVE-2016-7996_CVE-2016-7997.patch";
1919
sha256 = "0xsby2z8n7cnnln7szjznq7iaabq323wymvdjra59yb41aix74r2";
2020
})
2121
(fetchpatch {
22-
url = "https://sources.debian.net/data/main/g/graphicsmagick/1.3.25-4/debian/patches/CVE-2016-7800_part1.patch";
22+
url = "https://sources.debian.net/data/main/g/graphicsmagick/1.3.25-5/debian/patches/CVE-2016-7800_part1.patch";
2323
sha256 = "02s0x9bkbnm5wrd0d2x9ld4d9z5xqpfk310lyylyr5zlnhqxmwgn";
2424
})
2525
(fetchpatch {
26-
url = "https://sources.debian.net/data/main/g/graphicsmagick/1.3.25-4/debian/patches/CVE-2016-7800_part2.patch";
26+
url = "https://sources.debian.net/data/main/g/graphicsmagick/1.3.25-5/debian/patches/CVE-2016-7800_part2.patch";
2727
sha256 = "1h4xv3i1aq5avsd584rwa5sa7ca8f7w9ggmh7j2llqq5kymwsv5f";
2828
})
2929
(fetchpatch {

0 commit comments

Comments
 (0)
Please sign in to comment.