summaryrefslogtreecommitdiff
path: root/www/nginx-devel/files
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2015-11-10 21:20:03 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2015-11-10 21:20:03 +0000
commit4fab3e95e6567f93defe2d27c9f2c505994fbc67 (patch)
treebb1f8c116d2f0277c31105f234fb56f045d5db0b /www/nginx-devel/files
parentRemove expired ports: (diff)
Upgrade third-party modules:
o) lua from 0.9.16 to 0.9.18; o) memc from 0.15 to 0.16; o) postgres from 1.0rc5 to 1.0rc7; o) rds-csv from 0.05 to 0.07. o) rds-json from 0.13 to 0.14; o) redis2 from 0.11 to 0.12; o) set-misc from 0.28 to 0.29; Remove needless patch for third-party postgres module, change has been added to the upstream.
Diffstat (limited to 'www/nginx-devel/files')
-rw-r--r--www/nginx-devel/files/extra-patch-ngx_postgres-config4
-rw-r--r--www/nginx-devel/files/extra-patch-ngx_postgres_util.c15
-rw-r--r--www/nginx-devel/files/extra-patch-openresty-set-misc-nginx-module-config4
3 files changed, 4 insertions, 19 deletions
diff --git a/www/nginx-devel/files/extra-patch-ngx_postgres-config b/www/nginx-devel/files/extra-patch-ngx_postgres-config
index e7440eb360f7..f79e9ca1bfbb 100644
--- a/www/nginx-devel/files/extra-patch-ngx_postgres-config
+++ b/www/nginx-devel/files/extra-patch-ngx_postgres-config
@@ -1,5 +1,5 @@
---- ../ngx_postgres-1.0rc5-1-g49855a0/config.orig 2015-05-26 20:52:25.649166000 +0300
-+++ ../ngx_postgres-1.0rc5-1-g49855a0/config 2015-05-26 20:53:10.331122000 +0300
+--- ../ngx_postgres-1.0rc7/config.orig 2015-05-26 20:52:25.649166000 +0300
++++ ../ngx_postgres-1.0rc7/config 2015-05-26 20:53:10.331122000 +0300
@@ -48,12 +48,12 @@
if [ $ngx_found = no ]; then
diff --git a/www/nginx-devel/files/extra-patch-ngx_postgres_util.c b/www/nginx-devel/files/extra-patch-ngx_postgres_util.c
deleted file mode 100644
index 569c753935f7..000000000000
--- a/www/nginx-devel/files/extra-patch-ngx_postgres_util.c
+++ /dev/null
@@ -1,15 +0,0 @@
---- ../ngx_postgres-1.0rc5-1-g49855a0/src/ngx_postgres_util.c.orig 2015-05-28 02:58:30.914607000 +0300
-+++ ../ngx_postgres-1.0rc5-1-g49855a0/src/ngx_postgres_util.c 2015-05-28 02:59:57.539743000 +0300
-@@ -61,10 +61,8 @@
- u->resolved->ctx = NULL;
- }
-
-- if (u->state && u->state->response_sec) {
-- tp = ngx_timeofday();
-- u->state->response_sec = tp->sec - u->state->response_sec;
-- u->state->response_msec = tp->msec - u->state->response_msec;
-+ if (u->state && u->state->response_time) {
-+ u->state->response_time = ngx_current_msec - u->state->response_time;
-
- if (u->pipe) {
- u->state->response_length = u->pipe->read_length;
diff --git a/www/nginx-devel/files/extra-patch-openresty-set-misc-nginx-module-config b/www/nginx-devel/files/extra-patch-openresty-set-misc-nginx-module-config
index aa206342d3ca..4acc8aee7492 100644
--- a/www/nginx-devel/files/extra-patch-openresty-set-misc-nginx-module-config
+++ b/www/nginx-devel/files/extra-patch-openresty-set-misc-nginx-module-config
@@ -1,5 +1,5 @@
---- ../set-misc-nginx-module-0.28/config.orig 2011-12-09 10:27:53.861265188 +0300
-+++ ../set-misc-nginx-module-0.28/config 2011-12-09 10:28:07.107259301 +0300
+--- ../set-misc-nginx-module-0.29/config.orig 2011-12-09 10:27:53.861265188 +0300
++++ ../set-misc-nginx-module-0.29/config 2011-12-09 10:28:07.107259301 +0300
@@ -1,10 +1,3 @@
-if echo $HTTP_MODULES | grep " ndk_http_module" > /dev/null; then
- echo "found ngx_devel_kit for ngx_set_misc; looks good."