svn commit: r442131 - head/www/nginx-devel

Sergey A. Osokin osa at FreeBSD.org
Wed May 31 01:29:48 UTC 2017


Author: osa
Date: Wed May 31 01:29:46 2017
New Revision: 442131
URL: https://svnweb.freebsd.org/changeset/ports/442131

Log:
  Upgrade from 1.13.0 to 1.13.1.
  
  <ChangeLog>
  
  *) Feature: now a hostname can be used as the "set_real_ip_from"
     directive parameter.
  
  *) Feature: vim syntax highlighting scripts improvements.
  
  *) Feature: the "worker_cpu_affinity" directive now works on DragonFly
     BSD.
     Thanks to Sepherosa Ziehau.
  
  *) Bugfix: SSL renegotiation on backend connections did not work when
     using OpenSSL before 1.1.0.
  
  *) Workaround: nginx could not be built with Oracle Developer Studio
     12.5.
  
  *) Workaround: now cache manager ignores long locked cache entries when
     cleaning cache based on the "max_size" parameter.
  
  *) Bugfix: client SSL connections were immediately closed if deferred
     accept and the "proxy_protocol" parameter of the "listen" directive
     were used.
  
  *) Bugfix: in the "proxy_cache_background_update" directive.
  
  *) Workaround: now the "tcp_nodelay" directive sets the TCP_NODELAY
     option before an SSL handshake.
  
  </ChangeLog>

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

Modified: head/www/nginx-devel/Makefile
==============================================================================
--- head/www/nginx-devel/Makefile	Wed May 31 00:24:12 2017	(r442130)
+++ head/www/nginx-devel/Makefile	Wed May 31 01:29:46 2017	(r442131)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	nginx
-PORTVERSION=	1.13.0
-PORTREVISION=	3
+PORTVERSION=	1.13.1
 CATEGORIES=	www
 MASTER_SITES=	http://nginx.org/download/
 MASTER_SITES+=	LOCAL/osa

Modified: head/www/nginx-devel/distinfo
==============================================================================
--- head/www/nginx-devel/distinfo	Wed May 31 00:24:12 2017	(r442130)
+++ head/www/nginx-devel/distinfo	Wed May 31 01:29:46 2017	(r442131)
@@ -1,6 +1,6 @@
-TIMESTAMP = 1494707096
-SHA256 (nginx-1.13.0.tar.gz) = 79f52ab6550f854e14439369808105b5780079769d7b8db3856be03c683605d7
-SIZE (nginx-1.13.0.tar.gz) = 982592
+TIMESTAMP = 1496193630
+SHA256 (nginx-1.13.1.tar.gz) = a5856c72a6609a4dc68c88a7f3c33b79e6693343b62952e021e043fe347b6776
+SIZE (nginx-1.13.1.tar.gz) = 984142
 SHA256 (ngx_cache_purge-2.3.tar.gz) = 279e0d8a46d3b1521fd43b3f78bc1c08b263899142a7cc5058c1c0361a92c89c
 SIZE (ngx_cache_purge-2.3.tar.gz) = 12248
 SHA256 (nginx_mogilefs_module-1.0.4.tar.gz) = 7ac230d30907f013dff8d435a118619ea6168aa3714dba62c6962d350c6295ae


More information about the svn-ports-all mailing list