diff options
author | osa <osa@FreeBSD.org> | 2012-11-13 23:58:00 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2012-11-13 23:58:00 +0800 |
commit | fc052ab7a02eecc03d288111b9cd2eecec995606 (patch) | |
tree | a591e2bba1fccc5611bb4aead9c513f385728dca | |
parent | 6af764ec573360cdef1185cfb139e7daca47f5fc (diff) | |
download | freebsd-ports-gnome-fc052ab7a02eecc03d288111b9cd2eecec995606.tar.gz freebsd-ports-gnome-fc052ab7a02eecc03d288111b9cd2eecec995606.tar.zst freebsd-ports-gnome-fc052ab7a02eecc03d288111b9cd2eecec995606.zip |
Update from 1.2.4 to 1.2.5.
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: resolver now randomly rotates addresses returned from cache.
Thanks to Anton Jouline.
*) Feature: the "auto" parameter of the "worker_processes" directive.
*) Bugfix: "cache file ... has md5 collision" alert.
*) Bugfix: OpenSSL 0.9.7 compatibility.
</ChangeLog>
-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 631df30461ac..feda2a7c5673 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nginx -PORTVERSION= 1.2.4 +PORTVERSION= 1.2.5 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ diff --git a/www/nginx/distinfo b/www/nginx/distinfo index 3867f856cb14..479ec5cb23b0 100644 --- a/www/nginx/distinfo +++ b/www/nginx/distinfo @@ -1,5 +1,5 @@ -SHA256 (nginx-1.2.4.tar.gz) = c587c25f2fa9c9dde6a58cbaf7bf2c808ee360cfa3cdaf00a13a33f728d96c43 -SIZE (nginx-1.2.4.tar.gz) = 724309 +SHA256 (nginx-1.2.5.tar.gz) = 87392b8ebc3a763589bdf3f0578cad323bb4ddd327a84243eb4a8babbbd79ddd +SIZE (nginx-1.2.5.tar.gz) = 725368 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 |