Some time in the making. Probably plugs a bunch of holes. https://github.com/madler/zlib/blob/v1.3.2/ChangeLog https://github.com/madler/zlib/blob/v1.3.1.2/ChangeLog
* Copyright year changed. Signed-off-by: Christian Melki <[email protected]> --- rules/zlib.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/zlib.make b/rules/zlib.make index 50cc89520..95320db95 100644 --- a/rules/zlib.make +++ b/rules/zlib.make @@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_ZLIB) += zlib # Paths and names # -ZLIB_VERSION := 1.3.1 -ZLIB_MD5 := 5e6af153311327e516690d300527ec9e +ZLIB_VERSION := 1.3.2 +ZLIB_MD5 := be8a129ec5d60c5084911fd7ea16d84e ZLIB := zlib-$(ZLIB_VERSION) ZLIB_SUFFIX := tar.xz ZLIB_URL := \ @@ -27,7 +27,7 @@ ZLIB_SOURCE := $(SRCDIR)/$(ZLIB).$(ZLIB_SUFFIX) ZLIB_DIR := $(BUILDDIR)/$(ZLIB) ZLIB_LICENSE := Zlib ZLIB_LICENSE_FILES := \ - file://LICENSE;md5=b51a40671bc46e961c0498897742c0b8 + file://LICENSE;md5=66e4e749bb11d80fc7ba510a9ce99534 # ---------------------------------------------------------------------------- # Prepare -- 2.43.0
