lighttpd: update to 1.4.53.
This commit is contained in:
parent
032658af0b
commit
615d84542a
1 changed files with 5 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'lighttpd'
|
# Template file for 'lighttpd'
|
||||||
pkgname=lighttpd
|
pkgname=lighttpd
|
||||||
version=1.4.52
|
version=1.4.53
|
||||||
revision=2
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-Dwith_bzip=true -Dwith_fam=false -Dwith_gdbm=true
|
configure_args="-Dwith_bzip=true -Dwith_fam=false -Dwith_gdbm=true
|
||||||
-Dwith_geoip=false -Dwith_krb5=true -Dwith_ldap=true -Dwith_libev=true
|
-Dwith_geoip=false -Dwith_krb5=true -Dwith_ldap=true -Dwith_libev=true
|
||||||
|
@ -10,15 +10,14 @@ configure_args="-Dwith_bzip=true -Dwith_fam=false -Dwith_gdbm=true
|
||||||
-Dwith_sasl=false -Dwith_xattr=true -Dwith_zlib=true -Dwith_webdav_props=true
|
-Dwith_sasl=false -Dwith_xattr=true -Dwith_zlib=true -Dwith_webdav_props=true
|
||||||
-Dwith_webdav_locks=true -Dmoduledir=lib/lighttpd/modules"
|
-Dwith_webdav_locks=true -Dmoduledir=lib/lighttpd/modules"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libuuid-devel lua-devel libxml2-devel libev-devel sqlite-devel gdbm-devel
|
makedepends="attr-devel fcgi-devel gdbm-devel libev-devel libmemcached-devel
|
||||||
pcre-devel libressl-devel fcgi-devel libldap-devel attr-devel libmemcached-devel
|
libxml2-devel lua-devel mit-krb5-devel pcre-devel sqlite-devel"
|
||||||
mit-krb5-devel"
|
|
||||||
short_desc="Secure, fast, compliant and very flexible web-server"
|
short_desc="Secure, fast, compliant and very flexible web-server"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://lighttpd.net"
|
homepage="https://lighttpd.net"
|
||||||
distfiles="https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${version}.tar.xz"
|
distfiles="https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${version}.tar.xz"
|
||||||
checksum=27bc0991c530b7c6335e6efff2181934d3c1a1c516f7401ea71d8302cefda764
|
checksum=3bdfce1cf3e9650a556a8c26fb15342c5717c63f530c54693db632b0371dcb78
|
||||||
|
|
||||||
conf_files="/etc/lighttpd/lighttpd.conf"
|
conf_files="/etc/lighttpd/lighttpd.conf"
|
||||||
system_accounts="_${pkgname}"
|
system_accounts="_${pkgname}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue