From 92dad3091bfbd524a7228a3b58b5000357a52f7d Mon Sep 17 00:00:00 2001 From: Florian Heinemann Date: Mon, 5 Jan 2015 15:38:35 -0500 Subject: [PATCH] Change to PCRE 8.36 --- bin/compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compile b/bin/compile index 896c835..d87cbbe 100755 --- a/bin/compile +++ b/bin/compile @@ -7,7 +7,7 @@ set -o pipefail # Nginx 1.6.2 NGINX_VERSION="1.6.2" NGINX_TARBALL="nginx-${NGINX_VERSION}.tar.gz" -PCRE_VERSION="8.34" +PCRE_VERSION="8.36" PCRE_TARBALL="pcre-${PCRE_VERSION}.tar.gz" ZLIB_VERSION="1.2.8" ZLIB_TARBALL="zlib-${ZLIB_VERSION}.tar.gz"