Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Apr 2015 16:11:10 +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: r383303 - head/www/nginx-devel
Message-ID:  <201504051611.t35GBAq3010910@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: osa
Date: Sun Apr  5 16:11:09 2015
New Revision: 383303
URL: https://svnweb.freebsd.org/changeset/ports/383303

Log:
  Upgrade from 1.7.10 to 1.7.11.
  Temporary disable third-party upload module.
  
  <ChangeLog>
  
  *) Change: the "sendfile" parameter of the "aio" directive is
     deprecated; now nginx automatically uses AIO to pre-load data for
     sendfile if both "aio" and "sendfile" directives are used.
  
  *) Feature: experimental thread pools support.
  
  *) Feature: the "proxy_request_buffering", "fastcgi_request_buffering",
     "scgi_request_buffering", and "uwsgi_request_buffering" directives.
  
  *) Feature: request body filters experimental API.
  
  *) Feature: client SSL certificates support in mail proxy.
     Thanks to Sven Peter, Franck Levionnois, and Filipe Da Silva.
  
  *) Feature: startup speedup when using the "hash ... consistent"
     directive in the upstream block.
     Thanks to Wai Keen Woon.
  
  *) Feature: debug logging into a cyclic memory buffer.
  
  *) Bugfix: in hash table handling.
     Thanks to Chris West.
  
  *) Bugfix: in the "proxy_cache_revalidate" directive.
  
  *) Bugfix: SSL connections might hang if deferred accept or the
     "proxy_protocol" parameter of the "listen" directive were used.
     Thanks to James Hamlin.
  
  *) Bugfix: the $upstream_response_time variable might contain a wrong
     value if the "image_filter" directive was used.
  
  *) Bugfix: in integer overflow handling.
     Thanks to RĂ©gis Leroy.
  
  *) Bugfix: it was not possible to enable SSLv3 with LibreSSL.
  
  *) Bugfix: the "ignoring stale global SSL error ... called a function
     you should not call" alerts appeared in logs when using LibreSSL.
  
  *) Bugfix: certificates specified by the "ssl_client_certificate" and
     "ssl_trusted_certificate" directives were inadvertently used to
     automatically construct certificate chains.
  
  </ChangeLog>

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

Modified: head/www/nginx-devel/Makefile
==============================================================================
--- head/www/nginx-devel/Makefile	Sun Apr  5 16:02:04 2015	(r383302)
+++ head/www/nginx-devel/Makefile	Sun Apr  5 16:11:09 2015	(r383303)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	nginx
-PORTVERSION=	1.7.10
+PORTVERSION=	1.7.11
 CATEGORIES=	www
 MASTER_SITES=	http://nginx.org/download/
 MASTER_SITES+=	${MASTER_SITE_LOCAL}
@@ -502,6 +502,7 @@ CONFIGURE_ARGS+=--with-http_sub_module
 .endif
 
 .if ${PORT_OPTIONS:MHTTP_UPLOAD}
+IGNORE=	UPLOAD: update require
 NGINX_UPLOAD_VERSION=	2.2.0
 MASTER_SITES+=	http://www.grid.net.ru/nginx/download/:upload
 DISTFILES+=	nginx_upload_module-${NGINX_UPLOAD_VERSION}.tar.gz:upload

Modified: head/www/nginx-devel/distinfo
==============================================================================
--- head/www/nginx-devel/distinfo	Sun Apr  5 16:02:04 2015	(r383302)
+++ head/www/nginx-devel/distinfo	Sun Apr  5 16:11:09 2015	(r383303)
@@ -1,5 +1,5 @@
-SHA256 (nginx-1.7.10.tar.gz) = df73c1b468cebaf3530a5de910bed45ff2cfccf2cf4b9215d0aa0f4e39cf4460
-SIZE (nginx-1.7.10.tar.gz) = 828607
+SHA256 (nginx-1.7.11.tar.gz) = dad9d740210e638bfd480536910083ed13f04c04775eedf877984e1c61a69695
+SIZE (nginx-1.7.11.tar.gz) = 831490
 SHA256 (giom-nginx_accept_language_module-2f69842.tar.gz) = fbcdf792160a1eff7b9549aeb5209d6e76716ff8e86b05e42c90b2d2f858e011
 SIZE (giom-nginx_accept_language_module-2f69842.tar.gz) = 3399
 SHA256 (nginx-accesskey-2.0.3.tar.gz) = d9e94321e78a02de16c57f3e048fd31059fd8116ed03d6de7180f435c52502b1



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