Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Apr 2014 01:19:51 +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: r350656 - head/www/nginx-devel
Message-ID:  <201404090119.s391JpAH041945@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: osa
Date: Wed Apr  9 01:19:51 2014
New Revision: 350656
URL: http://svnweb.freebsd.org/changeset/ports/350656
QAT: https://qat.redports.org/buildarchive/r350656/

Log:
  Update from 1.5.12 to 1.5.13.
  
  <ChangeLog>
  
  *) Change: improved hash table handling; the default values of the
     "variables_hash_max_size" and "types_hash_bucket_size" were changed
     to 1024 and 64 respectively.
  
  *) Feature: the ngx_http_mp4_module now supports the "end" argument.
  
  *) Feature: byte ranges support in the ngx_http_mp4_module and while
     saving responses to cache.
  
  *) Bugfix: alerts "ngx_slab_alloc() failed: no memory" no longer logged
     when using shared memory in the "ssl_session_cache" directive and in
     the ngx_http_limit_req_module.
  
  *) Bugfix: the "underscores_in_headers" directive did not allow
     underscore as a first character of a header.
     Thanks to Piotr Sikora.
  
  *) Bugfix: cache manager might hog CPU on exit in nginx/Windows.
  
  *) Bugfix: nginx/Windows terminated abnormally if the
     "ssl_session_cache" directive was used with the "shared" parameter.
  
  *) Bugfix: in the ngx_http_spdy_module.
  
  </ChangeLog>

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

Modified: head/www/nginx-devel/Makefile
==============================================================================
--- head/www/nginx-devel/Makefile	Wed Apr  9 01:12:52 2014	(r350655)
+++ head/www/nginx-devel/Makefile	Wed Apr  9 01:19:51 2014	(r350656)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	nginx
-PORTVERSION=	1.5.12
+PORTVERSION=	1.5.13
 CATEGORIES=	www
 MASTER_SITES=	http://nginx.org/download/
 MASTER_SITES+=	${MASTER_SITE_LOCAL}

Modified: head/www/nginx-devel/distinfo
==============================================================================
--- head/www/nginx-devel/distinfo	Wed Apr  9 01:12:52 2014	(r350655)
+++ head/www/nginx-devel/distinfo	Wed Apr  9 01:19:51 2014	(r350656)
@@ -1,5 +1,5 @@
-SHA256 (nginx-1.5.12.tar.gz) = 3f2756027d44afce31366ad4c815fee6116efca00d702131318fcf71d871c6ef
-SIZE (nginx-1.5.12.tar.gz) = 800664
+SHA256 (nginx-1.5.13.tar.gz) = 7f3c66de04bfcee3c9e84ceed2e3d726bd1233d869bf3b7a7e5fb83946fe9baa
+SIZE (nginx-1.5.13.tar.gz) = 802922
 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?201404090119.s391JpAH041945>