summaryrefslogtreecommitdiffstats
path: root/network/lighttpd
diff options
context:
space:
mode:
author Matteo Bernardini2023-06-26 20:21:10 +0200
committer Willy Sudiarto Raharjo2023-07-02 18:21:29 +0200
commitb839bb4f9e60f79cc344c79d64691d92a6ebc837 (patch)
treeb7a0f571575d7d83805cb02ede6a9576b04535e8 /network/lighttpd
parentb5f75654599eeae6f3fcce7616b9c7eb4dea07da (diff)
downloadslackbuilds-b839bb4f9e60f79cc344c79d64691d92a6ebc837.tar.gz
network/lighttpd: Updated for version 1.4.71.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/lighttpd')
-rw-r--r--network/lighttpd/conf/lighttpd.conf9
-rw-r--r--network/lighttpd/lighttpd.SlackBuild4
-rw-r--r--network/lighttpd/lighttpd.info6
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:
@@ -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 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 <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 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=""