Bugfix update to 1.4.23; from Brad.

This commit is contained in:
sthen 2009-06-19 23:12:03 +00:00
parent bea32b9d7e
commit d622c6aaee
4 changed files with 20 additions and 21 deletions

View File

@ -1,11 +1,10 @@
# $OpenBSD: Makefile,v 1.57 2009/03/16 17:15:34 sthen Exp $
# $OpenBSD: Makefile,v 1.58 2009/06/19 23:12:03 sthen Exp $
SHARED_ONLY= Yes
COMMENT= secure, fast, compliant, and very flexible web-server
DISTNAME= lighttpd-1.4.22
PKGNAME= ${DISTNAME}p0
DISTNAME= lighttpd-1.4.23
CATEGORIES= www net
MASTER_SITES= ${HOMEPAGE}/download/
@ -52,7 +51,7 @@ pre-build:
@perl -pi -e "s,/usr/bin/rrdtool,${LOCALBASE}/bin/rrdtool,g" \
${WRKSRC}/doc/lighttpd.conf
@perl -pi -e "s,/etc/lighttpd,${SYSCONFDIR},g" \
${WRKSRC}/doc/lighttpd.1
${WRKSRC}/doc/lighttpd.8
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/lighttpd

View File

@ -1,5 +1,5 @@
MD5 (lighttpd-1.4.22.tar.gz) = lJwzqB6D93GKRygL7yG5DA==
RMD160 (lighttpd-1.4.22.tar.gz) = B2LlXFLLyOXCD67MRYF9tYhUYtQ=
SHA1 (lighttpd-1.4.22.tar.gz) = 5SaJKd/4Msd4bjtiPKZ+a7DCkT4=
SHA256 (lighttpd-1.4.22.tar.gz) = GXvStXxeK5v8MLtWWkxE++qC2qIKMfqLpJDdYdrWnyo=
SIZE (lighttpd-1.4.22.tar.gz) = 840952
MD5 (lighttpd-1.4.23.tar.gz) = Qd+tXDZtNNg8PStG1MCPXA==
RMD160 (lighttpd-1.4.23.tar.gz) = aWuOGFyK2/IV8A0lnigqQmvNkcM=
SHA1 (lighttpd-1.4.23.tar.gz) = N/i0gn16H2mBLYGF/Oz3IncCCHY=
SHA256 (lighttpd-1.4.23.tar.gz) = hVXbIu19QpFgcBVVYR2M1e/0L8fm4607BQJ5ybIUVGk=
SIZE (lighttpd-1.4.23.tar.gz) = 803422

View File

@ -1,10 +1,10 @@
$OpenBSD: patch-doc_lighttpd_conf,v 1.7 2009/02/17 12:44:17 sthen Exp $
--- doc/lighttpd.conf.orig Tue Sep 23 15:03:06 2008
+++ doc/lighttpd.conf Fri Feb 6 13:33:09 2009
@@ -37,18 +37,24 @@ server.modules = (
$OpenBSD: patch-doc_lighttpd_conf,v 1.8 2009/06/19 23:12:03 sthen Exp $
--- doc/lighttpd.conf.orig Thu Apr 9 16:02:00 2009
+++ doc/lighttpd.conf Mon Jun 15 01:09:14 2009
@@ -36,18 +36,24 @@ server.modules = (
## a static document-root, for virtual-hosting take look at the
## server.virtual-* options
## A static document-root. For virtual hosting take a look at the
## mod_simple_vhost module.
-server.document-root = "/srv/www/htdocs/"
+server.document-root = "htdocs/"
@ -32,7 +32,7 @@ $OpenBSD: patch-doc_lighttpd_conf,v 1.7 2009/02/17 12:44:17 sthen Exp $
# mimetype mapping
mimetype.assign = (
".pdf" => "application/pdf",
@@ -110,14 +116,10 @@ mimetype.assign = (
@@ -109,14 +115,10 @@ mimetype.assign = (
# Use the "Content-Type" extended attribute to obtain mime type if possible
#mimetype.use-xattr = "enable"
@ -47,7 +47,7 @@ $OpenBSD: patch-doc_lighttpd_conf,v 1.7 2009/02/17 12:44:17 sthen Exp $
## deny access the file-extensions
#
# ~ is for backupfiles from vi, emacs, joe, ...
@@ -137,20 +139,13 @@ static-file.exclude-extensions = ( ".php", ".pl", ".fc
@@ -136,20 +138,13 @@ static-file.exclude-extensions = ( ".php", ".pl", ".fc
######### Options that are good to be but not neccesary to be changed #######
@ -69,7 +69,7 @@ $OpenBSD: patch-doc_lighttpd_conf,v 1.7 2009/02/17 12:44:17 sthen Exp $
###### virtual hosts
##
## If you want name-based virtual hosting add the next three settings and load
@@ -183,17 +178,12 @@ static-file.exclude-extensions = ( ".php", ".pl", ".fc
@@ -182,17 +177,12 @@ static-file.exclude-extensions = ( ".php", ".pl", ".fc
#debug.log-request-handling = "enable"
#debug.log-file-not-found = "enable"
@ -91,7 +91,7 @@ $OpenBSD: patch-doc_lighttpd_conf,v 1.7 2009/02/17 12:44:17 sthen Exp $
#### compress module
#compress.cache-dir = "/var/cache/lighttpd/compress/"
#compress.filetype = ("text/plain", "text/html")
@@ -284,7 +274,7 @@ static-file.exclude-extensions = ( ".php", ".pl", ".fc
@@ -283,7 +273,7 @@ static-file.exclude-extensions = ( ".php", ".pl", ".fc
#ssi.extension = ( ".shtml" )
#### rrdtool

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.20 2009/03/16 17:15:34 sthen Exp $
@comment $OpenBSD: PLIST,v 1.21 2009/06/19 23:12:03 sthen Exp $
@newgroup _lighttpd:585
@newuser _lighttpd:585:_lighttpd:daemon:lighttpd Account:/nonexistent:/sbin/nologin
lib/lighttpd/
@ -65,7 +65,7 @@ lib/lighttpd/mod_usertrack.so
@comment lib/lighttpd/mod_webdav.la
lib/lighttpd/mod_webdav.so
%%mysql%%
@man man/man1/lighttpd.1
@man man/man8/lighttpd.8
@bin sbin/lighttpd
@bin sbin/lighttpd-angel
share/doc/lighttpd/