From owner-svn-ports-branches@freebsd.org Fri Apr 5 09:34:06 2019 Return-Path: Delivered-To: svn-ports-branches@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 56F79156FEC0; Fri, 5 Apr 2019 09:34:06 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EF6EB86A9B; Fri, 5 Apr 2019 09:34:05 +0000 (UTC) (envelope-from joneum@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 B70BDB308; Fri, 5 Apr 2019 09:34:05 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x359Y57t048706; Fri, 5 Apr 2019 09:34:05 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x359Y4Yc048701; Fri, 5 Apr 2019 09:34:04 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201904050934.x359Y4Yc048701@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Fri, 5 Apr 2019 09:34:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r497944 - branches/2019Q2/www/apache24 X-SVN-Group: ports-branches X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: branches/2019Q2/www/apache24 X-SVN-Commit-Revision: 497944 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: EF6EB86A9B X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.95)[-0.951,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Apr 2019 09:34:06 -0000 Author: joneum Date: Fri Apr 5 09:34:04 2019 New Revision: 497944 URL: https://svnweb.freebsd.org/changeset/ports/497944 Log: MFH: r497554 www/apache24: Security update to 2.4.39 - Adds mod_socache_redis feature Changes: https://www.apache.org/dist/httpd/CHANGES_2.4.39 Security: cf2105c6-551b-11e9-b95c-b499baebfeaf Approved by: ports-secteam (joneum) Modified: branches/2019Q2/www/apache24/Makefile branches/2019Q2/www/apache24/Makefile.options branches/2019Q2/www/apache24/Makefile.options.desc branches/2019Q2/www/apache24/distinfo branches/2019Q2/www/apache24/pkg-plist Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/www/apache24/Makefile ============================================================================== --- branches/2019Q2/www/apache24/Makefile Fri Apr 5 09:31:12 2019 (r497943) +++ branches/2019Q2/www/apache24/Makefile Fri Apr 5 09:34:04 2019 (r497944) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= apache24 -PORTVERSION= 2.4.38 +PORTVERSION= 2.4.39 CATEGORIES= www ipv6 MASTER_SITES= APACHE_HTTPD DISTNAME= httpd-${PORTVERSION} @@ -81,6 +81,7 @@ MD_LIB_DEPENDS= libcurl.so:ftp/curl \ libjansson.so:devel/jansson MD_USES= ssl PROXY_HTML_USE= GNOME=libxml2 +PROXY_HTML_USES= gnome PROXY_HTTP2_CONFIGURE_ON= --with-nghttp2=${LOCALBASE} PROXY_HTTP2_LIB_DEPENDS= libnghttp2.so:www/libnghttp2 SOCACHE_DC_CONFIGURE_ON= --with-distcache=${LOCALBASE} @@ -90,6 +91,7 @@ SOCACHE_DC_LIB_DEPENDS= libdistcache.so:security/dist SSL_CONFIGURE_ON= --with-ssl=${OPENSSLBASE} SSL_USES= ssl XML2ENC_USE= GNOME=libxml2 +XML2ENC_USES= gnome ETC_SUBDIRS= Includes envvars.d extra modules.d Modified: branches/2019Q2/www/apache24/Makefile.options ============================================================================== --- branches/2019Q2/www/apache24/Makefile.options Fri Apr 5 09:31:12 2019 (r497943) +++ branches/2019Q2/www/apache24/Makefile.options Fri Apr 5 09:34:04 2019 (r497944) @@ -55,7 +55,7 @@ MOST_ENABLED_MODULES= \ WATCHDOG XML2ENC MOST_DISABLED_MODULES= \ - AUTHNZ_LDAP BROTLI IDENT LDAP LUA MD SOCACHE_DC SUEXEC + AUTHNZ_LDAP BROTLI IDENT LDAP LUA MD SOCACHE_DC SOCACHE_REDIS SUEXEC # enable/disable additional PROXY/SESSION modules META_MODULES= PROXY SESSION Modified: branches/2019Q2/www/apache24/Makefile.options.desc ============================================================================== --- branches/2019Q2/www/apache24/Makefile.options.desc Fri Apr 5 09:31:12 2019 (r497943) +++ branches/2019Q2/www/apache24/Makefile.options.desc Fri Apr 5 09:34:04 2019 (r497944) @@ -149,6 +149,7 @@ SLOTMEM_SHM_DESC= Slotmem provider that uses shared m SOCACHE_DBM_DESC= dbm small object cache provider SOCACHE_DC_DESC= distcache small object cache provider SOCACHE_MEMCACHE_DESC= memcache small object cache provider +SOCACHE_REDIS_DESC= Redis based shared object cache provider SOCACHE_SHMCB_DESC= shmcb small object cache provider SPELING_DESC= Correct common URL misspellings SSL_DESC= SSL/TLS support (mod_ssl) Modified: branches/2019Q2/www/apache24/distinfo ============================================================================== --- branches/2019Q2/www/apache24/distinfo Fri Apr 5 09:31:12 2019 (r497943) +++ branches/2019Q2/www/apache24/distinfo Fri Apr 5 09:34:04 2019 (r497944) @@ -1,3 +1,3 @@ -TIMESTAMP = 1548149918 -SHA256 (apache24/httpd-2.4.38.tar.bz2) = 7dc65857a994c98370dc4334b260101a7a04be60e6e74a5c57a6dee1bc8f394a -SIZE (apache24/httpd-2.4.38.tar.bz2) = 7035030 +TIMESTAMP = 1554189365 +SHA256 (apache24/httpd-2.4.39.tar.bz2) = b4ca9d05773aa59b54d66cd8f4744b945289f084d3be17d7981d1783a5decfa2 +SIZE (apache24/httpd-2.4.39.tar.bz2) = 7030539 Modified: branches/2019Q2/www/apache24/pkg-plist ============================================================================== --- branches/2019Q2/www/apache24/pkg-plist Fri Apr 5 09:31:12 2019 (r497943) +++ branches/2019Q2/www/apache24/pkg-plist Fri Apr 5 09:34:04 2019 (r497944) @@ -200,6 +200,7 @@ libexec/apache24/mod_log_config.so %%SOCACHE_DBM%%libexec/apache24/mod_socache_dbm.so %%SOCACHE_DC%%libexec/apache24/mod_socache_dc.so %%SOCACHE_MEMCACHE%%libexec/apache24/mod_socache_memcache.so +%%SOCACHE_REDIS%%libexec/apache24/mod_socache_redis.so %%SOCACHE_SHMCB%%libexec/apache24/mod_socache_shmcb.so %%SPELING%%libexec/apache24/mod_speling.so %%SSL%%libexec/apache24/mod_ssl.so