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

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


commit f9d6b5d2ef431c7bc2f5127f7622bd14ba217010
Author: Tom "spot" Callaway <tcallawa at redhat.com>
Date:   Fri Nov 11 12:23:58 2011 -0500

    fix minizip to permit uncrypt when NOUNCRYPT is not defined

 zlib.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/zlib.spec b/zlib.spec
index 637f9ba..ed17d90 100644
--- a/zlib.spec
+++ b/zlib.spec
@@ -1,13 +1,14 @@
 Summary: The zlib compression and decompression library
 Name: zlib
 Version: 1.2.5
-Release: 4%{?dist}
+Release: 5%{?dist}
 Group: System Environment/Libraries
 Source: http://www.zlib.net/zlib-%{version}.tar.bz2
 Patch3: zlib-1.2.4-autotools.patch
 # https://bugzilla.redhat.com/show_bug.cgi?id=591317
 Patch4: zlib-1.2.5-gentoo.patch
 Patch5: minizip-null.patch
+Patch6: zlib-1.2.5-minizip-fixuncrypt.patch
 URL: http://www.gzip.org/zlib/
 # /contrib/dotzlib/ have Boost license
 License: zlib and Boost
@@ -62,6 +63,7 @@ developing applications which use minizip.
 %patch3 -p1 -b .atools
 %patch4 -p1 -b .g
 %patch5 -p1 -b .null
+%patch6 -p1 -b .fixuncrypt
 # patch cannot create an empty dir
 mkdir contrib/minizip/m4
 cp minigzip.c contrib/minizip
@@ -141,6 +143,9 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_libdir}/pkgconfig/minizip.pc
 
 %changelog
+* Fri Nov 11 2011 Tom Callaway <spot at fedoraproject.org> - 1.2.5-5
+- fix minizip to permit uncrypt when NOUNCRYPT is not defined
+
 * Wed Apr  6 2011 Ivana Hutarova Varekova <varekova at redhat.com> - 1.2.5-4
 - Resolves: #678603
   zlib from minizip allowed NULL pointer parameter of function unzGetCurrentFileInfo 


More information about the scm-commits mailing list