From owner-svn-ports-all@freebsd.org Thu Nov 8 17:59:38 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4B9CA1132790; Thu, 8 Nov 2018 17:59:38 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B5E108A655; Thu, 8 Nov 2018 17:59:37 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 970CA27ECA; Thu, 8 Nov 2018 17:59:37 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wA8HxbdC069040; Thu, 8 Nov 2018 17:59:37 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wA8HxbFv069037; Thu, 8 Nov 2018 17:59:37 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201811081759.wA8HxbFv069037@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Thu, 8 Nov 2018 17:59:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r484468 - branches/2018Q4/www/nginx-devel X-SVN-Group: ports-branches X-SVN-Commit-Author: osa X-SVN-Commit-Paths: branches/2018Q4/www/nginx-devel X-SVN-Commit-Revision: 484468 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B5E108A655 X-Spamd-Result: default: False [-106.85 / 200.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; ALLOW_DOMAIN_WHITELIST(-100.00)[FreeBSD.org]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; HAS_XAW(0.00)[]; R_SPF_SOFTFAIL(0.00)[~all]; DMARC_NA(0.00)[FreeBSD.org]; RCVD_COUNT_THREE(0.00)[4]; MX_GOOD(-0.01)[cached: mx1.FreeBSD.org]; NEURAL_HAM_SHORT(-1.00)[-0.999,0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; IP_SCORE(-3.75)[ip: (-9.91), ipnet: 2610:1c1:1::/48(-4.91), asn: 11403(-3.81), country: US(-0.09)] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2018 17:59:38 -0000 Author: osa Date: Thu Nov 8 17:59:36 2018 New Revision: 484468 URL: https://svnweb.freebsd.org/changeset/ports/484468 Log: MFH: r484324 Security update from 1.15.5 to 1.15.6. Temporary disable third-party upstream_fair module, it should be updated to build with the modern version of the nginx. While I'm here fix some whitespaces. Security: 84ca56be-e1de-11e8-bcfd-00e04c1ea73d Approved by: ports-secteam (miwi) *) Security: when using HTTP/2 a client might cause excessive memory consumption (CVE-2018-16843) and CPU usage (CVE-2018-16844). *) Security: processing of a specially crafted mp4 file with the ngx_http_mp4_module might result in worker process memory disclosure (CVE-2018-16845). *) Feature: the "proxy_socket_keepalive", "fastcgi_socket_keepalive", "grpc_socket_keepalive", "memcached_socket_keepalive", "scgi_socket_keepalive", and "uwsgi_socket_keepalive" directives. *) Bugfix: if nginx was built with OpenSSL 1.1.0 and used with OpenSSL 1.1.1, the TLS 1.3 protocol was always enabled. *) Bugfix: working with gRPC backends might result in excessive memory consumption. Modified: branches/2018Q4/www/nginx-devel/Makefile branches/2018Q4/www/nginx-devel/Makefile.extmod branches/2018Q4/www/nginx-devel/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/www/nginx-devel/Makefile ============================================================================== --- branches/2018Q4/www/nginx-devel/Makefile Thu Nov 8 17:49:57 2018 (r484467) +++ branches/2018Q4/www/nginx-devel/Makefile Thu Nov 8 17:59:36 2018 (r484468) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nginx -PORTVERSION= 1.15.4 +PORTVERSION= 1.15.6 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ \ LOCAL/osa Modified: branches/2018Q4/www/nginx-devel/Makefile.extmod ============================================================================== --- branches/2018Q4/www/nginx-devel/Makefile.extmod Thu Nov 8 17:49:57 2018 (r484467) +++ branches/2018Q4/www/nginx-devel/Makefile.extmod Thu Nov 8 17:59:36 2018 (r484468) @@ -164,10 +164,11 @@ HTTP_UPSTREAM_CHECK_EXTRA_PATCHES= ${PATCHDIR}/extra-p HTTP_UPSTREAM_FAIR_GH_TUPLE= cryptofuture:nginx-upstream-fair:b5be36f:upstreamfair HTTP_UPSTREAM_FAIR_VARS= DSO_EXTMODS+=upstreamfair +HTTP_UPSTREAM_FAIR_IGNORE= UPSTREAM_FAIR: a patch requires HTTP_UPSTREAM_STICKY_IMPLIES= HTTP_SSL -HTTP_UPSTREAM_STICKY_GH_TUPLE= thomsonreuters:nginx-sticky-module-ng:0d58565:upstreamsticky -HTTP_UPSTREAM_STICKY_CONFIGURE_ON= --add-module=${WRKSRC_upstreamsticky} +HTTP_UPSTREAM_STICKY_GH_TUPLE= thomsonreuters:nginx-sticky-module-ng:0d58565:upstreamsticky +HTTP_UPSTREAM_STICKY_CONFIGURE_ON= --add-module=${WRKSRC_upstreamsticky} HTTP_VIDEO_THUMBEXTRACTOR_LIB_DEPENDS= libavformat.so:multimedia/ffmpeg \ libavcodec.so:multimedia/ffmpeg \ Modified: branches/2018Q4/www/nginx-devel/distinfo ============================================================================== --- branches/2018Q4/www/nginx-devel/distinfo Thu Nov 8 17:49:57 2018 (r484467) +++ branches/2018Q4/www/nginx-devel/distinfo Thu Nov 8 17:59:36 2018 (r484468) @@ -1,6 +1,6 @@ -TIMESTAMP = 1537907181 -SHA256 (nginx-1.15.4.tar.gz) = 3324776c800d974ceae8797ab9102ca26a8c3656f5c6fb3f31f2cb1e719458e7 -SIZE (nginx-1.15.4.tar.gz) = 1024694 +TIMESTAMP = 1541524865 +SHA256 (nginx-1.15.6.tar.gz) = a3d8c67c2035808c7c0d475fffe263db8c353b11521aa7ade468b780ed826cc6 +SIZE (nginx-1.15.6.tar.gz) = 1025761 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