lighttpd: update to 1.4.64
remove obsoleted devel packages
This commit is contained in:
parent
306a78f23d
commit
ae3726015f
1 changed files with 5 additions and 6 deletions
|
@ -1,18 +1,17 @@
|
||||||
# Template file for 'lighttpd'
|
# Template file for 'lighttpd'
|
||||||
pkgname=lighttpd
|
pkgname=lighttpd
|
||||||
version=1.4.63
|
version=1.4.64
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-Dwith_brotli=false -Dwith_bzip=false
|
configure_args="-Dwith_brotli=false -Dwith_bzip=false
|
||||||
-Dwith_fam=false -Dwith_gdbm=true
|
-Dwith_krb5=true -Dwith_ldap=true
|
||||||
-Dwith_geoip=false -Dwith_krb5=true -Dwith_ldap=true -Dwith_libev=false
|
-Dwith_libunwind=false -Dwith_lua=true
|
||||||
-Dwith_libunwind=false -Dwith_lua=true -Dwith_memcached=true
|
|
||||||
-Dwith_mysql=false -Dwith_openssl=true -Dwith_pcre2=true -Dwith_pgsql=false
|
-Dwith_mysql=false -Dwith_openssl=true -Dwith_pcre2=true -Dwith_pgsql=false
|
||||||
-Dwith_sasl=false -Dwith_webdav_props=true -Dwith_webdav_locks=true
|
-Dwith_sasl=false -Dwith_webdav_props=true -Dwith_webdav_locks=true
|
||||||
-Dwith_xattr=true -Dwith_zlib=true -Dwith_zstd=false -Dwith_dbi=false
|
-Dwith_xattr=true -Dwith_zlib=true -Dwith_zstd=false -Dwith_dbi=false
|
||||||
-Dmoduledir=lib/lighttpd/modules"
|
-Dmoduledir=lib/lighttpd/modules"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="gdbm-devel libmemcached-devel
|
makedepends="
|
||||||
libxml2-devel lua53-devel mit-krb5-devel pcre2-devel sqlite-devel"
|
libxml2-devel lua53-devel mit-krb5-devel pcre2-devel sqlite-devel"
|
||||||
checkdepends="perl"
|
checkdepends="perl"
|
||||||
short_desc="Secure, fast, compliant and very flexible web-server"
|
short_desc="Secure, fast, compliant and very flexible web-server"
|
||||||
|
@ -20,7 +19,7 @@ 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=2aef7f0102ebf54a1241a1c3ea8976892f8684bfb21697c9fffb8de0e2d6eab9
|
checksum=e1489d9fa7496fbf2e071c338b593b2300d38c23f1e5967e52c9ef482e1b0e26
|
||||||
|
|
||||||
conf_files="/etc/lighttpd/lighttpd.conf"
|
conf_files="/etc/lighttpd/lighttpd.conf"
|
||||||
system_accounts="_lighttpd"
|
system_accounts="_lighttpd"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue