summaryrefslogtreecommitdiffstats
path: root/package/zlib
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2005-05-16 17:27:51 +0000
committerEric Andersen <andersen@codepoet.org>2005-05-16 17:27:51 +0000
commit061ec439af5ccbfb31a707089767269528a2d6f9 (patch)
tree63b0f63a20925ef162f4fc11b562fd3b04782833 /package/zlib
parent0f481e00328b12a15cd16b9ac1c26647a11a657c (diff)
downloadbuildroot-novena-061ec439af5ccbfb31a707089767269528a2d6f9.tar.gz
buildroot-novena-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)