diff options
author | osa <osa@FreeBSD.org> | 2014-08-10 02:36:56 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2014-08-10 02:36:56 +0800 |
commit | 5634cf27a564f0fd36e4c6a94d52c8e93f1593de (patch) | |
tree | f0dbd9d80fbccbb04145053c6e7fa1be31cf71bf /www/nginx | |
parent | fde72274678924facad49a599e32821bfd2cb0b9 (diff) | |
download | freebsd-ports-gnome-5634cf27a564f0fd36e4c6a94d52c8e93f1593de.tar.gz freebsd-ports-gnome-5634cf27a564f0fd36e4c6a94d52c8e93f1593de.tar.zst freebsd-ports-gnome-5634cf27a564f0fd36e4c6a94d52c8e93f1593de.zip |
Update from 1.6.0 to 1.6.1.
<ChangeLog>
*) Security: pipelined commands were not discarded after STARTTLS
command in SMTP proxy (CVE-2014-3556); the bug had appeared in 1.5.6.
Thanks to Chris Boulton.
*) Bugfix: the $uri variable might contain garbage when returning errors
with code 400.
Thanks to Sergey Bobrov.
*) Bugfix: in the "none" parameter in the "smtp_auth" directive; the bug
had appeared in 1.5.6.
Thanks to Svyatoslav Nikolsky.
</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 267bd3cf7cea..0acc7f17912a 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= nginx -PORTVERSION= 1.6.0 -PORTREVISION= 3 +PORTVERSION= 1.6.1 PORTEPOCH= 2 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ diff --git a/www/nginx/distinfo b/www/nginx/distinfo index af76e2f0a4ce..01a4e058bfd7 100644 --- a/www/nginx/distinfo +++ b/www/nginx/distinfo @@ -1,5 +1,5 @@ -SHA256 (nginx-1.6.0.tar.gz) = 943ad757a1c3e8b3df2d5c4ddacc508861922e36fa10ea6f8e3a348fc9abfc1a -SIZE (nginx-1.6.0.tar.gz) = 802956 +SHA256 (nginx-1.6.1.tar.gz) = f5cfe682a1aeef4602c2ca705402d5049b748f946563f41d8256c18674836067 +SIZE (nginx-1.6.1.tar.gz) = 803301 SHA256 (giom-nginx_accept_language_module-2f69842.tar.gz) = fbcdf792160a1eff7b9549aeb5209d6e76716ff8e86b05e42c90b2d2f858e011 SIZE (giom-nginx_accept_language_module-2f69842.tar.gz) = 3399 SHA256 (nginx-accesskey-2.0.3.tar.gz) = d9e94321e78a02de16c57f3e048fd31059fd8116ed03d6de7180f435c52502b1 |