[zlib/f15] fix minizip to permit uncrypt when NOUNCRYPT is not defined

Tom Callaway spot at fedoraproject.org
Fri Nov 11 17:24:24 UTC 2011


commit bb164f8063582eef8a01a3b96f6a4858bd0f7381
Author: Tom "spot" Callaway <tcallawa at redhat.com>
Date:   Fri Nov 11 12:24:21 2011 -0500

    fix minizip to permit uncrypt when NOUNCRYPT is not defined

 zlib-1.2.5-minizip-fixuncrypt.patch |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)
---
diff --git a/zlib-1.2.5-minizip-fixuncrypt.patch b/zlib-1.2.5-minizip-fixuncrypt.patch
new file mode 100644
index 0000000..d113879
--- /dev/null
+++ b/zlib-1.2.5-minizip-fixuncrypt.patch
@@ -0,0 +1,14 @@
+diff -up zlib-1.2.5/contrib/minizip/unzip.c.fixuncrypt zlib-1.2.5/contrib/minizip/unzip.c
+--- zlib-1.2.5/contrib/minizip/unzip.c.fixuncrypt	2011-11-11 12:13:56.335867758 -0500
++++ zlib-1.2.5/contrib/minizip/unzip.c	2011-11-11 12:14:01.747799372 -0500
+@@ -68,10 +68,6 @@
+ #include <stdlib.h>
+ #include <string.h>
+ 
+-#ifndef NOUNCRYPT
+-        #define NOUNCRYPT
+-#endif
+-
+ #include "zlib.h"
+ #include "unzip.h"
+ 


More information about the scm-commits mailing list