diff options
author | osa <osa@FreeBSD.org> | 2010-04-23 11:43:21 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2010-04-23 11:43:21 +0800 |
commit | 191dbcf588ee7b70e4de8f6bdd248c62e939b8d2 (patch) | |
tree | 5bfc67624f81f256dbb54253d4bc4410b3979778 /www | |
parent | 28052a88faee7c5d510474d2b1bed4a8a83ca809 (diff) | |
download | freebsd-ports-gnome-191dbcf588ee7b70e4de8f6bdd248c62e939b8d2.tar.gz freebsd-ports-gnome-191dbcf588ee7b70e4de8f6bdd248c62e939b8d2.tar.zst freebsd-ports-gnome-191dbcf588ee7b70e4de8f6bdd248c62e939b8d2.zip |
Update from 0.8.35 to fresh bugfix release 0.8.36.
Update third party http_memc module from 0.06 to 0.08.
<ChangeLog>
*) Bugfix: the ngx_http_dav_module handled incorrectly the DELETE,
COPY, and MOVE methods for symlinks.
*) Bugfix: values of the $query_string, $arg_..., etc. variables cached
in main request were used by the SSI module in subrequests.
*) Bugfix: a variable value was repeatedly encoded after each an "echo"
SSI-command output; the bug had appeared in 0.6.14.
*) Bugfix: a worker process hung if a FIFO file was requested.
Thanks to Vicente Aguilar and Maxim Dounin.
*) Bugfix: OpenSSL-1.0.0 compatibility on 64-bit Linux.
Thanks to Maxim Dounin.
*) Bugfix: nginx could not be built --without-http-cache; the bug had
appeared in 0.8.35.
<ChangeLog>
Diffstat (limited to 'www')
-rw-r--r-- | www/nginx-devel/Makefile | 4 | ||||
-rw-r--r-- | www/nginx-devel/distinfo | 12 |
2 files changed, 8 insertions, 8 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index f4c2822ecb52..8cf59ca6c128 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nginx -PORTVERSION= 0.8.35 +PORTVERSION= 0.8.36 CATEGORIES= www MASTER_SITES= http://sysoev.ru/nginx/ MASTER_SITES+= ${MASTER_SITE_LOCAL} @@ -367,7 +367,7 @@ CONFIGURE_ARGS+=--add-module=${WRKDIR}/mod_zip-${NGINX_ZIP_MODULE_VERSION} .endif .if defined(WITH_MEMC_MODULE) -NGINX_MEMC_MODULE_VERSION= 0.06 +NGINX_MEMC_MODULE_VERSION= 0.08 MASTER_SITES+= ${MASTER_SITE_LOCAL:S/$/:memc/} MASTER_SITE_SUBDIR+= osa/:memc DISTFILES+= ngx_http_memc_module-${NGINX_MEMC_MODULE_VERSION}.tar.gz:memc diff --git a/www/nginx-devel/distinfo b/www/nginx-devel/distinfo index fce0497d825a..eb6c07774cb6 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -1,6 +1,6 @@ -MD5 (nginx-0.8.35.tar.gz) = e6d6d500625a6b786f457894768be930 -SHA256 (nginx-0.8.35.tar.gz) = 2b6c492eadc525b6a21aa8e6fcff8be8fc06b13682776364d403c6f2d544451b -SIZE (nginx-0.8.35.tar.gz) = 622870 +MD5 (nginx-0.8.36.tar.gz) = 171d88e44be3025a0bdac48c4eecd743 +SHA256 (nginx-0.8.36.tar.gz) = d1b8a54d2d646ff21deaa1e3ec48cca5c143da5d4390e9b3dd001eaa4c9992d9 +SIZE (nginx-0.8.36.tar.gz) = 623359 MD5 (nginx_accept_language_module.tar.gz) = 330a8d3b2376fb476b5d3111a7905ec3 SHA256 (nginx_accept_language_module.tar.gz) = 7a4c2d42a83c5b6efd2b7b13ad232850b6ab0ca4261df6b46fb7d2d2738b1c0a SIZE (nginx_accept_language_module.tar.gz) = 3299 @@ -67,9 +67,9 @@ SIZE (ngx_http_upstream_keepalive-0.2.tar.gz) = 7092 MD5 (mod_zip-1.1.5.tar.gz) = cc8f5caa893f818176c08b48b2a613ca SHA256 (mod_zip-1.1.5.tar.gz) = 36fff54b74d82f8722d2d005aba9f767fd26faeb1cff778da3766246a44083df SIZE (mod_zip-1.1.5.tar.gz) = 19126 -MD5 (ngx_http_memc_module-0.06.tar.gz) = f62c57d06a7a83f0b96bac1dd5d66aad -SHA256 (ngx_http_memc_module-0.06.tar.gz) = 62e2dfb25041e3021222633d905c7473a9c2f775780db51fa6cc8f752854facb -SIZE (ngx_http_memc_module-0.06.tar.gz) = 90339 +MD5 (ngx_http_memc_module-0.08.tar.gz) = b18562b966fc2ae116762612da704407 +SHA256 (ngx_http_memc_module-0.08.tar.gz) = 1d786ba382d3fa5f0036d1831c8a21e1c787f5aa64ebec50820510bf72f2ccce +SIZE (ngx_http_memc_module-0.08.tar.gz) = 92182 MD5 (passenger-2.2.11.tar.gz) = 3eb0aa6360c6f537d1eb6eb1f26cc8eb SHA256 (passenger-2.2.11.tar.gz) = 9d4aa14a4dfe9daa713aa19a787e1a5bee0db9f3625e17ffebe1e5325aa20a88 SIZE (passenger-2.2.11.tar.gz) = 2058085 |