summaryrefslogtreecommitdiff
path: root/www/nginx-devel/files
diff options
context:
space:
mode:
Diffstat (limited to 'www/nginx-devel/files')
-rw-r--r--www/nginx-devel/files/extra-patch-ngx_postgres::config6
-rw-r--r--www/nginx-devel/files/extra-patch-ngx_postgres_output.c11
2 files changed, 3 insertions, 14 deletions
diff --git a/www/nginx-devel/files/extra-patch-ngx_postgres::config b/www/nginx-devel/files/extra-patch-ngx_postgres::config
index 1b00e802dcce..cfba3278ca87 100644
--- a/www/nginx-devel/files/extra-patch-ngx_postgres::config
+++ b/www/nginx-devel/files/extra-patch-ngx_postgres::config
@@ -1,6 +1,6 @@
---- ../ngx_postgres-0.8/config.orig 2011-07-12 19:06:52.000000000 +0400
-+++ ../ngx_postgres-0.8/config 2011-07-12 19:07:42.000000000 +0400
-@@ -29,12 +29,12 @@
+--- ../ngx_postgres-0.9/config.orig 2011-12-29 11:17:24.000000000 +0400
++++ ../ngx_postgres-0.9/config 2011-12-29 11:18:47.000000000 +0400
+@@ -48,12 +48,12 @@
if [ $ngx_found = no ]; then
# FreeBSD
diff --git a/www/nginx-devel/files/extra-patch-ngx_postgres_output.c b/www/nginx-devel/files/extra-patch-ngx_postgres_output.c
deleted file mode 100644
index 8ff45113ae77..000000000000
--- a/www/nginx-devel/files/extra-patch-ngx_postgres_output.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- ../ngx_postgres-0.8/src/ngx_postgres_output.c.orig 2011-09-20 13:00:59.000000000 +0400
-+++ ../ngx_postgres-0.8/src/ngx_postgres_output.c 2011-09-20 13:05:09.000000000 +0400
-@@ -624,7 +624,7 @@
- return rc;
- }
-
-- ngx_chain_update_chains(&u->free_bufs, &u->busy_bufs, &cl, u->output.tag);
-+ ngx_chain_update_chains(r->pool, &u->free_bufs, &u->busy_bufs, &cl, u->output.tag);
-
- dd("returning rc:%d", (int) rc);
- return rc;