Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Sep 2017 18:12:35 +0000 (UTC)
From:      Jochen Neumeister <joneum@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r449411 - head/www/nginx-devel
Message-ID:  <201709071812.v87ICZkR072744@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: joneum
Date: Thu Sep  7 18:12:34 2017
New Revision: 449411
URL: https://svnweb.freebsd.org/changeset/ports/449411

Log:
  - www/nginx-devel: Update from 1.13.4 to 1.13.5
  - Changelog:
      *) Feature: the $ssl_client_escaped_cert variable.
  
      *) Bugfix: the "ssl_session_ticket_key" directive and the "include"
         parameter of the "geo" directive did not work on Windows.
  
      *) Bugfix: incorrect response length was returned on 32-bit platforms
         when requesting more than 4 gigabytes with multiple ranges.
  
      *) Bugfix: the "expires modified" directive and processing of the
         "If-Range" request header line did not use the response last
         modification time if proxying without caching was used.
  
  Approved by:	osa (maintainer)
  Approved by:	tz (mentor)
  Differential Revision:	https://reviews.freebsd.org/D12247

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

Modified: head/www/nginx-devel/Makefile
==============================================================================
--- head/www/nginx-devel/Makefile	Thu Sep  7 16:12:33 2017	(r449410)
+++ head/www/nginx-devel/Makefile	Thu Sep  7 18:12:34 2017	(r449411)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	nginx
-PORTVERSION=	1.13.4
+PORTVERSION=	1.13.5
 CATEGORIES=	www
 MASTER_SITES=	http://nginx.org/download/
 MASTER_SITES+=	LOCAL/osa

Modified: head/www/nginx-devel/distinfo
==============================================================================
--- head/www/nginx-devel/distinfo	Thu Sep  7 16:12:33 2017	(r449410)
+++ head/www/nginx-devel/distinfo	Thu Sep  7 18:12:34 2017	(r449411)
@@ -1,6 +1,6 @@
-TIMESTAMP = 1504728041
-SHA256 (nginx-1.13.4.tar.gz) = de21f3c49ba65c611329d8759a63d72e5fcf719bc6f2a3270e2541348ef1fbba
-SIZE (nginx-1.13.4.tar.gz) = 988415
+TIMESTAMP = 1504807697
+SHA256 (nginx-1.13.5.tar.gz) = 0e75b94429b3f745377aeba3aff97da77bf2b03fcb9ff15b3bad9b038db29f2e
+SIZE (nginx-1.13.5.tar.gz) = 988821
 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



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