Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Apr 2017 23:30:58 +0000 (UTC)
From:      "Sergey A. Osokin" <osa@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r439422 - head/www/nginx-devel
Message-ID:  <201704252330.v3PNUw8l038055@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: osa
Date: Tue Apr 25 23:30:57 2017
New Revision: 439422
URL: https://svnweb.freebsd.org/changeset/ports/439422

Log:
  Upgrade from 1.12.0 to latest "mainline" 1.13.0.
  
  <ChangeLog>
  
  *) Change: SSL renegotiation is now allowed on backend connections.
  
  *) Feature: the "rcvbuf" and "sndbuf" parameters of the "listen"
     directives of the mail proxy and stream modules.
  
  *) Feature: the "return" and "error_page" directives can now be used to
     return 308 redirections.
     Thanks to Simon Leblanc.
  
  *) Feature: the "TLSv1.3" parameter of the "ssl_protocols" directive.
  
  *) Feature: when logging signals nginx now logs PID of the process which
     sent the signal.
  
  *) Bugfix: in memory allocation error handling.
  
  *) Bugfix: if a server in the stream module listened on a wildcard
     address, the source address of a response UDP datagram could differ
     from the original datagram destination address.
  
  </ChangeLog>

Modified:
  head/www/nginx-devel/Makefile
  head/www/nginx-devel/distinfo

Modified: head/www/nginx-devel/Makefile
==============================================================================
--- head/www/nginx-devel/Makefile	Tue Apr 25 23:18:09 2017	(r439421)
+++ head/www/nginx-devel/Makefile	Tue Apr 25 23:30:57 2017	(r439422)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	nginx
-PORTVERSION=	1.12.0
+PORTVERSION=	1.13.0
 CATEGORIES=	www
 MASTER_SITES=	http://nginx.org/download/
 MASTER_SITES+=	LOCAL/osa

Modified: head/www/nginx-devel/distinfo
==============================================================================
--- head/www/nginx-devel/distinfo	Tue Apr 25 23:18:09 2017	(r439421)
+++ head/www/nginx-devel/distinfo	Tue Apr 25 23:30:57 2017	(r439422)
@@ -1,6 +1,6 @@
-TIMESTAMP = 1492276562
-SHA256 (nginx-1.12.0.tar.gz) = b4222e26fdb620a8d3c3a3a8b955e08b713672e1bc5198d1e4f462308a795b30
-SIZE (nginx-1.12.0.tar.gz) = 980831
+TIMESTAMP = 1493162906
+SHA256 (nginx-1.13.0.tar.gz) = 79f52ab6550f854e14439369808105b5780079769d7b8db3856be03c683605d7
+SIZE (nginx-1.13.0.tar.gz) = 982592
 SHA256 (ngx_http_auth_pam_module-1.2.tar.gz) = 5a85970ba61a99f55a26d2536a11d512b39bbd622f5737d25a9a8c10db81efa9
 SIZE (ngx_http_auth_pam_module-1.2.tar.gz) = 5424
 SHA256 (ngx_cache_purge-2.3.tar.gz) = 279e0d8a46d3b1521fd43b3f78bc1c08b263899142a7cc5058c1c0361a92c89c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704252330.v3PNUw8l038055>