svn commit: r364460 - head/www/nginx
Sergey A. Osokin
osa at FreeBSD.org
Sat Aug 9 18:36:57 UTC 2014
Author: osa
Date: Sat Aug 9 18:36:56 2014
New Revision: 364460
URL: http://svnweb.freebsd.org/changeset/ports/364460
QAT: https://qat.redports.org/buildarchive/r364460/
Log:
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>
Modified:
head/www/nginx/Makefile
head/www/nginx/distinfo
Modified: head/www/nginx/Makefile
==============================================================================
--- head/www/nginx/Makefile Sat Aug 9 18:32:11 2014 (r364459)
+++ head/www/nginx/Makefile Sat Aug 9 18:36:56 2014 (r364460)
@@ -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/
Modified: head/www/nginx/distinfo
==============================================================================
--- head/www/nginx/distinfo Sat Aug 9 18:32:11 2014 (r364459)
+++ head/www/nginx/distinfo Sat Aug 9 18:36:56 2014 (r364460)
@@ -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
More information about the svn-ports-all
mailing list