Date: Fri, 5 Jan 2018 20:03:34 +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: r458168 - in head/www/nginx-devel: . files Message-ID: <201801052003.w05K3Ykx060645@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: osa Date: Fri Jan 5 20:03:34 2018 New Revision: 458168 URL: https://svnweb.freebsd.org/changeset/ports/458168 Log: Upgrade from 1.13.7 to 1.13.8. While I'm here remove needless patch. <ChangeLog> *) Feature: now nginx automatically preserves the CAP_NET_RAW capability in worker processes when using the "transparent" parameter of the "proxy_bind", "fastcgi_bind", "memcached_bind", "scgi_bind", and "uwsgi_bind" directives. *) Feature: improved CPU cache line size detection. Thanks to Debayan Ghosh. *) Feature: new directives in vim syntax highlighting scripts. Thanks to Gena Makhomed. *) Bugfix: binary upgrade refused to work if nginx was re-parented to a process with PID different from 1 after its parent process has finished. *) Bugfix: the ngx_http_autoindex_module incorrectly handled requests with bodies. *) Bugfix: in the "proxy_limit_rate" directive when used with the "keepalive" directive. *) Bugfix: some parts of a response might be buffered when using "proxy_buffering off" if the client connection used SSL. Thanks to Patryk Lesiewicz. *) Bugfix: in the "proxy_cache_background_update" directive. *) Bugfix: it was not possible to start a parameter with a variable in the "${name}" form with the name in curly brackets without enclosing the parameter into single or double quotes. </ChangeLog> Deleted: head/www/nginx-devel/files/extra-patch-ngx_http_lua_module.c Modified: head/www/nginx-devel/Makefile head/www/nginx-devel/distinfo Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Fri Jan 5 20:02:03 2018 (r458167) +++ head/www/nginx-devel/Makefile Fri Jan 5 20:03:34 2018 (r458168) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= nginx -PORTVERSION= 1.13.7 -PORTREVISION= 3 +PORTVERSION= 1.13.8 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ MASTER_SITES+= LOCAL/osa Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Fri Jan 5 20:02:03 2018 (r458167) +++ head/www/nginx-devel/distinfo Fri Jan 5 20:03:34 2018 (r458168) @@ -1,6 +1,6 @@ -TIMESTAMP = 1513298617 -SHA256 (nginx-1.13.7.tar.gz) = beb732bc7da80948c43fd0bf94940a21a21b1c1ddfba0bd99a4b88e026220f5c -SIZE (nginx-1.13.7.tar.gz) = 990836 +TIMESTAMP = 1515182031 +SHA256 (nginx-1.13.8.tar.gz) = 8410b6c31ff59a763abf7e5a5316e7629f5a5033c95a3a0ebde727f9ec8464c5 +SIZE (nginx-1.13.8.tar.gz) = 992237 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?201801052003.w05K3Ykx060645>