diff options
author | osa <osa@FreeBSD.org> | 2013-04-03 11:29:22 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2013-04-03 11:29:22 +0800 |
commit | 98fda8549638a79b1881fbe883d48983537f08c3 (patch) | |
tree | ed945f9efa33469b7a2b8eb4f00af8f78a10dc01 /www/nginx | |
parent | 3705f4aaaa8852b3cc71fe4a88f52c5771b816dd (diff) | |
download | freebsd-ports-gnome-98fda8549638a79b1881fbe883d48983537f08c3.tar.gz freebsd-ports-gnome-98fda8549638a79b1881fbe883d48983537f08c3.tar.zst freebsd-ports-gnome-98fda8549638a79b1881fbe883d48983537f08c3.zip |
Upgrade from 1.2.7 to latest bugfix release 1.2.8.
Approved by: portmgr (bapt)
<ChangeLog>
*) Bugfix: new sessions were not always stored if the "ssl_session_cache
shared" directive was used and there was no free space in shared
memory.
Thanks to Piotr Sikora.
*) Bugfix: responses might hang if subrequests were used and a DNS error
happened during subrequest processing.
Thanks to Lanshun Zhou.
*) Bugfix: in the ngx_http_mp4_module.
Thanks to Gernot Vormayr.
*) Bugfix: in backend usage accounting.
</ChangeLog>
Diffstat (limited to 'www/nginx')
-rw-r--r-- | www/nginx/Makefile | 3 | ||||
-rw-r--r-- | www/nginx/distinfo | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile index eaf95ed79d6e..39aea8f89498 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= nginx -PORTVERSION= 1.2.7 -PORTREVISION= 1 +PORTVERSION= 1.2.8 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ diff --git a/www/nginx/distinfo b/www/nginx/distinfo index 42850bf92732..ab6f8fb97a9c 100644 --- a/www/nginx/distinfo +++ b/www/nginx/distinfo @@ -1,5 +1,5 @@ -SHA256 (nginx-1.2.7.tar.gz) = 2457a878943fb409ec4fcb46b43af222d06a584f93228e17a4f02b0e7bfc9de3 -SIZE (nginx-1.2.7.tar.gz) = 730332 +SHA256 (nginx-1.2.8.tar.gz) = d2947c98c5bed311b1e6c04e35a730af92e40e2e6bfe9201fa7f404987457137 +SIZE (nginx-1.2.8.tar.gz) = 730589 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 |