# HG changeset patch # User Hans-G?nter Theisgen # Date 1648477693 -3600 # Node ID cdc648e5f1be4009cea92de04602e233d8e6d861 # Parent cc474971b7df8d04418f1a3a12ddc771c5fc3b17 updated lighttpd, lighttpd-modules and lighttpd-ssl (1.4.55 -> 1.4.64) diff -r cc474971b7df -r cdc648e5f1be lighttpd-modules/receipt --- a/lighttpd-modules/receipt Mon Mar 28 14:52:34 2022 +0100 +++ b/lighttpd-modules/receipt Mon Mar 28 15:28:13 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="lighttpd-modules" -VERSION="1.4.55" +VERSION="1.4.64" CATEGORY="network" SHORT_DESC="Complementary modules for LightTPD Web server." MAINTAINER="pankso@slitaz.org" @@ -36,5 +36,5 @@ do rm -f $fs/usr/lib/lighttpd/mod_${module}.so done - rm -f $fs/usr/lib/lighttpd/*.la + rm -f $fs/usr/lib/lighttpd/*.la } diff -r cc474971b7df -r cdc648e5f1be lighttpd-ssl/receipt --- a/lighttpd-ssl/receipt Mon Mar 28 14:52:34 2022 +0100 +++ b/lighttpd-ssl/receipt Mon Mar 28 15:28:13 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="lighttpd-ssl" -VERSION="1.4.55" +VERSION="1.4.64" CATEGORY="network" SHORT_DESC="Fast and light HTTP Web server with SSL support." MAINTAINER="pankso@slitaz.org" @@ -14,8 +14,8 @@ PROVIDE="lighttpd" SUGGESTED="lighttpd-modules perl php python" -DEPENDS="openssl pcre" -BUILD_DEPENDS="bzip2-dev openssl-dev pcre-dev" +DEPENDS="openssl pcre2" +BUILD_DEPENDS="bzip2-dev openssl-dev pcre2-dev" CONFIG_FILES="/etc/lighttpd/vhosts.conf /etc/lighttpd/lighttpd.conf /etc/ssl/lighttpd" @@ -53,7 +53,7 @@ --with-openssl \ --enable-shared \ $CONFIGURE_ARGS && - make -j 1 && + make && make DESTDIR=$DESTDIR install } diff -r cc474971b7df -r cdc648e5f1be lighttpd/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lighttpd/description.txt Mon Mar 28 15:28:13 2022 +0100 @@ -0,0 +1,7 @@ +Lighttpd is a secure, fast, compliant, and very flexible web server +that has been optimized for high-performance environments. +lighttpd uses memory and CPU efficiently and has lower resource use +than other popular web servers. +Its advanced feature-set (FastCGI, CGI, Auth, Output-Compression, +URL-Rewriting and much more) make lighttpd the perfect web server +for all systems, small and large. diff -r cc474971b7df -r cdc648e5f1be lighttpd/receipt --- a/lighttpd/receipt Mon Mar 28 14:52:34 2022 +0100 +++ b/lighttpd/receipt Mon Mar 28 15:28:13 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="lighttpd" -VERSION="1.4.55" +VERSION="1.4.64" CATEGORY="network" SHORT_DESC="Fast and light HTTP Web server." MAINTAINER="pankso@slitaz.org" @@ -12,8 +12,8 @@ WGET_URL="https://download.lighttpd.net/$PACKAGE/releases-${VERSION%.*}.x/$TARBALL" SUGGESTED="lighttpd-modules perl php python" -DEPENDS="pcre" -BUILD_DEPENDS="bzip2-dev pcre-dev" +DEPENDS="pcre2" +BUILD_DEPENDS="bzip2-dev pcre2-dev" CONFIG_FILES="/etc/lighttpd/vhosts.conf /etc/lighttpd/lighttpd.conf" @@ -52,8 +52,8 @@ --disable-ipv6 \ --enable-shared \ $CONFIGURE_ARGS && - make -j 1 && - make DESTDIR=$DESTDIR install + make && + make install DESTDIR=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. @@ -78,8 +78,8 @@ chown -R 0.0 $fs/etc # Logs directory. - mkdir -p $fs/var/log/lighttpd - chown 80.80 $fs/var/log/lighttpd + mkdir -p $fs/var/log/lighttpd + chown 80.80 $fs/var/log/lighttpd } # Make sure it is cross compiled properly