wok rev 4572
Up: lighttpd (1.4.25) - bug fix
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue Dec 08 22:04:42 2009 +0100 (2009-12-08) |
parents | 850f71061ef8 |
children | e5746ed8d8cb |
files | lighttpd-modules/receipt lighttpd-ssl/receipt lighttpd/receipt |
line diff
1.1 --- a/lighttpd-modules/receipt Tue Dec 08 21:21:14 2009 +0100 1.2 +++ b/lighttpd-modules/receipt Tue Dec 08 22:04:42 2009 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="lighttpd-modules" 1.7 -VERSION="1.4.22" 1.8 +VERSION="1.4.25" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Complementary modules for LightTPD Web server." 1.11 MAINTAINER="pankso@slitaz.org"
2.1 --- a/lighttpd-ssl/receipt Tue Dec 08 21:21:14 2009 +0100 2.2 +++ b/lighttpd-ssl/receipt Tue Dec 08 22:04:42 2009 +0100 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="lighttpd-ssl" 2.7 -VERSION="1.4.22" 2.8 +VERSION="1.4.25" 2.9 CATEGORY="network" 2.10 SHORT_DESC="Fast and light HTTP Web server with SSL support." 2.11 MAINTAINER="pankso@slitaz.org" 2.12 @@ -53,7 +53,7 @@ 2.13 mkdir -p $fs/usr 2.14 cp -a $_pkg/usr/bin $fs/usr 2.15 cp -a $_pkg/usr/sbin $fs/usr 2.16 - 2.17 + 2.18 # Modules. 2.19 mkdir -p $fs/usr/lib/lighttpd 2.20 for module in $BASE_MODULES 2.21 @@ -64,7 +64,7 @@ 2.22 strip -s $fs/usr/bin/* 2.23 strip -s $fs/usr/sbin/* 2.24 strip -s $fs/usr/lib/lighttpd/* 2.25 - 2.26 + 2.27 # Server root and config file. 2.28 cp -a stuff/var $fs 2.29 cp -a stuff/etc $fs 2.30 @@ -81,7 +81,7 @@ 2.31 ssl.pemfile = "/etc/ssl/lighttpd/lighttpd.pem" 2.32 } 2.33 EOT 2.34 - 2.35 + 2.36 # Logs directory. 2.37 mkdir -p $fs/var/log/lighttpd 2.38 chown 80.80 $fs/var/log/lighttpd
3.1 --- a/lighttpd/receipt Tue Dec 08 21:21:14 2009 +0100 3.2 +++ b/lighttpd/receipt Tue Dec 08 22:04:42 2009 +0100 3.3 @@ -1,7 +1,7 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="lighttpd" 3.7 -VERSION="1.4.22" 3.8 +VERSION="1.4.25" 3.9 CATEGORY="network" 3.10 SHORT_DESC="Fast and light HTTP Web server." 3.11 MAINTAINER="pankso@slitaz.org" 3.12 @@ -10,7 +10,7 @@ 3.13 SUGGESTED="lighttpd-modules php perl python" 3.14 TARBALL="$PACKAGE-$VERSION.tar.gz" 3.15 WEB_SITE="http://www.lighttpd.net/" 3.16 -WGET_URL="http://www.lighttpd.net/download/$TARBALL" 3.17 +WGET_URL="http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.25.tar.gz$TARBALL" 3.18 CONFIG_FILES="/etc/lighttpd" 3.19 BASE_MODULES=" 3.20 access 3.21 @@ -48,9 +48,9 @@ 3.22 genpkg_rules() 3.23 { 3.24 mkdir -p $fs/usr 3.25 - cp -a $_pkg/usr/bin $fs/usr 3.26 + #cp -a $_pkg/usr/bin $fs/usr 3.27 cp -a $_pkg/usr/sbin $fs/usr 3.28 - 3.29 + 3.30 # Modules. 3.31 mkdir -p $fs/usr/lib/lighttpd 3.32 for module in $BASE_MODULES 3.33 @@ -58,13 +58,13 @@ 3.34 cp $_pkg/usr/lib/lighttpd/mod_${module}.so $fs/usr/lib/lighttpd 3.35 echo -n "Copying : mod_${module}.so" && status 3.36 done 3.37 - 3.38 + 3.39 # Server root and config file. 3.40 cp -a stuff/var $fs 3.41 cp -a stuff/etc $fs 3.42 chown -R 0.0 $fs/var/www 3.43 chown -R 0.0 $fs/etc 3.44 - 3.45 + 3.46 # Logs directory. 3.47 mkdir -p $fs/var/log/lighttpd 3.48 chown 80.80 $fs/var/log/lighttpd