Date: Mon, 23 Oct 2017 18:13:03 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r452716 - in head/www/lighttpd: . files Message-ID: <201710231813.v9NID3lp085910@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710231813.v9NID3lp085910>