diff options
author | kefren <kefren@pkgsrc.org> | 2008-03-04 11:17:57 +0000 |
---|---|---|
committer | kefren <kefren@pkgsrc.org> | 2008-03-04 11:17:57 +0000 |
commit | b56a38e922a00fd0b4a52c276a8e2f468200aab5 (patch) | |
tree | 6bf5e345a912b937407254154514666628d052a3 /www/lighttpd/Makefile | |
parent | ebcb0ce01eb5ac09ecb13f8a598981d660e95070 (diff) | |
download | pkgsrc-b56a38e922a00fd0b4a52c276a8e2f468200aab5.tar.gz |
add temporary patch from
http://trac.lighttpd.net/trac/attachment/ticket/1562/Fix-372-and-1562.patch
in order to fix CVE-2008-0983. Bump PKGREVISION
Diffstat (limited to 'www/lighttpd/Makefile')
-rw-r--r-- | www/lighttpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile index 5f19fd25643..f52130d3a8f 100644 --- a/www/lighttpd/Makefile +++ b/www/lighttpd/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2008/01/18 05:09:51 tnn Exp $ +# $NetBSD: Makefile,v 1.19 2008/03/04 11:17:57 kefren Exp $ DISTNAME= lighttpd-1.4.18 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= www MASTER_SITES= http://www.lighttpd.net/download/ |