From 1cb0e6cc6de16ed7b40d1afe5696c057a4ef1771 Mon Sep 17 00:00:00 2001 From: antoine-duchenet Date: Thu, 5 Jan 2017 15:24:56 +0100 Subject: [PATCH] Update Zlib to version 1.2.10 --- bin/compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compile b/bin/compile index 593befe..4af2a4b 100755 --- a/bin/compile +++ b/bin/compile @@ -9,7 +9,7 @@ NGINX_VERSION="1.8.1" NGINX_TARBALL="nginx-${NGINX_VERSION}.tar.gz" PCRE_VERSION="8.38" PCRE_TARBALL="pcre-${PCRE_VERSION}.tar.gz" -ZLIB_VERSION="1.2.8" +ZLIB_VERSION="1.2.10" ZLIB_TARBALL="zlib-${ZLIB_VERSION}.tar.gz" # parse and derive params