Update www/lighttpd to 1.4.47
PR: 223184 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> (maintainer)
This commit is contained in:
parent
a4ab367afe
commit
d4d8a1812b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=452716
4 changed files with 11 additions and 26 deletions
|
@ -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/
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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);
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue