mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
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
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user