diff options
-rw-r--r-- | www/nginx-devel/Makefile | 4 | ||||
-rw-r--r-- | www/nginx-devel/distinfo | 8 | ||||
-rw-r--r-- | www/nginx-devel/files/extra-patch-nginx-modsecurity-configure | 4 | ||||
-rw-r--r-- | www/nginx/Makefile | 4 | ||||
-rw-r--r-- | www/nginx/distinfo | 8 | ||||
-rw-r--r-- | www/nginx/files/extra-patch-nginx-modsecurity-configure | 4 |
6 files changed, 16 insertions, 16 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index 5466c919e065..43f0fd0951be 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -519,7 +519,7 @@ USES+= perl5 .endif .if ${PORT_OPTIONS:MHTTP_PUSH} -GIT_PUSH_VERSION= 0.99.6 +GIT_PUSH_VERSION= 0.99.7 GH_ACCOUNT+= slact:push GH_PROJECT+= nchan:push GH_TAGNAME+= v${GIT_PUSH_VERSION}:push @@ -705,7 +705,7 @@ CONFIGURE_ARGS+=--add-module=${WRKSRC_memc} .endif .if ${PORT_OPTIONS:MMODSECURITY} -NGINX_MODSECURITY_VERSION= 2.9.1-RC1 +NGINX_MODSECURITY_VERSION= 2.9.1 LIB_DEPENDS+= libapr-1.so:${PORTSDIR}/devel/apr1 \ libcurl.so:${PORTSDIR}/ftp/curl \ libluajit-5.1.so:${PORTSDIR}/lang/luajit \ diff --git a/www/nginx-devel/distinfo b/www/nginx-devel/distinfo index a9d003f17c85..2e6a19ddd6d6 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -20,8 +20,8 @@ SHA256 (1.2.4.tar.gz) = f79521a25322cb4f504547a0b0f76fd9d024c14440e5d790e26dda70 SIZE (1.2.4.tar.gz) = 120448 SHA256 (mod_zip-1.1.6.tar.gz) = d30546b4be8308c721df0240ebc38c474c6b577381a110321eded6dbed5104b1 SIZE (mod_zip-1.1.6.tar.gz) = 21991 -SHA256 (modsecurity-2.9.1-RC1.tar.gz) = 86fd2462c556a11f812d76a3b97716cec2de0e81ee0a095d8280fdd6be384455 -SIZE (modsecurity-2.9.1-RC1.tar.gz) = 4265101 +SHA256 (modsecurity-2.9.1.tar.gz) = 958cc5a7a7430f93fac0fd6f8b9aa92fc1801efce0cda797d6029d44080a9b24 +SIZE (modsecurity-2.9.1.tar.gz) = 4261212 SHA256 (passenger-5.0.26.tar.gz) = de3b63b65ff27d193096361a330d9db1dc07076c1ba9be5ecee90322d91dbbc9 SIZE (passenger-5.0.26.tar.gz) = 5321762 SHA256 (nginx-sflow-module-0.9.7.tar.gz) = 508d15a43059abab08281bfa66d2dd520e2e7635d0b17043549bb331c8755b76 @@ -60,8 +60,8 @@ SHA256 (nginx-modules-ngx_http_json_status_module-1d2f303_GH0.tar.gz) = fdc34e0e SIZE (nginx-modules-ngx_http_json_status_module-1d2f303_GH0.tar.gz) = 6736 SHA256 (kr-nginx-notice-3c95966_GH0.tar.gz) = e829fc94178cc8c91fef15a1fc44ee7ac162c13eddc0bba4c9427aaa23386885 SIZE (kr-nginx-notice-3c95966_GH0.tar.gz) = 3343 -SHA256 (slact-nchan-v0.99.6_GH0.tar.gz) = 1e3e79bf11656d57077a51cd863644fb48515cef346d43279b51683d632f9c19 -SIZE (slact-nchan-v0.99.6_GH0.tar.gz) = 338343 +SHA256 (slact-nchan-v0.99.7_GH0.tar.gz) = 06e05d7a205addd33d4aaaa5b7350de46867feb142a207f13e36d0ba099452b1 +SIZE (slact-nchan-v0.99.7_GH0.tar.gz) = 342570 SHA256 (wandenberg-nginx-push-stream-module-0.5.1_GH0.tar.gz) = a95f31e80120fd7324795b92a0d94c0b43e1265df7fd0f1eba11a337c1e0a626 SIZE (wandenberg-nginx-push-stream-module-0.5.1_GH0.tar.gz) = 175263 SHA256 (yaoweibin-ngx_http_substitutions_filter_module-v0.6.4_GH0.tar.gz) = ed4ddbcf0c434f4a1e97b61251a63ace759792764bd5cb79ff20efe348db8db3 diff --git a/www/nginx-devel/files/extra-patch-nginx-modsecurity-configure b/www/nginx-devel/files/extra-patch-nginx-modsecurity-configure index f5bc1bc7fbcd..09a6255f75b5 100644 --- a/www/nginx-devel/files/extra-patch-nginx-modsecurity-configure +++ b/www/nginx-devel/files/extra-patch-nginx-modsecurity-configure @@ -1,5 +1,5 @@ ---- ../modsecurity-2.9.1-RC1/configure.orig 2016-02-07 12:45:53.346098000 -0500 -+++ ../modsecurity-2.9.1-RC1/configure 2016-02-07 12:47:50.081558000 -0500 +--- ../modsecurity-2.9.1/configure.orig 2016-02-07 12:45:53.346098000 -0500 ++++ ../modsecurity-2.9.1/configure 2016-02-07 12:47:50.081558000 -0500 @@ -14949,7 +14949,7 @@ LUA_LDADD="" LUA_LDFLAGS="" diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 5e8257b3ea6f..dff37c319025 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -508,7 +508,7 @@ USES+= perl5 .endif .if ${PORT_OPTIONS:MHTTP_PUSH} -GIT_PUSH_VERSION= 0.99.6 +GIT_PUSH_VERSION= 0.99.7 GH_ACCOUNT+= slact:push GH_PROJECT+= nchan:push GH_TAGNAME+= v${GIT_PUSH_VERSION}:push @@ -682,7 +682,7 @@ CONFIGURE_ARGS+=--add-module=${WRKSRC_memc} .endif .if ${PORT_OPTIONS:MMODSECURITY} -NGINX_MODSECURITY_VERSION= 2.9.1-RC1 +NGINX_MODSECURITY_VERSION= 2.9.1 LIB_DEPENDS+= libapr-1.so:${PORTSDIR}/devel/apr1 \ libcurl.so:${PORTSDIR}/ftp/curl \ libluajit-5.1.so:${PORTSDIR}/lang/luajit \ diff --git a/www/nginx/distinfo b/www/nginx/distinfo index 1d17f932ff26..a8ba0c2051df 100644 --- a/www/nginx/distinfo +++ b/www/nginx/distinfo @@ -20,8 +20,8 @@ SHA256 (1.2.4.tar.gz) = f79521a25322cb4f504547a0b0f76fd9d024c14440e5d790e26dda70 SIZE (1.2.4.tar.gz) = 120448 SHA256 (mod_zip-1.1.6.tar.gz) = d30546b4be8308c721df0240ebc38c474c6b577381a110321eded6dbed5104b1 SIZE (mod_zip-1.1.6.tar.gz) = 21991 -SHA256 (modsecurity-2.9.1-RC1.tar.gz) = 86fd2462c556a11f812d76a3b97716cec2de0e81ee0a095d8280fdd6be384455 -SIZE (modsecurity-2.9.1-RC1.tar.gz) = 4265101 +SHA256 (modsecurity-2.9.1.tar.gz) = 958cc5a7a7430f93fac0fd6f8b9aa92fc1801efce0cda797d6029d44080a9b24 +SIZE (modsecurity-2.9.1.tar.gz) = 4261212 SHA256 (passenger-5.0.26.tar.gz) = de3b63b65ff27d193096361a330d9db1dc07076c1ba9be5ecee90322d91dbbc9 SIZE (passenger-5.0.26.tar.gz) = 5321762 SHA256 (nginx-sflow-module-0.9.7.tar.gz) = 508d15a43059abab08281bfa66d2dd520e2e7635d0b17043549bb331c8755b76 @@ -60,8 +60,8 @@ SHA256 (nginx-modules-ngx_http_json_status_module-1d2f303_GH0.tar.gz) = fdc34e0e SIZE (nginx-modules-ngx_http_json_status_module-1d2f303_GH0.tar.gz) = 6736 SHA256 (kr-nginx-notice-3c95966_GH0.tar.gz) = e829fc94178cc8c91fef15a1fc44ee7ac162c13eddc0bba4c9427aaa23386885 SIZE (kr-nginx-notice-3c95966_GH0.tar.gz) = 3343 -SHA256 (slact-nchan-v0.99.6_GH0.tar.gz) = 1e3e79bf11656d57077a51cd863644fb48515cef346d43279b51683d632f9c19 -SIZE (slact-nchan-v0.99.6_GH0.tar.gz) = 338343 +SHA256 (slact-nchan-v0.99.7_GH0.tar.gz) = 06e05d7a205addd33d4aaaa5b7350de46867feb142a207f13e36d0ba099452b1 +SIZE (slact-nchan-v0.99.7_GH0.tar.gz) = 342570 SHA256 (wandenberg-nginx-push-stream-module-0.5.1_GH0.tar.gz) = a95f31e80120fd7324795b92a0d94c0b43e1265df7fd0f1eba11a337c1e0a626 SIZE (wandenberg-nginx-push-stream-module-0.5.1_GH0.tar.gz) = 175263 SHA256 (yaoweibin-ngx_http_substitutions_filter_module-v0.6.4_GH0.tar.gz) = ed4ddbcf0c434f4a1e97b61251a63ace759792764bd5cb79ff20efe348db8db3 diff --git a/www/nginx/files/extra-patch-nginx-modsecurity-configure b/www/nginx/files/extra-patch-nginx-modsecurity-configure index f5bc1bc7fbcd..09a6255f75b5 100644 --- a/www/nginx/files/extra-patch-nginx-modsecurity-configure +++ b/www/nginx/files/extra-patch-nginx-modsecurity-configure @@ -1,5 +1,5 @@ ---- ../modsecurity-2.9.1-RC1/configure.orig 2016-02-07 12:45:53.346098000 -0500 -+++ ../modsecurity-2.9.1-RC1/configure 2016-02-07 12:47:50.081558000 -0500 +--- ../modsecurity-2.9.1/configure.orig 2016-02-07 12:45:53.346098000 -0500 ++++ ../modsecurity-2.9.1/configure 2016-02-07 12:47:50.081558000 -0500 @@ -14949,7 +14949,7 @@ LUA_LDADD="" LUA_LDFLAGS="" |