changeset 2502:72b584e79721

update package zlib
author Mark Brand <mabrand@mabrand.nl>
date Sat, 05 May 2012 17:10:26 +0200
parents a38c8f7515f0
children 475923a43d52
files index.html src/zlib-1-win32-static.patch src/zlib.mk
diffstat 3 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/index.html	Thu May 03 23:18:14 2012 +0200
+++ b/index.html	Sat May 05 17:10:26 2012 +0200
@@ -1930,7 +1930,7 @@
     </tr>
     <tr>
         <td id="zlib-package">zlib</td>
-        <td id="zlib-version">1.2.6</td>
+        <td id="zlib-version">1.2.7</td>
         <td id="zlib-website"><a href="http://zlib.net/">zlib</a></td>
     </tr>
     <tr>
--- a/src/zlib-1-win32-static.patch	Thu May 03 23:18:14 2012 +0200
+++ b/src/zlib-1-win32-static.patch	Sat May 05 17:10:26 2012 +0200
@@ -13,7 +13,7 @@
 index ea430bf..f2573e7 100644
 --- a/Makefile.in
 +++ b/Makefile.in
-@@ -188,11 +188,11 @@ install-libs: $(LIBS)
+@@ -190,11 +190,11 @@ install-libs: $(LIBS)
  	-@if [ ! -d $(DESTDIR)$(sharedlibdir) ]; then mkdir -p $(DESTDIR)$(sharedlibdir); fi
  	-@if [ ! -d $(DESTDIR)$(man3dir)      ]; then mkdir -p $(DESTDIR)$(man3dir); fi
  	-@if [ ! -d $(DESTDIR)$(pkgconfigdir) ]; then mkdir -p $(DESTDIR)$(pkgconfigdir); fi
@@ -31,7 +31,7 @@
 index 780317c..6e6a033 100755
 --- a/configure
 +++ b/configure
-@@ -180,10 +180,7 @@ if test "$gcc" -eq 1 && ($cc -c $cflags $test.c) >> configure.log 2>&1; then
+@@ -205,10 +205,7 @@ if test "$gcc" -eq 1 && ($cc -c $cflags $test.c) >> configure.log 2>&1; then
    CYGWIN* | Cygwin* | cygwin* | OS/2*)
          EXE='.exe' ;;
    MINGW* | mingw*)
--- a/src/zlib.mk	Thu May 03 23:18:14 2012 +0200
+++ b/src/zlib.mk	Sat May 05 17:10:26 2012 +0200
@@ -3,7 +3,7 @@
 
 PKG             := zlib
 $(PKG)_IGNORE   :=
-$(PKG)_CHECKSUM := 3d445731e4bfea1cd00f36567d77d6e5f5a19be9
+$(PKG)_CHECKSUM := 858818fe6d358ec682d54ac5e106a2dd62628e7f
 $(PKG)_SUBDIR   := zlib-$($(PKG)_VERSION)
 $(PKG)_FILE     := zlib-$($(PKG)_VERSION).tar.bz2
 $(PKG)_URL      := http://zlib.net/$($(PKG)_FILE)