svn commit: r319860 - head/www/nginx-devel
Sergey A. Osokin
osa at FreeBSD.org
Tue Jun 4 14:05:21 UTC 2013
Author: osa
Date: Tue Jun 4 14:05:19 2013
New Revision: 319860
URL: http://svnweb.freebsd.org/changeset/ports/319860
Log:
Update from 1.5.0 to 1.5.1.
<ChangeLog>
*) Feature: the "ssi_last_modified", "sub_filter_last_modified", and
"xslt_last_modified" directives.
Thanks to Alexey Kolpakov.
*) Feature: the "http_403" parameter of the "proxy_next_upstream",
"fastcgi_next_upstream", "scgi_next_upstream", and
"uwsgi_next_upstream" directives.
*) Feature: the "allow" and "deny" directives now support unix domain
sockets.
*) Bugfix: nginx could not be built with the ngx_mail_ssl_module, but
without ngx_http_ssl_module; the bug had appeared in 1.3.14.
*) Bugfix: in the "proxy_set_body" directive.
Thanks to Lanshun Zhou.
*) Bugfix: in the "lingering_time" directive.
Thanks to Lanshun Zhou.
*) Bugfix: the "fail_timeout" parameter of the "server" directive in the
"upstream" context might not work if "max_fails" parameter was used;
the bug had appeared in 1.3.0.
*) Bugfix: a segmentation fault might occur in a worker process if the
"ssl_stapling" directive was used.
Thanks to Piotr Sikora.
*) Bugfix: in the mail proxy server.
Thanks to Filipe Da Silva.
*) Bugfix: nginx/Windows might stop accepting connections if several
worker processes were used.
</ChangeLog>
Modified:
head/www/nginx-devel/Makefile
head/www/nginx-devel/distinfo
Modified: head/www/nginx-devel/Makefile
==============================================================================
--- head/www/nginx-devel/Makefile Tue Jun 4 13:58:44 2013 (r319859)
+++ head/www/nginx-devel/Makefile Tue Jun 4 14:05:19 2013 (r319860)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= nginx
-PORTVERSION= 1.5.0
+PORTVERSION= 1.5.1
CATEGORIES= www
MASTER_SITES= http://nginx.org/download/
MASTER_SITES+= ${MASTER_SITE_LOCAL}
Modified: head/www/nginx-devel/distinfo
==============================================================================
--- head/www/nginx-devel/distinfo Tue Jun 4 13:58:44 2013 (r319859)
+++ head/www/nginx-devel/distinfo Tue Jun 4 14:05:19 2013 (r319860)
@@ -1,5 +1,5 @@
-SHA256 (nginx-1.5.0.tar.gz) = 5c2f4b58147b6c6bbf95bcf31f2147461c1e077e75890cc4b79384d7d8d4cbbd
-SIZE (nginx-1.5.0.tar.gz) = 767147
+SHA256 (nginx-1.5.1.tar.gz) = 6e02dc28919ea3c8cf58d5076c1ff884e29bfe2197f27f829899ffd97e0939a6
+SIZE (nginx-1.5.1.tar.gz) = 768299
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
More information about the svn-ports-head
mailing list