Merge pull request #5129 from ebfe/lighttpd
lighttpd: update to 1.4.43.
This commit is contained in:
commit
295b84569f
1 changed files with 4 additions and 3 deletions
|
@ -1,8 +1,9 @@
|
|||
# Template file for 'lighttpd'
|
||||
pkgname=lighttpd
|
||||
version=1.4.42
|
||||
version=1.4.43
|
||||
revision=1
|
||||
makedepends="libuuid-devel libmysqlclient-devel lua-devel libxml2-devel sqlite-devel gdbm-devel pcre-devel libressl-devel fcgi-devel"
|
||||
makedepends="libuuid-devel libmysqlclient-devel lua-devel libxml2-devel
|
||||
sqlite-devel gdbm-devel pcre-devel libressl-devel fcgi-devel libldap-devel"
|
||||
hostmakedepends="automake pkg-config libtool"
|
||||
conf_files="/etc/lighttpd/lighttpd.conf"
|
||||
system_accounts="_${pkgname}"
|
||||
|
@ -12,7 +13,7 @@ maintainer="Enno Boland <gottox@voidlinux.eu>"
|
|||
license="2-clause-BSD"
|
||||
homepage="http://lighttpd.net"
|
||||
distfiles="http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${version}.tar.xz"
|
||||
checksum=b2c9069ed0bade9362c27b469a9b884641786aea1c3d686f9fd9f01d15e2a15f
|
||||
checksum=fe0c4a06dd2408a83ee7a2bfedc45e09597f3313cbda82485507573ae8fa948a
|
||||
build_style=gnu-configure
|
||||
configure_args="
|
||||
--sbindir=/usr/bin \
|
||||
|
|
Loading…
Reference in a new issue