diff options
author | osa <osa@FreeBSD.org> | 2012-10-31 07:39:58 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2012-10-31 07:39:58 +0800 |
commit | 2e9d229f848f8a523940428b2a2afad22ba15b82 (patch) | |
tree | 0af34a2fb72028a21d461f0647cdda09e1fc1b07 /www | |
parent | c280f790c11cceef60c7e75c6c90d50b8df627eb (diff) | |
download | freebsd-ports-gnome-2e9d229f848f8a523940428b2a2afad22ba15b82.tar.gz freebsd-ports-gnome-2e9d229f848f8a523940428b2a2afad22ba15b82.tar.zst freebsd-ports-gnome-2e9d229f848f8a523940428b2a2afad22ba15b82.zip |
Update from 1.3.7 to 1.3.8.
Feature safe: yes
<ChangeLog>
*) Feature: the "optional_no_ca" parameter of the "ssl_verify_client"
directive.
Thanks to Mike Kazantsev and Eric O'Connor.
*) Feature: the $bytes_sent, $connection, and $connection_requests
variables can now be used not only in the "log_format" directive.
Thanks to Benjamin Grц╤ssing.
*) Feature: the "auto" parameter of the "worker_processes" directive.
*) Bugfix: "cache file ... has md5 collision" alert.
*) Bugfix: in the ngx_http_gunzip_filter_module.
*) Bugfix: in the "ssl_stapling" directive.
</ChangeLog>
Diffstat (limited to 'www')
-rw-r--r-- | www/nginx-devel/Makefile | 2 | ||||
-rw-r--r-- | www/nginx-devel/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index 9ec8f8e28383..6a1e5df247d5 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nginx -PORTVERSION= 1.3.7 +PORTVERSION= 1.3.8 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ MASTER_SITES+= ${MASTER_SITE_LOCAL} diff --git a/www/nginx-devel/distinfo b/www/nginx-devel/distinfo index 7e0ca364a907..0357e3b42095 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -1,5 +1,5 @@ -SHA256 (nginx-1.3.7.tar.gz) = 8bd73777b4e013d16874031e06fa384bd4517e197c00c72a216a9a596817bceb -SIZE (nginx-1.3.7.tar.gz) = 737539 +SHA256 (nginx-1.3.8.tar.gz) = 8d68f9224f4616c987208bcb3a0bf1ae03740c5ec313b220f995ba50d826fe1c +SIZE (nginx-1.3.8.tar.gz) = 738216 SHA256 (giom-nginx_accept_language_module-02262ce.tar.gz) = 3191f4caa70d9a8942c4f10b6abaaa96af451991d4b5e1e3d7b991376b00bf0c SIZE (giom-nginx_accept_language_module-02262ce.tar.gz) = 3398 SHA256 (nginx-accesskey-2.0.3.tar.gz) = d9e94321e78a02de16c57f3e048fd31059fd8116ed03d6de7180f435c52502b1 |