Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Dec 2020 14:50:36 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r557232 - head/www/lighttpd
Message-ID:  <202012071450.0B7EoaMc041745@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Mon Dec  7 14:50:36 2020
New Revision: 557232
URL: https://svnweb.freebsd.org/changeset/ports/557232

Log:
  www/lighttpd: update to 1.4.56
  
  Changelog: https://www.lighttpd.net/2020/11/29/1.4.56/

Modified:
  head/www/lighttpd/Makefile
  head/www/lighttpd/distinfo
  head/www/lighttpd/pkg-plist

Modified: head/www/lighttpd/Makefile
==============================================================================
--- head/www/lighttpd/Makefile	Mon Dec  7 14:26:40 2020	(r557231)
+++ head/www/lighttpd/Makefile	Mon Dec  7 14:50:36 2020	(r557232)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME?=	lighttpd
-PORTVERSION=	1.4.55
-PORTREVISION=	1
+PORTVERSION=	1.4.56
 CATEGORIES?=	www
 MASTER_SITES?=	https://download.lighttpd.net/lighttpd/releases-1.4.x/
 
@@ -37,14 +36,13 @@ PORTDOCS=	AUTHORS COPYING INSTALL NEWS README
 USE_RC_SUBR=	lighttpd
 REQUIRE=	LOGIN
 
-OPTIONS_DEFINE=	ATTR BZIP2 DOCS FAM GDBM IPV6 KRB5 LIBEV LUA MEMCACHED \
+OPTIONS_DEFINE=	ATTR DOCS FAM GDBM IPV6 KRB5 LIBEV LUA MEMCACHED \
 		MYSQL LDAP OPENSSL SPAWNFCGI VALGRIND WEBDAV
 
 OPTIONS_DEFAULT=	LUA OPENSSL
 OPTIONS_SUB=	yes
 
 ATTR_DESC=	extended attributes support
-BZIP2_DESC=	bzip2 support (mod_compress)
 GDBM_DESC=	gdbm storage (mod_trigger_b4_dl)
 KRB5_DESC=	Kerberos authentication (mod_authn_gssapi)
 LDAP_DESC=	LDAP authentication (mod_authn_ldap)
@@ -57,7 +55,6 @@ VALGRIND_DESC=	valgrind support
 WEBDAV_DESC=	WebDAV support
 
 ATTR_CONFIGURE_WITH=	attr
-BZIP2_CONFIGURE_WITH=	bzip2
 FAM_USES=		fam
 FAM_CONFIGURE_ON=	--with-fam
 FAM_CONFIGURE_ENV=	FAM_CFLAGS="-I${LOCALBASE}/include" FAM_LIBS="-L${LOCALBASE}/lib"
@@ -99,7 +96,7 @@ LIGHTTPD_CONF_FILES=	lighttpd.conf modules.conf
 
 LIGHTTPD_CONF_D_FILES=	access_log.conf \
 	auth.conf cgi.conf cml.conf \
-	compress.conf debug.conf dirlisting.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 \

Modified: head/www/lighttpd/distinfo
==============================================================================
--- head/www/lighttpd/distinfo	Mon Dec  7 14:26:40 2020	(r557231)
+++ head/www/lighttpd/distinfo	Mon Dec  7 14:50:36 2020	(r557232)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1580580144
-SHA256 (lighttpd-1.4.55.tar.xz) = 6a0b50e9c9d5cc3d9e48592315c25a2d645858f863e1ccd120507a30ce21e927
-SIZE (lighttpd-1.4.55.tar.xz) = 765660
+TIMESTAMP = 1607351107
+SHA256 (lighttpd-1.4.56.tar.xz) = e4ce84cd79e8ae8ba193c7a7cc79c4afba9a076b443ef9f8d4bcd13a3354df77
+SIZE (lighttpd-1.4.56.tar.xz) = 952200
 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

Modified: head/www/lighttpd/pkg-plist
==============================================================================
--- head/www/lighttpd/pkg-plist	Mon Dec  7 14:26:40 2020	(r557231)
+++ head/www/lighttpd/pkg-plist	Mon Dec  7 14:50:36 2020	(r557232)
@@ -4,7 +4,6 @@
 @sample %%ETCDIR%%/conf.d/auth.conf.sample
 @sample %%ETCDIR%%/conf.d/cgi.conf.sample
 @sample %%ETCDIR%%/conf.d/cml.conf.sample
-@sample %%ETCDIR%%/conf.d/compress.conf.sample
 @sample %%ETCDIR%%/conf.d/debug.conf.sample
 @sample %%ETCDIR%%/conf.d/dirlisting.conf.sample
 @sample %%ETCDIR%%/conf.d/evhost.conf.sample
@@ -34,7 +33,6 @@ lib/lighttpd/mod_authn_file.so
 %%MYSQL%%lib/lighttpd/mod_authn_mysql.so
 lib/lighttpd/mod_cgi.so
 %%LUA%%lib/lighttpd/mod_cml.so
-lib/lighttpd/mod_compress.so
 lib/lighttpd/mod_deflate.so
 lib/lighttpd/mod_dirlisting.so
 lib/lighttpd/mod_evasive.so



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