Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Oct 2015 21:53:17 +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: r400356 - head/www/nginx-devel
Message-ID:  <201510272153.t9RLrH6k079845@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: osa
Date: Tue Oct 27 21:53:16 2015
New Revision: 400356
URL: https://svnweb.freebsd.org/changeset/ports/400356

Log:
  Upgrade from 1.9.5 to 1.9.6.
  
  <ChangeLog>
  
  *) Bugfix: a segmentation fault might occur in a worker process when
     using HTTP/2.
     Thanks to Piotr Sikora and Denis Andzakovic.
  
  *) Bugfix: the $server_protocol variable was empty when using HTTP/2.
  
  *) Bugfix: backend SSL connections in the stream module might be timed
     out unexpectedly.
  
  *) Bugfix: a segmentation fault might occur in a worker process if
     different ssl_session_cache settings were used in different virtual
     servers.
  
  *) Bugfix: nginx/Windows could not be built with MinGW gcc; the bug had
     appeared in 1.9.4.
     Thanks to Kouhei Sutou.
  
  *) Bugfix: time was not updated when the timer_resolution directive was
     used on Windows.
  
  *) Miscellaneous minor fixes and improvements.
     Thanks to Markus Linnala, Kurtis Nusbaum and Piotr Sikora.
  
  </ChangeLog>

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

Modified: head/www/nginx-devel/Makefile
==============================================================================
--- head/www/nginx-devel/Makefile	Tue Oct 27 21:52:02 2015	(r400355)
+++ head/www/nginx-devel/Makefile	Tue Oct 27 21:53:16 2015	(r400356)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	nginx
-PORTVERSION=	1.9.5
+PORTVERSION=	1.9.6
 CATEGORIES=	www
 MASTER_SITES=	http://nginx.org/download/
 MASTER_SITES+=	LOCAL/osa

Modified: head/www/nginx-devel/distinfo
==============================================================================
--- head/www/nginx-devel/distinfo	Tue Oct 27 21:52:02 2015	(r400355)
+++ head/www/nginx-devel/distinfo	Tue Oct 27 21:53:16 2015	(r400356)
@@ -1,5 +1,5 @@
-SHA256 (nginx-1.9.5.tar.gz) = 48e2787a6b245277e37cb7c5a31b1549a0bbacf288aa4731baacf9eaacdb481b
-SIZE (nginx-1.9.5.tar.gz) = 884023
+SHA256 (nginx-1.9.6.tar.gz) = ed501fc6d0eff9d3bc1049cc1ba3a3ac8c602de046acb2a4c108392bbfa865ea
+SIZE (nginx-1.9.6.tar.gz) = 884733
 SHA256 (nginx-accesskey-2.0.3.tar.gz) = d9e94321e78a02de16c57f3e048fd31059fd8116ed03d6de7180f435c52502b1
 SIZE (nginx-accesskey-2.0.3.tar.gz) = 2632
 SHA256 (kvspb-nginx-auth-ldap-928856aa95_GH0.tar.gz) = de21b7d9ef0953e96736f6b02d11236c46b138a0bc7889725e8b31f7482e67de



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