Skip to content

Commit dd65942

Browse files
graphicsmagick: remove patch
Since the security breach was solved upstream.
1 parent 08d1d84 commit dd65942

2 files changed

Lines changed: 0 additions & 19 deletions

File tree

pkgs/by-name/gr/graphicsmagick/001-disable-popen.patch

Lines changed: 0 additions & 12 deletions
This file was deleted.

pkgs/by-name/gr/graphicsmagick/package.nix

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,6 @@ stdenv.mkDerivation (finalAttrs: {
3333

3434
outputs = [ "out" "man" ];
3535

36-
patches = [
37-
# CVE Request: GraphicsMagick and ImageMagick popen() shell vulnerability
38-
# via filename
39-
# https://web.archive.org/web/20160530051451/http://permalink.gmane.org/gmane.comp.security.oss.general/19669
40-
./001-disable-popen.patch
41-
];
42-
4336
buildInputs = [
4437
bzip2
4538
freetype

0 commit comments

Comments
 (0)