summaryrefslogtreecommitdiff
path: root/www/lighttpd
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2010-02-08 14:47:54 +0000
committerjoerg <joerg@pkgsrc.org>2010-02-08 14:47:54 +0000
commitfc12c5d3d2c1fd46f8bda079b7448b2fc7adde76 (patch)
tree2466a6f341baf4b1f168fa15c335581dad16166e /www/lighttpd
parentac482b25ba4bdc4c306a58d39830cb0e4437b126 (diff)
downloadpkgsrc-fc12c5d3d2c1fd46f8bda079b7448b2fc7adde76.tar.gz
Update to lighttpd-1.4.26:
- fix various bugs, including a trivial to trigger OOM/DoS - Allow support for checking for exec bit on cgi scripts - Add support for TLS servername indication - Add support client certificate verification - Split off spawn-fcgi into a separate package
Diffstat (limited to 'www/lighttpd')
-rw-r--r--www/lighttpd/Makefile10
-rw-r--r--www/lighttpd/PLIST7
-rw-r--r--www/lighttpd/distinfo11
-rw-r--r--www/lighttpd/patches/patch-ab12
4 files changed, 13 insertions, 27 deletions
diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile
index cfb886ae9e0..269162caabc 100644
--- a/www/lighttpd/Makefile
+++ b/www/lighttpd/Makefile
@@ -1,13 +1,17 @@
-# $NetBSD: Makefile,v 1.23 2009/03/23 00:37:41 joerg Exp $
+# $NetBSD: Makefile,v 1.24 2010/02/08 14:47:54 joerg Exp $
-DISTNAME= lighttpd-1.4.22
+DISTNAME= lighttpd-1.4.26
CATEGORIES= www
-MASTER_SITES= http://www.lighttpd.net/download/
+MASTER_SITES= http://download.lighttpd.net/lighttpd/releases-1.4.x/
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://www.lighttpd.net/
COMMENT= Fast, light-footprint HTTP server
+#PATCHFILES= fix-2147-in-1.4.x.patch
+#PATCH_SITES= http://redmine.lighttpd.net/attachments/download/1091/
+#PATCH_DIST_STRIP.fix-2147-in-1.4.x.patch= -p1
+
PKG_DESTDIR_SUPPORT= user-destdir
USE_LIBTOOL= yes
diff --git a/www/lighttpd/PLIST b/www/lighttpd/PLIST
index 0af4c945d86..5937415d046 100644
--- a/www/lighttpd/PLIST
+++ b/www/lighttpd/PLIST
@@ -1,5 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2009/06/14 22:00:25 joerg Exp $
-bin/spawn-fcgi
+@comment $NetBSD: PLIST,v 1.9 2010/02/08 14:47:54 joerg Exp $
lib/lighttpd/mod_access.la
lib/lighttpd/mod_accesslog.la
lib/lighttpd/mod_alias.la
@@ -32,13 +31,11 @@ lib/lighttpd/mod_trigger_b4_dl.la
lib/lighttpd/mod_userdir.la
lib/lighttpd/mod_usertrack.la
lib/lighttpd/mod_webdav.la
-man/man1/lighttpd.1
-man/man1/spawn-fcgi.1
+man/man8/lighttpd.8
sbin/lighttpd
sbin/lighttpd-angel
share/doc/lighttpd/AUTHORS
share/doc/lighttpd/COPYING
-share/doc/lighttpd/ChangeLog
share/doc/lighttpd/NEWS
share/doc/lighttpd/README
share/doc/lighttpd/access.txt
diff --git a/www/lighttpd/distinfo b/www/lighttpd/distinfo
index cd358c88a91..866d452792a 100644
--- a/www/lighttpd/distinfo
+++ b/www/lighttpd/distinfo
@@ -1,8 +1,5 @@
-$NetBSD: distinfo,v 1.16 2009/03/23 00:37:41 joerg Exp $
+$NetBSD: distinfo,v 1.17 2010/02/08 14:47:54 joerg Exp $
-SHA1 (lighttpd-1.4.22.tar.gz) = e5268929dff832c7786e3b623ca67e6bb0c2913e
-RMD160 (lighttpd-1.4.22.tar.gz) = 0762e55c52cbc8e5c20faecc45817db5885462d4
-Size (lighttpd-1.4.22.tar.gz) = 840952 bytes
-SHA1 (patch-aa) = 4e3a6bf761bc0e0b8b2ff75fbec739d2cad145ab
-SHA1 (patch-ab) = b02003db1b2ac978846eb0f7be178b91f59fc176
-SHA1 (patch-ac) = eca334f430362b2095727e28b9cc15f757fd440d
+SHA1 (lighttpd-1.4.26.tar.gz) = c22642dc3616043293fb895b9f049b9270dbb2a0
+RMD160 (lighttpd-1.4.26.tar.gz) = 0b073d66405efb8b2a2ba89dff08ae5813771065
+Size (lighttpd-1.4.26.tar.gz) = 780352 bytes
diff --git a/www/lighttpd/patches/patch-ab b/www/lighttpd/patches/patch-ab
deleted file mode 100644
index 19e7c0f8874..00000000000
--- a/www/lighttpd/patches/patch-ab
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ab,v 1.4 2007/09/10 13:59:51 jlam Exp $
-
---- src/mod_extforward.c.orig Sat Aug 18 09:43:35 2007
-+++ src/mod_extforward.c
-@@ -6,6 +6,7 @@
- #include <stdlib.h>
- #include <string.h>
- #include <stdio.h>
-+#include <sys/types.h>
- #include <netinet/in.h>
-
- #include "base.h"