Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Apr 2019 09:34:04 +0000 (UTC)
From:      Jochen Neumeister <joneum@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r497944 - branches/2019Q2/www/apache24
Message-ID:  <201904050934.x359Y4Yc048701@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904050934.x359Y4Yc048701>