diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2011-11-25 23:23:48 +0800 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2011-11-25 23:23:48 +0800 |
commit | 9e6092dc009d0b3e769aecc65bdcdf966cdcd53b (patch) | |
tree | 99c8cce42b50c502754bcbefaa6a0da16220db64 /www/nginx | |
parent | c6b36a80cf9f64fd6e80c18cf8a8b9a398d1af79 (diff) | |
download | freebsd-ports-gnome-9e6092dc009d0b3e769aecc65bdcdf966cdcd53b.tar.gz freebsd-ports-gnome-9e6092dc009d0b3e769aecc65bdcdf966cdcd53b.tar.zst freebsd-ports-gnome-9e6092dc009d0b3e769aecc65bdcdf966cdcd53b.zip |
Update third-party upstream_keepalive module from 0.4 to 0.7.
Do not bump PORTREVISION cause module is disabled by default.
Feature safe: yes
PR: 162874
Diffstat (limited to 'www/nginx')
-rw-r--r-- | www/nginx/Makefile | 2 | ||||
-rw-r--r-- | www/nginx/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 07b840588a0b..58ca596a2a63 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -393,7 +393,7 @@ EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-ngx_http_upstream.h .endif .if defined(WITH_HTTP_UPSTREAM_KEEPALIVE) -NGINX_UPSTREAM_KEEPALIVE_VERSION= 0.4 +NGINX_UPSTREAM_KEEPALIVE_VERSION= 0.7 MASTER_SITES+= http://mdounin.ru/files/:upstream DISTFILES+= ngx_http_upstream_keepalive-${NGINX_UPSTREAM_KEEPALIVE_VERSION}.tar.gz:upstream CONFIGURE_ARGS+=--add-module=${WRKDIR}/ngx_http_upstream_keepalive-${NGINX_UPSTREAM_KEEPALIVE_VERSION} diff --git a/www/nginx/distinfo b/www/nginx/distinfo index 5157d2b13f38..55beedce4727 100644 --- a/www/nginx/distinfo +++ b/www/nginx/distinfo @@ -42,8 +42,8 @@ SHA256 (nginx_upstream_fair-20090923.tar.gz) = ec9ed7f856263e17faadee3dc72099323 SIZE (nginx_upstream_fair-20090923.tar.gz) = 10024 SHA256 (Nginx_upstream_hash-0.3.1.tar.gz) = 51929c5352d4c2608b3f852987830be08b6946baf20da346fe520d9b12e39968 SIZE (Nginx_upstream_hash-0.3.1.tar.gz) = 5049 -SHA256 (ngx_http_upstream_keepalive-0.4.tar.gz) = 47c751380deba98c57747d711157eda22a4da18bc89783722eac89c923bd2e67 -SIZE (ngx_http_upstream_keepalive-0.4.tar.gz) = 8267 +SHA256 (ngx_http_upstream_keepalive-0.7.tar.gz) = c47935c817d7b218b8cd78b9f5cde9bfc073d5e26fc87450adc34f0632350ff1 +SIZE (ngx_http_upstream_keepalive-0.7.tar.gz) = 10359 SHA256 (mod_zip-1.1.6.tar.gz) = d30546b4be8308c721df0240ebc38c474c6b577381a110321eded6dbed5104b1 SIZE (mod_zip-1.1.6.tar.gz) = 21991 SHA256 (agentzh-chunkin-nginx-module-v0.22rc1-0-gb0a3ee3.tar.gz) = 23c41a6743803f8521c55b9c76d5c35b20e9870576478ce9152d2ecddffbf2ca |