From: Eric Andersen Date: Mon, 16 May 2005 17:27:51 +0000 (-0000) Subject: This patch updates the zlib package to build version 1.2.2. The X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=061ec439af5ccbfb31a707089767269528a2d6f9;p=buildroot.git 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 --- diff --git a/package/zlib/zlib.mk b/package/zlib/zlib.mk index bb308e0437..7a02fa979c 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)