svn commit: r323174 - in head/www/nginx: . files

Sergey A. Osokin osa at FreeBSD.org
Wed Jul 17 15:04:41 UTC 2013


Author: osa
Date: Wed Jul 17 15:04:40 2013
New Revision: 323174
URL: http://svnweb.freebsd.org/changeset/ports/323174

Log:
  Update from 1.4.1 to 1.4.2.
  Remove needless patch.
  
  <ChangeLog>
  
  *) Bugfix: the $r->header_in() embedded perl method did not return value
     of the "Cookie" and "X-Forwarded-For" request header lines; the bug
     had appeared in 1.3.14.
  
  *) 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: 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: nginx/Windows might stop accepting connections if several
     worker processes were used.
  
  </ChangeLog>

Deleted:
  head/www/nginx/files/patch-fix-mail-ssl
Modified:
  head/www/nginx/Makefile
  head/www/nginx/distinfo

Modified: head/www/nginx/Makefile
==============================================================================
--- head/www/nginx/Makefile	Wed Jul 17 14:58:36 2013	(r323173)
+++ head/www/nginx/Makefile	Wed Jul 17 15:04:40 2013	(r323174)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	nginx
-PORTVERSION=	1.4.1
-PORTREVISION=	1
+PORTVERSION=	1.4.2
 PORTEPOCH=	1
 CATEGORIES=	www
 MASTER_SITES=	http://nginx.org/download/

Modified: head/www/nginx/distinfo
==============================================================================
--- head/www/nginx/distinfo	Wed Jul 17 14:58:36 2013	(r323173)
+++ head/www/nginx/distinfo	Wed Jul 17 15:04:40 2013	(r323174)
@@ -1,5 +1,5 @@
-SHA256 (nginx-1.4.1.tar.gz) = bca5d1e89751ba29406185e1736c390412603a7e6b604f5b4575281f6565d119
-SIZE (nginx-1.4.1.tar.gz) = 767107
+SHA256 (nginx-1.4.2.tar.gz) = 5361ffb7b0ebf8b1a04369bc3d1295eaed091680c1c58115f88d56c8e51f3611
+SIZE (nginx-1.4.2.tar.gz) = 767688
 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