summaryrefslogtreecommitdiffstats
path: root/package/zlib
diff options
context:
space:
mode:
authorEric Andersen2005-05-16 19:27:51 +0200
committerEric Andersen2005-05-16 19:27:51 +0200
commit061ec439af5ccbfb31a707089767269528a2d6f9 (patch)
tree63b0f63a20925ef162f4fc11b562fd3b04782833 /package/zlib
parentcleanup the tinyx build so it actually has a chance of working. (diff)
downloadbuildroot-061ec439af5ccbfb31a707089767269528a2d6f9.tar.gz
buildroot-061ec439af5ccbfb31a707089767269528a2d6f9.tar.xz
buildroot-061ec439af5ccbfb31a707089767269528a2d6f9.zip
This patch updates the zlib package to build version 1.2.2. The
1.2.2 version of zlib fixes a security issue with zlib v.1.2.1. http://bugs.uclibc.org/view.php?id=254
Diffstat (limited to 'package/zlib')
-rw-r--r--package/zlib/zlib.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/zlib/zlib.mk b/package/zlib/zlib.mk
index bb308e043..7a02fa979 100644
--- a/package/zlib/zlib.mk
+++ b/package/zlib/zlib.mk
@@ -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)