svn commit: r452716 - in head/www/lighttpd: . files
Guido Falsi
madpilot at FreeBSD.org
Mon Oct 23 18:13:04 UTC 2017
Author: madpilot
Date: Mon Oct 23 18:13:02 2017
New Revision: 452716
URL: https://svnweb.freebsd.org/changeset/ports/452716
Log:
Update www/lighttpd to 1.4.47
PR: 223184
Submitted by: Piotr Kubaj <pkubaj at anongoth.pl> (maintainer)
Deleted:
head/www/lighttpd/files/patch-src_fdevent__freebsd__kqueue.c
Modified:
head/www/lighttpd/Makefile
head/www/lighttpd/distinfo
head/www/lighttpd/pkg-plist
Modified: head/www/lighttpd/Makefile
==============================================================================
--- head/www/lighttpd/Makefile Mon Oct 23 16:49:37 2017 (r452715)
+++ head/www/lighttpd/Makefile Mon Oct 23 18:13:02 2017 (r452716)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME?= lighttpd
-PORTVERSION= 1.4.45
-PORTREVISION= 1
+PORTVERSION= 1.4.47
CATEGORIES?= www
MASTER_SITES?= http://download.lighttpd.net/lighttpd/releases-1.4.x/
Modified: head/www/lighttpd/distinfo
==============================================================================
--- head/www/lighttpd/distinfo Mon Oct 23 16:49:37 2017 (r452715)
+++ head/www/lighttpd/distinfo Mon Oct 23 18:13:02 2017 (r452716)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1484502366
-SHA256 (lighttpd-1.4.45.tar.xz) = 1c97225deea33eefba6d4158c2cef27913d47553263516bbe9d2e2760fc43a3f
-SIZE (lighttpd-1.4.45.tar.xz) = 660432
-SHA256 (lighttpd-1.4.26_mod_h264_streaming-2.2.9.patch) = 716cd4f8d371e12c115a2204e649aafe2ebad42d0099777b1361c0e2cc8a1612
-SIZE (lighttpd-1.4.26_mod_h264_streaming-2.2.9.patch) = 242456
+TIMESTAMP = 1508711398
+SHA256 (lighttpd-1.4.26_mod_h264_streaming-2.2.9.patch) = 250c67a2808276799c373f0f41cdefbbcfd11c125c0299d952bc9508130117fd
+SIZE (lighttpd-1.4.26_mod_h264_streaming-2.2.9.patch) = 242474
+SHA256 (lighttpd-1.4.47.tar.xz) = e47e64a9cc2b824c45792a6b1a5542945956e77ede3454845f42548495946c1c
+SIZE (lighttpd-1.4.47.tar.xz) = 703012
Modified: head/www/lighttpd/pkg-plist
==============================================================================
--- head/www/lighttpd/pkg-plist Mon Oct 23 16:49:37 2017 (r452715)
+++ head/www/lighttpd/pkg-plist Mon Oct 23 18:13:02 2017 (r452716)
@@ -47,6 +47,7 @@ lib/lighttpd/mod_flv_streaming.so
lib/lighttpd/mod_indexfile.so
%%LUA%%lib/lighttpd/mod_magnet.so
%%MYSQL%%lib/lighttpd/mod_mysql_vhost.so
+%%OPENSSL%%lib/lighttpd/mod_openssl.so
lib/lighttpd/mod_proxy.so
lib/lighttpd/mod_redirect.so
lib/lighttpd/mod_rewrite.so
@@ -62,7 +63,11 @@ lib/lighttpd/mod_status.so
lib/lighttpd/mod_uploadprogress.so
lib/lighttpd/mod_userdir.so
lib/lighttpd/mod_usertrack.so
+lib/lighttpd/mod_vhostdb.so
+%%LDAP%%lib/lighttpd/mod_vhostdb_ldap.so
+%%MYSQL%%lib/lighttpd/mod_vhostdb_mysql.so
lib/lighttpd/mod_webdav.so
+lib/lighttpd/mod_wstunnel.so
man/man8/lighttpd.8.gz
%%KRB5%%man/man8/lighttpd-angel.8.gz
sbin/lighttpd
More information about the svn-ports-head
mailing list