Attached is a patch which increments the zlib version from
1.2.2 to 1.2.3. Fixes potential security vulnerabilities.
Thanks,
Bernard
Index: zlib.rul =================================================================== --- zlib.rul (revision 3197) +++ zlib.rul (working copy) @@ -5,7 +5,7 @@ # - version to 1.2.2; Erich Focht patch # -ZLIB_VERSION := 1.2.2 +ZLIB_VERSION := 1.2.3 ZLIB_DIR := zlib-$(ZLIB_VERSION) ZLIB_TARBALL := zlib-$(ZLIB_VERSION).tar.gz ZLIB_URL := http://www.zlib.net/$(ZLIB_TARBALL)