Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Sep 2016 22:09:52 +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: r422164 - head/www/nginx-devel
Message-ID:  <201609142209.u8EM9qhp038897@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: osa
Date: Wed Sep 14 22:09:52 2016
New Revision: 422164
URL: https://svnweb.freebsd.org/changeset/ports/422164

Log:
  Upgrade from 1.11.3 to 1.11.4.
  
  <ChangeLog>
  
  *) Feature: the $upstream_bytes_received variable.
  
  *) Feature: the $bytes_received, $session_time, $protocol, $status,
     $upstream_addr, $upstream_bytes_sent, $upstream_bytes_received,
     $upstream_connect_time, $upstream_first_byte_time, and
     $upstream_session_time variables in the stream module.
  
  *) Feature: the ngx_stream_log_module.
  
  *) Feature: the "proxy_protocol" parameter of the "listen" directive,
     the $proxy_protocol_addr and $proxy_protocol_port variables in the
     stream module.
  
  *) Feature: the ngx_stream_realip_module.
  
  *) Bugfix: nginx could not be built with the stream module and the
     ngx_http_ssl_module, but without ngx_stream_ssl_module; the bug had
     appeared in 1.11.3.
  
  *) Feature: the IP_BIND_ADDRESS_NO_PORT socket option was not used; the
     bug had appeared in 1.11.2.
  
  *) Bugfix: in the "ranges" parameter of the "geo" directive.
  
  *) Bugfix: an incorrect response might be returned when using the "aio
     threads" and "sendfile" directives; the bug had appeared in 1.9.13.
  
  </ChangeLog>

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

Modified: head/www/nginx-devel/Makefile
==============================================================================
--- head/www/nginx-devel/Makefile	Wed Sep 14 22:09:11 2016	(r422163)
+++ head/www/nginx-devel/Makefile	Wed Sep 14 22:09:52 2016	(r422164)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	nginx
-PORTVERSION=	1.11.3
+PORTVERSION=	1.11.4
 CATEGORIES=	www
 MASTER_SITES=	http://nginx.org/download/
 MASTER_SITES+=	LOCAL/osa

Modified: head/www/nginx-devel/distinfo
==============================================================================
--- head/www/nginx-devel/distinfo	Wed Sep 14 22:09:11 2016	(r422163)
+++ head/www/nginx-devel/distinfo	Wed Sep 14 22:09:52 2016	(r422164)
@@ -1,6 +1,6 @@
-TIMESTAMP = 1471018172
-SHA256 (nginx-1.11.3.tar.gz) = 4a667f40f9f3917069db1dea1f2d5baa612f1fa19378aadf71502e846a424610
-SIZE (nginx-1.11.3.tar.gz) = 938045
+TIMESTAMP = 1473890571
+SHA256 (nginx-1.11.4.tar.gz) = 06221c1f43f643bc6bfe5b2c26d19e09f2588d5cde6c65bdb77dfcce7c026b3b
+SIZE (nginx-1.11.4.tar.gz) = 949793
 SHA256 (nginx-accesskey-2.0.3.tar.gz) = d9e94321e78a02de16c57f3e048fd31059fd8116ed03d6de7180f435c52502b1
 SIZE (nginx-accesskey-2.0.3.tar.gz) = 2632
 SHA256 (ngx_http_auth_pam_module-1.2.tar.gz) = 5a85970ba61a99f55a26d2536a11d512b39bbd622f5737d25a9a8c10db81efa9



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