Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Apr 2016 05:33:13 +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: r412449 - in head/www/nginx-devel: . files
Message-ID:  <201604030533.u335XDV9090865@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: osa
Date: Sun Apr  3 05:33:13 2016
New Revision: 412449
URL: https://svnweb.freebsd.org/changeset/ports/412449

Log:
  Upgrade from 1.9.12 to 1.9.13.
  Remove needless vendor's patches.
  
  <ChangeLog>
  
  *) Change: non-idempotent requests (POST, LOCK, PATCH) are no longer
     passed to the next server by default if a request has been sent to a
     backend; the "non_idempotent" parameter of the "proxy_next_upstream"
     directive explicitly allows retrying such requests.
  
  *) Feature: the ngx_http_perl_module can be built dynamically.
  
  *) Feature: UDP support in the stream module.
  
  *) Feature: the "aio_write" directive.
  
  *) Feature: now cache manager monitors number of elements in caches and
     tries to avoid cache keys zone overflows.
  
  *) Bugfix: "task already active" and "second aio post" alerts might
     appear in logs when using the "sendfile" and "aio" directives with
     subrequests.
  
  *) Bugfix: "zero size buf in output" alerts might appear in logs if
     caching was used and a client closed a connection prematurely.
  
  *) Bugfix: connections with clients might be closed needlessly if
     caching was used.
     Thanks to Justin Li.
  
  *) Bugfix: nginx might hog CPU if the "sendfile" directive was used on
     Linux or Solaris and a file being sent was changed during sending.
  
  *) Bugfix: connections might hang when using the "sendfile" and "aio
     threads" directives.
  
  *) Bugfix: in the "proxy_pass", "fastcgi_pass", "scgi_pass", and
     "uwsgi_pass" directives when using variables.
     Thanks to Piotr Sikora.
  
  *) Bugfix: in the ngx_http_sub_filter_module.
  
  *) Bugfix: if an error occurred in a cached backend connection, the
     request was passed to the next server regardless of the
     proxy_next_upstream directive.
  
  *) Bugfix: "CreateFile() failed" errors when creating temporary files on
     Windows.
  
  </ChangeLog>

Deleted:
  head/www/nginx-devel/files/patch-auto-make
  head/www/nginx-devel/files/patch-perl-as-dynamic-module
Modified:
  head/www/nginx-devel/Makefile
  head/www/nginx-devel/distinfo

Modified: head/www/nginx-devel/Makefile
==============================================================================
--- head/www/nginx-devel/Makefile	Sun Apr  3 05:24:35 2016	(r412448)
+++ head/www/nginx-devel/Makefile	Sun Apr  3 05:33:13 2016	(r412449)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	nginx
-PORTVERSION=	1.9.12
-PORTREVISION=	1
+PORTVERSION=	1.9.13
 CATEGORIES=	www
 MASTER_SITES=	http://nginx.org/download/
 MASTER_SITES+=	LOCAL/osa

Modified: head/www/nginx-devel/distinfo
==============================================================================
--- head/www/nginx-devel/distinfo	Sun Apr  3 05:24:35 2016	(r412448)
+++ head/www/nginx-devel/distinfo	Sun Apr  3 05:33:13 2016	(r412449)
@@ -1,5 +1,5 @@
-SHA256 (nginx-1.9.12.tar.gz) = 1af2eb956910ed4b11aaf525a81bc37e135907e7127948f9179f5410337da042
-SIZE (nginx-1.9.12.tar.gz) = 899183
+SHA256 (nginx-1.9.13.tar.gz) = f7cd529a5879cd9cd5b62e6fc4a3a7e8d8363cb12c080ab480cc718c55736609
+SIZE (nginx-1.9.13.tar.gz) = 907611
 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?201604030533.u335XDV9090865>