From b839bb4f9e60f79cc344c79d64691d92a6ebc837 Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Mon, 26 Jun 2023 20:21:10 +0200 Subject: [PATCH] network/lighttpd: Updated for version 1.4.71. Signed-off-by: Matteo Bernardini Signed-off-by: Willy Sudiarto Raharjo --- network/lighttpd/conf/lighttpd.conf | 9 ++------- network/lighttpd/lighttpd.SlackBuild | 4 ++-- network/lighttpd/lighttpd.info | 6 +++--- 3 files changed, 7 insertions(+), 12 deletions(-) diff --git a/network/lighttpd/conf/lighttpd.conf b/network/lighttpd/conf/lighttpd.conf index 762ab75b7f..6d95e4bd62 100644 --- a/network/lighttpd/conf/lighttpd.conf +++ b/network/lighttpd/conf/lighttpd.conf @@ -24,7 +24,7 @@ var.conf_dir = "/etc/lighttpd" ## ## This requires root permissions during startup. ## -## If you run Chrooted set the the variables to directories relative to +## If you run chroot'ed, set the variables to directories relative to ## the chroot dir. ## ## example chroot configuration: @@ -87,13 +87,9 @@ include conf_dir + "/modules.conf" ## server.port = 80 -## -## Use IPv6? -## -server.use-ipv6 = "enable" - ## ## bind to a specific IP +## (default: "*" for all local IPv4 interfaces) ## #server.bind = "localhost" @@ -183,7 +179,6 @@ include conf_dir + "/conf.d/debug.conf" ## solaris-eventports (recommended on Solaris) ## poll (recommended if none of above are available) ## select (*not* recommended) -## libev (*not* recommended) ## #server.event-handler = "linux-sysepoll" diff --git a/network/lighttpd/lighttpd.SlackBuild b/network/lighttpd/lighttpd.SlackBuild index e8f8571efc..4d280a5d81 100644 --- a/network/lighttpd/lighttpd.SlackBuild +++ b/network/lighttpd/lighttpd.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for lighttpd # Copyright (c) 2007 Daniel de Kok -# Copyright 2016-2022 Matteo Bernardini , Pisa, Italy +# Copyright 2016-2023 Matteo Bernardini , Pisa, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=lighttpd -VERSION=${VERSION:-1.4.67} +VERSION=${VERSION:-1.4.71} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/network/lighttpd/lighttpd.info b/network/lighttpd/lighttpd.info index 517a30fbee..678cdb022f 100644 --- a/network/lighttpd/lighttpd.info +++ b/network/lighttpd/lighttpd.info @@ -1,8 +1,8 @@ PRGNAM="lighttpd" -VERSION="1.4.67" +VERSION="1.4.71" HOMEPAGE="http://www.lighttpd.net/" -DOWNLOAD="http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.67.tar.xz" -MD5SUM="64822c5061001673162cf9775d91a80b" +DOWNLOAD="http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.71.tar.xz" +MD5SUM="c8ac5fb9580b84ba6be7dd14ac7b0c2d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES=""