wok rev 24856

updated lighttpd, lighttpd-modules and lighttpd-ssl (1.4.55 -> 1.4.64)
author Hans-G?nter Theisgen
date Mon Mar 28 15:28:13 2022 +0100 (2022-03-28)
parents cc474971b7df
children 3450e9a2d1f6
files lighttpd-modules/receipt lighttpd-ssl/receipt lighttpd/description.txt lighttpd/receipt
line diff
     1.1 --- a/lighttpd-modules/receipt	Mon Mar 28 14:52:34 2022 +0100
     1.2 +++ b/lighttpd-modules/receipt	Mon Mar 28 15:28:13 2022 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="lighttpd-modules"
     1.7 -VERSION="1.4.55"
     1.8 +VERSION="1.4.64"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Complementary modules for LightTPD Web server."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -36,5 +36,5 @@
    1.13  	  do
    1.14  		rm -f $fs/usr/lib/lighttpd/mod_${module}.so
    1.15  	  done
    1.16 -	rm -f $fs/usr/lib/lighttpd/*.la
    1.17 +	rm -f			$fs/usr/lib/lighttpd/*.la
    1.18  }
     2.1 --- a/lighttpd-ssl/receipt	Mon Mar 28 14:52:34 2022 +0100
     2.2 +++ b/lighttpd-ssl/receipt	Mon Mar 28 15:28:13 2022 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="lighttpd-ssl"
     2.7 -VERSION="1.4.55"
     2.8 +VERSION="1.4.64"
     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 @@ -14,8 +14,8 @@
    2.13  
    2.14  PROVIDE="lighttpd"
    2.15  SUGGESTED="lighttpd-modules perl php python"
    2.16 -DEPENDS="openssl pcre"
    2.17 -BUILD_DEPENDS="bzip2-dev openssl-dev pcre-dev"
    2.18 +DEPENDS="openssl pcre2"
    2.19 +BUILD_DEPENDS="bzip2-dev openssl-dev pcre2-dev"
    2.20  
    2.21  CONFIG_FILES="/etc/lighttpd/vhosts.conf /etc/lighttpd/lighttpd.conf /etc/ssl/lighttpd"
    2.22  
    2.23 @@ -53,7 +53,7 @@
    2.24  		   --with-openssl		\
    2.25  		 --enable-shared		\
    2.26  		$CONFIGURE_ARGS &&
    2.27 -	make -j 1 &&
    2.28 +	make &&
    2.29  	make DESTDIR=$DESTDIR install
    2.30  }
    2.31  
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/lighttpd/description.txt	Mon Mar 28 15:28:13 2022 +0100
     3.3 @@ -0,0 +1,7 @@
     3.4 +Lighttpd is a secure, fast, compliant, and very flexible web server
     3.5 +that has been optimized for high-performance environments.
     3.6 +lighttpd uses memory and CPU efficiently and has lower resource use
     3.7 +than other popular web servers.
     3.8 +Its advanced feature-set (FastCGI, CGI, Auth, Output-Compression,
     3.9 +URL-Rewriting and much more) make lighttpd the perfect web server
    3.10 +for all systems, small and large.
     4.1 --- a/lighttpd/receipt	Mon Mar 28 14:52:34 2022 +0100
     4.2 +++ b/lighttpd/receipt	Mon Mar 28 15:28:13 2022 +0100
     4.3 @@ -1,7 +1,7 @@
     4.4  # SliTaz package receipt.
     4.5  
     4.6  PACKAGE="lighttpd"
     4.7 -VERSION="1.4.55"
     4.8 +VERSION="1.4.64"
     4.9  CATEGORY="network"
    4.10  SHORT_DESC="Fast and light HTTP Web server."
    4.11  MAINTAINER="pankso@slitaz.org"
    4.12 @@ -12,8 +12,8 @@
    4.13  WGET_URL="https://download.lighttpd.net/$PACKAGE/releases-${VERSION%.*}.x/$TARBALL"
    4.14  
    4.15  SUGGESTED="lighttpd-modules perl php python"
    4.16 -DEPENDS="pcre"
    4.17 -BUILD_DEPENDS="bzip2-dev pcre-dev"
    4.18 +DEPENDS="pcre2"
    4.19 +BUILD_DEPENDS="bzip2-dev pcre2-dev"
    4.20  
    4.21  CONFIG_FILES="/etc/lighttpd/vhosts.conf /etc/lighttpd/lighttpd.conf"
    4.22  
    4.23 @@ -52,8 +52,8 @@
    4.24  		--disable-ipv6			\
    4.25  		 --enable-shared		\
    4.26  		$CONFIGURE_ARGS &&
    4.27 -	make -j 1 &&
    4.28 -	make DESTDIR=$DESTDIR install
    4.29 +	make &&
    4.30 +	make install DESTDIR=$DESTDIR
    4.31  }
    4.32  
    4.33  # Rules to gen a SliTaz package suitable for Tazpkg.
    4.34 @@ -78,8 +78,8 @@
    4.35  	chown -R 0.0		$fs/etc
    4.36  
    4.37  	# Logs directory.
    4.38 -	mkdir -p $fs/var/log/lighttpd
    4.39 -	chown 80.80 $fs/var/log/lighttpd
    4.40 +	mkdir -p		$fs/var/log/lighttpd
    4.41 +	chown 80.80		$fs/var/log/lighttpd
    4.42  }
    4.43  
    4.44  # Make sure it is cross compiled properly