Date: Wed, 24 Feb 2016 21:36:53 +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: r409484 - in head/www/nginx-devel: . files Message-ID: <201602242136.u1OLaraE066872@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: osa Date: Wed Feb 24 21:36:53 2016 New Revision: 409484 URL: https://svnweb.freebsd.org/changeset/ports/409484 Log: Upgrade from 1.9.11 to 1.9.12. Remove needless patch. <ChangeLog> *) Feature: Huffman encoding of response headers in HTTP/2. Thanks to Vlad Krasnov. *) Feature: the "worker_cpu_affinity" directive now supports more than 64 CPUs. *) Bugfix: compatibility with 3rd party C++ modules; the bug had appeared in 1.9.11. Thanks to Piotr Sikora. *) Bugfix: nginx could not be built statically with OpenSSL on Linux; the bug had appeared in 1.9.11. *) Bugfix: the "add_header ... always" directive with an empty value did not delete "Last-Modified" and "ETag" header lines from error responses. *) Workaround: "called a function you should not call" and "shutdown while in init" messages might appear in logs when using OpenSSL 1.0.2f. *) Bugfix: invalid headers might be logged incorrectly. *) Bugfix: socket leak when using HTTP/2. *) Bugfix: in the ngx_http_v2_module. </ChangeLog> Deleted: head/www/nginx-devel/files/patch-src-core-ngx_module.h Modified: head/www/nginx-devel/Makefile head/www/nginx-devel/distinfo Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Wed Feb 24 21:01:49 2016 (r409483) +++ head/www/nginx-devel/Makefile Wed Feb 24 21:36:53 2016 (r409484) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= nginx -PORTVERSION= 1.9.11 -PORTREVISION= 2 +PORTVERSION= 1.9.12 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ MASTER_SITES+= LOCAL/osa Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Wed Feb 24 21:01:49 2016 (r409483) +++ head/www/nginx-devel/distinfo Wed Feb 24 21:36:53 2016 (r409484) @@ -1,5 +1,5 @@ -SHA256 (nginx-1.9.11.tar.gz) = 6a5c72f4afaf57a6db064bba0965d72335f127481c5d4e64ee8714e7b368a51f -SIZE (nginx-1.9.11.tar.gz) = 895373 +SHA256 (nginx-1.9.12.tar.gz) = 1af2eb956910ed4b11aaf525a81bc37e135907e7127948f9179f5410337da042 +SIZE (nginx-1.9.12.tar.gz) = 899183 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?201602242136.u1OLaraE066872>