mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
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>
This commit is contained in:
parent
b5f7565459
commit
b839bb4f9e
3 changed files with 7 additions and 12 deletions
|
@ -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"
|
||||
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue