projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f481e0
)
This patch updates the zlib package to build version 1.2.2. The
author
Eric Andersen
<andersen@codepoet.org>
Mon, 16 May 2005 17:27:51 +0000
(17:27 -0000)
committer
Eric 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
patch
|
blob
|
history
diff --git
a/package/zlib/zlib.mk
b/package/zlib/zlib.mk
index bb308e04372bc7b46a169c814dd6045a0ad31f10..7a02fa979c8e7c7ad9763a18d68748be39ecf1b1 100644
(file)
--- 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)