[Lunar-commits] <moonbase> lighttpd: version bumped to 1.4.21.
Florin Braescu
florin at lunar-linux.org
Tue Feb 17 23:44:16 CET 2009
commit 8a23f375372233822225c8c877d8d41cea6cbbf4
Author: Florin Braescu <florin at lunar-linux.org>
Date: Wed Feb 18 00:44:16 2009 +0200
lighttpd: version bumped to 1.4.21.
Many bugfixes and some new features added.
---
web/lighttpd/BUILD | 20 +++++++++-----------
web/lighttpd/DETAILS | 9 +++------
2 files changed, 12 insertions(+), 17 deletions(-)
diff --git a/web/lighttpd/BUILD b/web/lighttpd/BUILD
index 04feefb..ab60f58 100644
--- a/web/lighttpd/BUILD
+++ b/web/lighttpd/BUILD
@@ -1,27 +1,25 @@
(
- patch_it $SOURCE2 0 &&
-
add_priv_user www:www -s /bin/false -c "www" &&
./configure --prefix=/usr \
- --libdir=/usr/lib/lighttpd \
+ --libdir=/usr/lib/lighttpd \
$OPTS &&
default_make &&
if [ ! -f /etc/lighttpd/lighttpd.conf ]; then
- sedit 's:/www/pages/:/var/www/:g' doc/lighttpd.conf &&
- sedit 's:/www/logs/:/var/log/httpd/:g' doc/lighttpd.conf &&
- sedit 's:"wwwrun":"www":g' doc/lighttpd.conf &&
- sedit 's:#server.username:server.username:g' doc/lighttpd.conf &&
+ sedit 's:/www/pages/:/var/www/:g' doc/lighttpd.conf &&
+ sedit 's:/www/logs/:/var/log/httpd/:g' doc/lighttpd.conf &&
+ sedit 's:"wwwrun":"www":g' doc/lighttpd.conf &&
+ sedit 's:#server.username:server.username:g' doc/lighttpd.conf &&
sedit 's:#server.groupname:server.groupname:g' doc/lighttpd.conf &&
- sedit 's:#server.pid-file:server.pid-file:g' doc/lighttpd.conf &&
- mkdir -p /etc/lighttpd &&
+ sedit 's:#server.pid-file:server.pid-file:g' doc/lighttpd.conf &&
+ mkdir -p /etc/lighttpd &&
install -m 644 doc/lighttpd.conf /etc/lighttpd
fi
-
+
mkdir -p /var/www
mkdir -p /var/log/httpd
chown www:www /var/www /var/log/httpd
-
+
) > $C_FIFO 2>&1
diff --git a/web/lighttpd/DETAILS b/web/lighttpd/DETAILS
index 7c5751a..37c8934 100644
--- a/web/lighttpd/DETAILS
+++ b/web/lighttpd/DETAILS
@@ -1,14 +1,11 @@
MODULE=lighttpd
- VERSION=1.4.20
+ VERSION=1.4.21
SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE2=$MODULE-mod_fastcgi.patch
WEB_SITE=http://www.lighttpd.net
SOURCE_URL=$WEB_SITE/download
- SOURCE2_URL=$PATCH_URL
- SOURCE_VFY=sha1:e5944a40579e0f37c6a0eeb0ad751344b2d6006c
- SOURCE2_VFY=sha1:32da07e51b50279bf521d7bf8b085cb695d71a99
+ SOURCE_VFY=sha1:e76f83b9c56c83f0a734ad0bdd20351fc97472d2
ENTERED=20060416
- UPDATED=20080930
+ UPDATED=20090218
SHORT="A small httpd with some really good marketing"
cat << EOF
More information about the Lunar-commits
mailing list