diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-12-22 08:58:22 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-12-22 08:58:22 +0000 |
commit | 24c79d4e5ee8a1224e3c4c8c197fa2682091674f (patch) | |
tree | b4d10ab5fe1fa0e9ca2ed4089f5bd280f7883389 /www/nginx/files | |
parent | - Change BROKEN to IGNORE, if no CDROM_MOUNT is specified (diff) |
1: Upgrade 3rd party modules to latest version.
echo 0.49 => 0.50
headers_more 0.22 => 0.24
drizzle 0.1.5 => 0.1.6
ndk 0.2.18 => 0.2.19
memc 0.13rc3 => 0.14
rds_csv 0.5rc2 => 0.5
rds_json 0.12rc10 => 0.13
rtmp 1.0.6 => 1.0.8
set_misc 0.22rc8 => 0.23
sflow 0.9.6 => 0.9.7
srcache 0.22 => 0.24
xss 0.3rc9 => 0.4
arrayvar 0.03rc1 => 0.03
2: add http_footer module.
Approved by: osa@ (maintainer)
Notes
Notes:
svn path=/head/; revision=337176
Diffstat (limited to 'www/nginx/files')
4 files changed, 8 insertions, 8 deletions
diff --git a/www/nginx/files/extra-patch-agentzh-set-misc-nginx-module-config b/www/nginx/files/extra-patch-agentzh-set-misc-nginx-module-config index 7a69743ee592..5503641e8331 100644 --- a/www/nginx/files/extra-patch-agentzh-set-misc-nginx-module-config +++ b/www/nginx/files/extra-patch-agentzh-set-misc-nginx-module-config @@ -1,5 +1,5 @@ ---- ../agentzh-set-misc-nginx-module-658c235/config.orig 2011-12-09 10:27:53.861265188 +0300 -+++ ../agentzh-set-misc-nginx-module-658c235/config 2011-12-09 10:28:07.107259301 +0300 +--- ../agentzh-set-misc-nginx-module-6ce586e/config.orig 2011-12-09 10:27:53.861265188 +0300 ++++ ../agentzh-set-misc-nginx-module-6ce586e/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." diff --git a/www/nginx/files/extra-patch-chaoslawful-drizzle-nginx-module-config b/www/nginx/files/extra-patch-chaoslawful-drizzle-nginx-module-config index eca9dde7b0e4..05f3699f2c00 100644 --- a/www/nginx/files/extra-patch-chaoslawful-drizzle-nginx-module-config +++ b/www/nginx/files/extra-patch-chaoslawful-drizzle-nginx-module-config @@ -1,5 +1,5 @@ ---- ../chaoslawful-drizzle-nginx-module-943c915/config.orig 2011-12-30 10:26:53.000000000 +0400 -+++ ../chaoslawful-drizzle-nginx-module-943c915/config 2011-12-30 10:28:20.000000000 +0400 +--- ../chaoslawful-drizzle-nginx-module-e6937ba/config.orig 2011-12-30 10:26:53.000000000 +0400 ++++ ../chaoslawful-drizzle-nginx-module-e6937ba/config 2011-12-30 10:28:20.000000000 +0400 @@ -22,12 +22,12 @@ if [ $ngx_found = no ]; then diff --git a/www/nginx/files/extra-patch-ngx_http_sflow_config.c b/www/nginx/files/extra-patch-ngx_http_sflow_config.c index f67a6f25eb58..f5a348e629bf 100644 --- a/www/nginx/files/extra-patch-ngx_http_sflow_config.c +++ b/www/nginx/files/extra-patch-ngx_http_sflow_config.c @@ -1,5 +1,5 @@ ---- ../nginx-sflow-module-0.9.6/ngx_http_sflow_config.c.orig 2012-06-07 04:52:57.000000000 +0400 -+++ ../nginx-sflow-module-0.9.6/ngx_http_sflow_config.c 2012-06-07 04:59:18.000000000 +0400 +--- ../nginx-sflow-module-0.9.7/ngx_http_sflow_config.c.orig 2012-06-07 04:52:57.000000000 +0400 ++++ ../nginx-sflow-module-0.9.7/ngx_http_sflow_config.c 2012-06-07 04:59:18.000000000 +0400 @@ -26,7 +26,6 @@ ngx_log_error(NGX_LOG_ERR, log, 0, "getaddrinfo() failed: %s", gai_strerror(err)); switch(err) { diff --git a/www/nginx/files/extra-patch-ngx_http_sflow_config.h b/www/nginx/files/extra-patch-ngx_http_sflow_config.h index 8e3c4cbbbbc1..48d5f55d188e 100644 --- a/www/nginx/files/extra-patch-ngx_http_sflow_config.h +++ b/www/nginx/files/extra-patch-ngx_http_sflow_config.h @@ -1,5 +1,5 @@ ---- ../nginx-sflow-module-0.9.6/ngx_http_sflow_config.h.orig 2012-07-31 21:36:49.000000000 +0400 -+++ ../nginx-sflow-module-0.9.6/ngx_http_sflow_config.h 2012-07-31 21:37:20.000000000 +0400 +--- ../nginx-sflow-module-0.9.7/ngx_http_sflow_config.h.orig 2012-07-31 21:36:49.000000000 +0400 ++++ ../nginx-sflow-module-0.9.7/ngx_http_sflow_config.h 2012-07-31 21:37:20.000000000 +0400 @@ -17,7 +17,7 @@ -----------------___________________________------------------ */ |