# HG changeset patch # User Hans-G?nter Theisgen # Date 1576244946 -3600 # Node ID 1840e5b15cc08cb14e263abd042f27d5f0df3f0e # Parent 346d8936719ba677695dc04986c20aee44cc3a8a updated lighttpd-ssl (1.4.35 -> 1.5.54) diff -r 346d8936719b -r 1840e5b15cc0 lighttpd-ssl/receipt --- a/lighttpd-ssl/receipt Fri Dec 13 14:32:31 2019 +0100 +++ b/lighttpd-ssl/receipt Fri Dec 13 14:49:06 2019 +0100 @@ -1,18 +1,18 @@ # SliTaz package receipt v2. PACKAGE="lighttpd-ssl" -VERSION="1.4.35" +VERSION="1.4.54" CATEGORY="network" SHORT_DESC="Fast and light HTTP Web server with SSL support" -MAINTAINER="devel@slitaz.org" +MAINTAINER="maintainer@slitaz.org" LICENSE="BSD" -WEB_SITE="http://www.lighttpd.net/" +WEB_SITE="https://www.lighttpd.net/" REPOLOGY="lighttpd" TARBALL="lighttpd-$VERSION.tar.xz" WGET_URL="http://download.lighttpd.net/lighttpd/releases-${VERSION%.*}.x/$TARBALL" -BUILD_DEPENDS="pcre-dev bzip2-dev openssl-dev zlib-dev" +BUILD_DEPENDS="bzip2-dev openssl-dev pcre-dev zlib-dev" BASE_MODULES=" access @@ -26,14 +26,15 @@ status userdir" -compile_rules() { +compile_rules() +{ sed -i '/addrs_left/d' src/mod_extforward.c - ./configure \ - --enable-shared \ - --disable-ipv6 \ - --with-openssl \ - --libdir=/usr/lib/lighttpd \ + ./configure \ + --enable-shared \ + --disable-ipv6 \ + --with-openssl \ + --libdir=/usr/lib/lighttpd \ $CONFIGURE_ARGS && fix libtool && make && @@ -41,21 +42,24 @@ } # On SliTaz Lighttpd runs as user/group : www/www or 80/80. -genpkg_rules() { +genpkg_rules() +{ mkdir -p $fs/usr + #cp -a $install/usr/bin $fs/usr cp -a $install/usr/sbin $fs/usr # 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 status - done + done - # Server root and config file. - cp -a $WOK/lighttpd/stuff/etc $fs + # Server root and configuration file. + cp -a $WOK/lighttpd/stuff/etc $fs chown -R 0.0 $fs/etc mkdir -p $fs/etc/ssl/lighttpd cat >> $fs/etc/lighttpd/lighttpd.conf <