This patch updates the zlib package to build version 1.2.2. The
authorEric Andersen <andersen@codepoet.org>
Mon, 16 May 2005 17:27:51 +0000 (17:27 -0000)
committerEric Andersen <andersen@codepoet.org>
Mon, 16 May 2005 17:27:51 +0000 (17:27 -0000)
1.2.2 version of zlib fixes a security issue with zlib v.1.2.1.

http://bugs.uclibc.org/view.php?id=254

package/zlib/zlib.mk

index bb308e04372bc7b46a169c814dd6045a0ad31f10..7a02fa979c8e7c7ad9763a18d68748be39ecf1b1 100644 (file)
@@ -3,7 +3,7 @@
 # zlib
 #
 #############################################################
-ZLIB_VER=1.2.1
+ZLIB_VER=1.2.2
 ZLIB_SOURCE=zlib-$(ZLIB_VER).tar.bz2
 ZLIB_SITE=http://aleron.dl.sourceforge.net/sourceforge/libpng
 ZLIB_DIR=$(BUILD_DIR)/zlib-$(ZLIB_VER)