graphicsmagick: 1.3.21 -> 1.3.23, disable popen (security)

http://permalink.gmane.org/gmane.comp.security.oss.general/19669
This commit is contained in:
Franz Pletz
2016-05-30 10:48:50 +02:00
parent 57e4cd680a
commit 769dce0e27
2 changed files with 23 additions and 5 deletions
@@ -0,0 +1,12 @@
http://permalink.gmane.org/gmane.comp.security.oss.general/19669
--- a/magick/blob.c Sat Nov 07 14:49:16 2015 -0600
+++ b/magick/blob.c Sun May 29 14:12:57 2016 -0500
@@ -68,6 +68,7 @@
*/
#define DefaultBlobQuantum 65541
+#undef HAVE_POPEN
/*
Enum declarations.