diff options
-rw-r--r-- | network/lighttpd/conf/lighttpd.conf | 9 | ||||
-rw-r--r-- | network/lighttpd/lighttpd.SlackBuild | 4 | ||||
-rw-r--r-- | 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 762ab75b7fb6..6d95e4bd62ea 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: @@ -88,12 +88,8 @@ 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 e8f8571efcaa..4d280a5d8105 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 <moc.mikciat@leinad> -# Copyright 2016-2022 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy +# Copyright 2016-2023 Matteo Bernardini <ponce@slackbuilds.org>, 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 517a30fbee72..678cdb022f00 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="" |