git: fa81e4cfd18a - main - www/lighttpd: update to 1.4.64

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Fri, 21 Jan 2022 00:01:02 UTC
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fa81e4cfd18a4ac8db9c9183dfac9c11d80f25b8

commit fa81e4cfd18a4ac8db9c9183dfac9c11d80f25b8
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2022-01-20 23:57:59 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2022-01-20 23:57:59 +0000

    www/lighttpd: update to 1.4.64
    
    Changelog:      https://www.lighttpd.net/2022/1/19/1.4.64/
---
 www/lighttpd/Makefile  | 35 +++++++++++++++++++++--------------
 www/lighttpd/distinfo  |  6 +++---
 www/lighttpd/pkg-plist |  5 -----
 3 files changed, 24 insertions(+), 22 deletions(-)

diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile
index 8441801f4cb4..498fbf1d5e44 100644
--- a/www/lighttpd/Makefile
+++ b/www/lighttpd/Makefile
@@ -1,7 +1,7 @@
 # Created by: k@123.org
 
 PORTNAME?=	lighttpd
-PORTVERSION=	1.4.63
+PORTVERSION=	1.4.64
 CATEGORIES?=	www
 MASTER_SITES?=	https://download.lighttpd.net/lighttpd/releases-1.4.x/
 
@@ -24,8 +24,7 @@ USES+=	cpe
 
 GNU_CONFIGURE=	yes
 
-CONFIGURE_ARGS+=	--libdir=${PREFIX}/lib/lighttpd \
-		--with-pcre2
+CONFIGURE_ARGS+=	--libdir=${PREFIX}/lib/lighttpd
 INSTALL_TARGET=	install-strip
 
 .if !defined(_BUILDING_LIGHTTPD_MODULE)
@@ -36,7 +35,7 @@ PORTDOCS=	AUTHORS COPYING INSTALL NEWS README
 USE_RC_SUBR=	lighttpd
 REQUIRE=	LOGIN
 
-OPTIONS_DEFINE=	ATTR DBI DOCS GDBM IPV6 KRB5 LUA MAXMINDDB MEMCACHED NETTLE \
+OPTIONS_DEFINE=	ATTR DBI DOCS GDBM IPV6 KRB5 LUA MAXMINDDB NETTLE \
 		LDAP SPAWNFCGI VALGRIND WEBDAV ZSTD
 OPTIONS_GROUP=	SSL
 OPTIONS_GROUP_SSL=	OPENSSL GNUTLS MBEDTLS NSS WOLFSSL
@@ -51,7 +50,6 @@ KRB5_DESC=	Kerberos authentication (mod_authn_gssapi)
 LDAP_DESC=	LDAP authentication (mod_authn_ldap)
 LUA_DESC=	lua support (mod_magnet)
 MAXMINDDB_DESC=	IP-based geolocation lookup (mod_maxminddb)
-MEMCACHED_DESC=	memcached storage (mod_trigger_b4_dl)
 NETTLE_DESC=	Crypto support from Nettle
 SPAWNFCGI_DESC=	Depend on spawn-fcgi utility
 VALGRIND_DESC=	valgrind support
@@ -82,8 +80,6 @@ MAXMINDDB_CONFIGURE_WITH=	maxminddb=${LOCALBASE}
 MAXMINDDB_LIB_DEPENDS=	libmaxminddb.so:net/libmaxminddb
 MBEDTLS_CONFIGURE_WITH=	mbedtls=${LOCALBASE}
 MBEDTLS_LIB_DEPENDS=	libmbedtls.so:security/mbedtls
-MEMCACHED_LIB_DEPENDS=	libmemcached.so:databases/libmemcached
-MEMCACHED_CONFIGURE_WITH=memcached
 NETTLE_CONFIGURE_WITH=	nettle=${LOCALBASE}
 NETTLE_LIB_DEPENDS=	libnettle.so:security/nettle
 NSS_CONFIGURE_WITH=	nss=${LOCALBASE}
@@ -109,13 +105,24 @@ ZSTD_LIB_DEPENDS=	libzstd.so:archivers/zstd
 LIGHTTPD_CONF_FILES=	lighttpd.conf modules.conf
 
 LIGHTTPD_CONF_D_FILES=	access_log.conf \
