diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile index c9e76ff1d710..67afc8c8a239 100644 --- a/www/lighttpd/Makefile +++ b/www/lighttpd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= lighttpd -PORTVERSION= 1.4.1 +PORTVERSION= 1.4.2 CATEGORIES= www MASTER_SITES= http://www.lighttpd.net/download/ \ http://dl.fkb.wormulon.net/lighttpd/ \ diff --git a/www/lighttpd/distinfo b/www/lighttpd/distinfo index c50e3eb67b25..5fe86a910727 100644 --- a/www/lighttpd/distinfo +++ b/www/lighttpd/distinfo @@ -1,2 +1,2 @@ -MD5 (lighttpd-1.4.1.tar.gz) = 3abffbe574fd835721760a37c00d3714 -SIZE (lighttpd-1.4.1.tar.gz) = 759063 +MD5 (lighttpd-1.4.2.tar.gz) = c26eea734490129a45e465ac0f327e4a +SIZE (lighttpd-1.4.2.tar.gz) = 763765 diff --git a/www/lighttpd/files/patch-src:fdevent_freebsd_kqueue.c b/www/lighttpd/files/patch-src:fdevent_freebsd_kqueue.c new file mode 100644 index 000000000000..09a410177e65 --- /dev/null +++ b/www/lighttpd/files/patch-src:fdevent_freebsd_kqueue.c @@ -0,0 +1,10 @@ +--- src/fdevent_freebsd_kqueue.c.orig Tue Aug 30 09:50:58 2005 ++++ src/fdevent_freebsd_kqueue.c Tue Aug 30 09:51:16 2005 +@@ -108,6 +108,7 @@ + fprintf(stderr, "%s.%d: kqueue failed polling: %s\n", + __FILE__, __LINE__, strerror(errno)); + break; ++ } + } + + return ret;