aboutsummaryrefslogtreecommitdiff
path: root/www/lighttpd
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2017-10-23 18:13:02 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2017-10-23 18:13:02 +0000
commitd4d8a1812b0dcf8334ed87e18ac9b22b9e7b40e0 (patch)
tree31baf122c6629f49cad129ec84f3c1836c9d8c43 /www/lighttpd
parenta4ab367afecc2091c1a8d9100493fa8d9a139f66 (diff)
downloadports-d4d8a1812b0dcf8334ed87e18ac9b22b9e7b40e0.tar.gz
ports-d4d8a1812b0dcf8334ed87e18ac9b22b9e7b40e0.zip
Update www/lighttpd to 1.4.47
PR: 223184 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> (maintainer)
Notes
Notes: svn path=/head/; revision=452716
Diffstat (limited to 'www/lighttpd')
-rw-r--r--www/lighttpd/Makefile3
-rw-r--r--www/lighttpd/distinfo10
-rw-r--r--www/lighttpd/files/patch-src_fdevent__freebsd__kqueue.c19
-rw-r--r--www/lighttpd/pkg-plist5
4 files changed, 11 insertions, 26 deletions
diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile
index ca9d51014b1f..94d64607467a 100644
--- a/www/lighttpd/Makefile
+++ b/www/lighttpd/Makefile
@@ -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/
diff --git a/www/lighttpd/distinfo b/www/lighttpd/distinfo
index e83563b327f0..7911985b4b84 100644
--- a/www/lighttpd/distinfo
+++ b/www/lighttpd/distinfo
@@ -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
diff --git a/www/lighttpd/files/patch-src_fdevent__freebsd__kqueue.c b/www/lighttpd/files/patch-src_fdevent__freebsd__kqueue.c
deleted file mode 100644
index adfe27e8314f..000000000000
--- a/www/lighttpd/files/patch-src_fdevent__freebsd__kqueue.c
+++ /dev/null
@@ -1,19 +0,0 @@
---- src/fdevent_freebsd_kqueue.c.orig 2017-02-11 19:44:05 UTC
-+++ src/fdevent_freebsd_kqueue.c
-@@ -75,14 +75,14 @@ static int fdevent_freebsd_kqueue_event_
- if (events == oevents) return fd;
-
- if (addevents & FDEVENT_IN) {
-- EV_SET(&kev[n], fd, EVFILT_READ, EV_ADD|EV_CLEAR, 0, 0, NULL);
-+ EV_SET(&kev[n], fd, EVFILT_READ, EV_ADD, 0, 0, NULL);
- n++;
- } else if (delevents & FDEVENT_IN) {
- EV_SET(&kev[n], fd, EVFILT_READ, EV_DELETE, 0, 0, NULL);
- n++;
- }
- if (addevents & FDEVENT_OUT) {
-- EV_SET(&kev[n], fd, EVFILT_WRITE, EV_ADD|EV_CLEAR, 0, 0, NULL);
-+ EV_SET(&kev[n], fd, EVFILT_WRITE, EV_ADD, 0, 0, NULL);
- n++;
- } else if (delevents & FDEVENT_OUT) {
- EV_SET(&kev[n], fd, EVFILT_WRITE, EV_DELETE, 0, 0, NULL);
diff --git a/www/lighttpd/pkg-plist b/www/lighttpd/pkg-plist
index 197ef4631c38..fe82bbf9610c 100644
--- a/www/lighttpd/pkg-plist
+++ b/www/lighttpd/pkg-plist
@@ -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