# HG changeset patch # User Hans-G?nter Theisgen # Date 1584189532 -3600 # Node ID fc1aa8675fabd30b30103c5f0a089ebdd3f9e865 # Parent 9fb157256b44388b8f27c09ce614488d43f19425 updated lighttpd, lighttpd-modules and lighttpd-ssl (1.4.53 -> 1.4.55) diff -r 9fb157256b44 -r fc1aa8675fab lighttpd-modules/receipt --- a/lighttpd-modules/receipt Fri Mar 13 21:12:31 2020 +0100 +++ b/lighttpd-modules/receipt Sat Mar 14 13:38:52 2020 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="lighttpd-modules" -VERSION="1.4.53" +VERSION="1.4.55" CATEGORY="network" SHORT_DESC="Complementary modules for LightTPD Web server." MAINTAINER="pankso@slitaz.org" @@ -31,10 +31,10 @@ { # Modules. mkdir -p $fs/usr/ - cp -a $install/usr/lib $fs/usr + cp -a $install/usr/lib $fs/usr for module in $BASE_MODULES - do + do rm -f $fs/usr/lib/lighttpd/mod_${module}.so - done + done rm -f $fs/usr/lib/lighttpd/*.la } diff -r 9fb157256b44 -r fc1aa8675fab lighttpd-ssl/receipt --- a/lighttpd-ssl/receipt Fri Mar 13 21:12:31 2020 +0100 +++ b/lighttpd-ssl/receipt Sat Mar 14 13:38:52 2020 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="lighttpd-ssl" -VERSION="1.4.53" +VERSION="1.4.55" CATEGORY="network" SHORT_DESC="Fast and light HTTP Web server with SSL support." MAINTAINER="pankso@slitaz.org" @@ -16,6 +16,7 @@ SUGGESTED="lighttpd-modules perl php python" DEPENDS="openssl pcre" BUILD_DEPENDS="bzip2-dev openssl-dev pcre-dev" + CONFIG_FILES="/etc/lighttpd/vhosts.conf /etc/lighttpd/lighttpd.conf /etc/ssl/lighttpd" HOST_ARCH="i486 arm" @@ -38,12 +39,12 @@ sed -i '/addrs_left/d' src/mod_extforward.c ./configure \ - --enable-shared \ - --disable-ipv6 \ - --with-openssl \ --prefix=/usr \ --libdir=/usr/lib/lighttpd \ --mandir=/usr/share/man \ + --disable-ipv6 \ + --with-openssl \ + --enable-shared \ $CONFIGURE_ARGS && make -j 1 && make DESTDIR=$DESTDIR install @@ -59,15 +60,17 @@ # Modules. mkdir -p $fs/usr/lib/lighttpd - for module in $BASE_MODULES; do + for module in $BASE_MODULES + do action "Copying : mod_${module}.so" - cp $install/usr/lib/lighttpd/mod_${module}.so $fs/usr/lib/lighttpd + cp $install/usr/lib/lighttpd/mod_${module}.so \ + $fs/usr/lib/lighttpd status - done + done # Server root and configuration file. - cp -a $WOK/$SOURCE/stuff/etc $fs - chown -R 0.0 $fs/etc + cp -a $WOK/$SOURCE/stuff/etc $fs + chown -R 0.0 $fs/etc mkdir -p $fs/etc/ssl/lighttpd cat >> $fs/etc/lighttpd/lighttpd.conf <