-	auth.conf cgi.conf \
-	debug.conf dirlisting.conf \
-	evhost.conf expire.conf fastcgi.conf \
-	magnet.conf mime.conf mysql_vhost.conf proxy.conf \
-	rrdtool.conf scgi.conf secdownload.conf \
-	simple_vhost.conf ssi.conf status.conf \
-	trigger_b4_dl.conf userdir.conf webdav.conf
+			auth.conf \
+			cgi.conf \
+			debug.conf \
+			dirlisting.conf \
+			evhost.conf \
+			expire.conf \
+			fastcgi.conf \
+			magnet.conf \
+			mime.conf \
+			proxy.conf \
+			rrdtool.conf \
+			scgi.conf \
+			secdownload.conf \
+			simple_vhost.conf \
+			ssi.conf \
+			status.conf \
+			userdir.conf \
+			webdav.conf
 
 USERS=		${WWWOWN}
 GROUPS=		${WWWGRP}
diff --git a/www/lighttpd/distinfo b/www/lighttpd/distinfo
index 4335734e803f..76e674ef4b1d 100644
--- a/www/lighttpd/distinfo
+++ b/www/lighttpd/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1638652906
-SHA256 (lighttpd-1.4.63.tar.xz) = 2aef7f0102ebf54a1241a1c3ea8976892f8684bfb21697c9fffb8de0e2d6eab9
-SIZE (lighttpd-1.4.63.tar.xz) = 1023568
+TIMESTAMP = 1642720830
+SHA256 (lighttpd-1.4.64.tar.xz) = e1489d9fa7496fbf2e071c338b593b2300d38c23f1e5967e52c9ef482e1b0e26
+SIZE (lighttpd-1.4.64.tar.xz) = 1011436
 SHA256 (lighttpd-1.4.26_mod_h264_streaming-2.2.9.patch) = dc9bd6e26755cc2e3ccf6eaf8cc89e5d697f5a876f71318be67b28225368fd4e
 SIZE (lighttpd-1.4.26_mod_h264_streaming-2.2.9.patch) = 242037
diff --git a/www/lighttpd/pkg-plist b/www/lighttpd/pkg-plist
index 5d59a1cc1f48..80c3bbd8754a 100644
--- a/www/lighttpd/pkg-plist
+++ b/www/lighttpd/pkg-plist
@@ -10,7 +10,6 @@
 @sample %%ETCDIR%%/conf.d/fastcgi.conf.sample
 @sample %%ETCDIR%%/conf.d/magnet.conf.sample
 @sample %%ETCDIR%%/conf.d/mime.conf.sample
-@sample %%ETCDIR%%/conf.d/mysql_vhost.conf.sample
 @sample %%ETCDIR%%/conf.d/proxy.conf.sample
 @sample %%ETCDIR%%/conf.d/rrdtool.conf.sample
 @sample %%ETCDIR%%/conf.d/scgi.conf.sample
@@ -18,7 +17,6 @@
 @sample %%ETCDIR%%/conf.d/simple_vhost.conf.sample
 @sample %%ETCDIR%%/conf.d/ssi.conf.sample
 @sample %%ETCDIR%%/conf.d/status.conf.sample
-@sample %%ETCDIR%%/conf.d/trigger_b4_dl.conf.sample
 @sample %%ETCDIR%%/conf.d/userdir.conf.sample
 @sample %%ETCDIR%%/conf.d/webdav.conf.sample
 %%ETCDIR%%/vhosts.d/vhosts.template
@@ -32,7 +30,6 @@ lib/lighttpd/mod_authn_file.so
 %%KRB5%%lib/lighttpd/mod_authn_gssapi.so
 %%LDAP%%lib/lighttpd/mod_authn_ldap.so
 lib/lighttpd/mod_cgi.so
-%%LUA%%lib/lighttpd/mod_cml.so
 lib/lighttpd/mod_deflate.so
 lib/lighttpd/mod_dirlisting.so
 lib/lighttpd/mod_evasive.so
@@ -40,7 +37,6 @@ lib/lighttpd/mod_evhost.so
 lib/lighttpd/mod_expire.so
 lib/lighttpd/mod_extforward.so
 lib/lighttpd/mod_fastcgi.so
-lib/lighttpd/mod_flv_streaming.so
 %%GNUTLS%%lib/lighttpd/mod_gnutls.so
 lib/lighttpd/mod_indexfile.so
 %%LUA%%lib/lighttpd/mod_magnet.so
@@ -60,7 +56,6 @@ lib/lighttpd/mod_ssi.so
 lib/lighttpd/mod_staticfile.so
 lib/lighttpd/mod_status.so
 %%MBEDTLS%%lib/lighttpd/mod_mbedtls.so
-%%MEMCACHED%%lib/lighttpd/mod_trigger_b4_dl.so
 lib/lighttpd/mod_uploadprogress.so
 lib/lighttpd/mod_userdir.so
 lib/lighttpd/mod_usertrack.so