Date: Tue, 23 Jul 2019 16:55:50 +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: r507236 - head/www/nginx-devel Message-ID: <201907231655.x6NGto3Y064364@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: osa Date: Tue Jul 23 16:55:50 2019 New Revision: 507236 URL: https://svnweb.freebsd.org/changeset/ports/507236 Log: Update nginx from 1.17.1 to 1.17.2. Update third-party nchan module from 1.2.3 to 1.2.6. <ChangeLog with nginx 1.17.2> *) Change: minimum supported zlib version is 1.2.0.4. Thanks to Ilya Leoshkevich. *) Change: the $r->internal_redirect() embedded perl method now expects escaped URIs. *) Feature: it is now possible to switch to a named location using the $r->internal_redirect() embedded perl method. *) Bugfix: in error handling in embedded perl. *) Bugfix: a segmentation fault might occur on start or during reconfiguration if hash bucket size larger than 64 kilobytes was used in the configuration. *) Bugfix: nginx might hog CPU during unbuffered proxying and when proxying WebSocket connections if the select, poll, or /dev/poll methods were used. *) Bugfix: in the ngx_http_xslt_filter_module. *) Bugfix: in the ngx_http_ssi_filter_module. </ChangeLog> Modified: head/www/nginx-devel/Makefile head/www/nginx-devel/Makefile.extmod head/www/nginx-devel/distinfo Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Tue Jul 23 16:17:56 2019 (r507235) +++ head/www/nginx-devel/Makefile Tue Jul 23 16:55:50 2019 (r507236) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= nginx -PORTVERSION= 1.17.1 -PORTREVISION= 1 +PORTVERSION= 1.17.2 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ \ LOCAL/osa Modified: head/www/nginx-devel/Makefile.extmod ============================================================================== --- head/www/nginx-devel/Makefile.extmod Tue Jul 23 16:17:56 2019 (r507235) +++ head/www/nginx-devel/Makefile.extmod Tue Jul 23 16:55:50 2019 (r507236) @@ -125,7 +125,7 @@ HTTP_NOTICE_GH_TUPLE= kr:nginx-notice:3c95966:notice HTTP_NOTICE_CONFIGURE_ON= --add-module=${WRKSRC_notice} HTTP_NOTICE_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-ngx_http_notice_module.c -HTTP_PUSH_GH_TUPLE= slact:nchan:v1.2.3:push +HTTP_PUSH_GH_TUPLE= slact:nchan:v1.2.6:push HTTP_PUSH_VARS= DSO_EXTMODS+=push HTTP_PUSH_STREAM_GH_TUPLE= wandenberg:nginx-push-stream-module:0.5.4:pushstream Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Tue Jul 23 16:17:56 2019 (r507235) +++ head/www/nginx-devel/distinfo Tue Jul 23 16:55:50 2019 (r507236) @@ -1,6 +1,6 @@ -TIMESTAMP = 1561513233 -SHA256 (nginx-1.17.1.tar.gz) = 6f1825b4514e601579986035783769c456b888d3facbab78881ed9b58467e73e -SIZE (nginx-1.17.1.tar.gz) = 1033452 +TIMESTAMP = 1563893994 +SHA256 (nginx-1.17.2.tar.gz) = 5e333687464e1d6dfb86fc22d653b99a6798dda40093b33186eeeec5a97e69ec +SIZE (nginx-1.17.2.tar.gz) = 1034136 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 @@ -73,8 +73,8 @@ SHA256 (nginx-modules-ngx_http_json_status_module-1d2f SIZE (nginx-modules-ngx_http_json_status_module-1d2f303_GH0.tar.gz) = 6736 SHA256 (kr-nginx-notice-3c95966_GH0.tar.gz) = e829fc94178cc8c91fef15a1fc44ee7ac162c13eddc0bba4c9427aaa23386885 SIZE (kr-nginx-notice-3c95966_GH0.tar.gz) = 3343 -SHA256 (slact-nchan-v1.2.3_GH0.tar.gz) = ea44d9f33115db4737abe611e63e3f734fa18cb11d998354b093a40eb7a8e6be -SIZE (slact-nchan-v1.2.3_GH0.tar.gz) = 669479 +SHA256 (slact-nchan-v1.2.6_GH0.tar.gz) = 277f35e479f80f04f76b70549d0ec7abdf8f1658cf46538ea9b0adf3e8b1ad50 +SIZE (slact-nchan-v1.2.6_GH0.tar.gz) = 671808 SHA256 (wandenberg-nginx-push-stream-module-0.5.4_GH0.tar.gz) = 5253bb8a804ea679e514137a234637298f044c3ef63c053670bf3802ff3535b1 SIZE (wandenberg-nginx-push-stream-module-0.5.4_GH0.tar.gz) = 183493 SHA256 (yaoweibin-ngx_http_substitutions_filter_module-v0.6.4_GH0.tar.gz) = ed4ddbcf0c434f4a1e97b61251a63ace759792764bd5cb79ff20efe348db8db3
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907231655.x6NGto3Y064364>