wok-4.x rev 6799
Up: apache to 2.2.17.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Oct 19 02:24:10 2010 +0000 (2010-10-19) |
parents | 81595ade5947 |
children | 1ac39c4ea23a |
files | apache-dev/receipt apache-doc/receipt apache/receipt |
line diff
1.1 --- a/apache-dev/receipt Tue Oct 19 02:23:27 2010 +0000 1.2 +++ b/apache-dev/receipt Tue Oct 19 02:24:10 2010 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="apache-dev" 1.7 -VERSION="2.2.16" 1.8 +VERSION="2.2.17" 1.9 CATEGORY="development" 1.10 SHORT_DESC="HTTP server development files." 1.11 MAINTAINER="pascal.bellard@slitaz.org"
2.1 --- a/apache-doc/receipt Tue Oct 19 02:23:27 2010 +0000 2.2 +++ b/apache-doc/receipt Tue Oct 19 02:24:10 2010 +0000 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="apache-doc" 2.7 -VERSION="2.2.16" 2.8 +VERSION="2.2.17" 2.9 CATEGORY="development" 2.10 SHORT_DESC="HTTP server documentation files." 2.11 MAINTAINER="pascal.bellard@slitaz.org"
3.1 --- a/apache/receipt Tue Oct 19 02:23:27 2010 +0000 3.2 +++ b/apache/receipt Tue Oct 19 02:24:10 2010 +0000 3.3 @@ -1,7 +1,7 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="apache" 3.7 -VERSION="2.2.16" 3.8 +VERSION="2.2.17" 3.9 CATEGORY="network" 3.10 SHORT_DESC="Secure, efficient and extensible HTTP server." 3.11 MAINTAINER="pascal.bellard@slitaz.org" 3.12 @@ -9,8 +9,8 @@ 3.13 TARBALL="$SOURCE-$VERSION.tar.bz2" 3.14 WEB_SITE="http://www.apache.org/" 3.15 WGET_URL="${WEB_SITE}dist/$SOURCE/$TARBALL" 3.16 -DEPENDS="apr-util apr openssl util-linux-ng-uuid expat zlib" 3.17 -BUILD_DEPENDS="apr-util-dev apr-dev openssl-dev sed" 3.18 +DEPENDS="apr-util apr openssl pcre util-linux-ng-uuid expat zlib" 3.19 +BUILD_DEPENDS="apr-util-dev apr-dev openssl-dev sed expat-dev zlib-dev util-linux-ng-uuid-dev openldap-dev" 3.20 CONFIG_FILES="/etc/apache /var/www /etc/ssl/apache" 3.21 PROVIDE="lighttpd" 3.22 TAGS="webserver http server" 3.23 @@ -50,11 +50,6 @@ 3.24 -e 's|/etc/apache/server.key|/etc/ssl/apache/apache.pem|' \ 3.25 $fs/etc/apache/httpd.conf $fs/etc/apache/extra/httpd-ssl.conf 3.26 echo "Include /etc/apache/conf.d" >> $fs/etc/apache/httpd.conf 3.27 - # Cook all packages based on apache 3.28 - for i in $(cd $WOK; ls -d apache-*) 3.29 - do 3.30 - tazwok genpkg $i 3.31 - done 3.32 } 3.33 3.34 # Pre and post install commands for Tazpkg.