dnsdist: update to 1.7.0
This commit is contained in:
parent
973a10a260
commit
35fea31146
1 changed files with 6 additions and 4 deletions
|
@ -1,23 +1,25 @@
|
|||
# Template file for 'dnsdist'
|
||||
pkgname=dnsdist
|
||||
version=1.6.1
|
||||
version=1.7.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-pic --with-gnu-ld --with-libsodium --with-re2
|
||||
--with-net-snmp --with-libcap --with-libssl --enable-dnscrypt
|
||||
--with-net-snmp --with-libcap --with-libssl --enable-dnscrypt --with-nghttp2
|
||||
--with-libcrypto=${XBPS_CROSS_BASE}/usr --with-service-user=_dnsdist
|
||||
--with-service-group=_dnsdist --sbindir=/usr/bin --without-gnutls --with-lmdb
|
||||
--enable-dns-over-tls --enable-dns-over-https --sysconfdir=/etc/dnsdist"
|
||||
conf_files="/etc/dnsdist/dnsdist.conf"
|
||||
hostmakedepends="autoconf automake pkgconf"
|
||||
makedepends="libsodium-devel boost-devel re2-devel net-snmp-devel libcap-devel
|
||||
lua54-devel openssl-devel lmdb-devel fstrm-devel libedit-devel h2o-devel"
|
||||
lua54-devel openssl-devel lmdb-devel fstrm-devel libedit-devel h2o-devel
|
||||
nghttp2-devel"
|
||||
short_desc="Dynamic DNS loadbalancer"
|
||||
maintainer="JailBird <jailbird@fdf.net>"
|
||||
license="GPL-2.0-only"
|
||||
homepage="https://dnsdist.org/"
|
||||
changelog="https://dnsdist.org/changelog.html"
|
||||
distfiles="https://downloads.powerdns.com/releases/${pkgname}-${version}.tar.bz2"
|
||||
checksum=29040a43982ae1ad5b7313f081e26519ab3a58af6bced438311da3a65370a3a5
|
||||
checksum=78cc72cb0ccf7fb5f3f2fae09c79eda65a5256374da09bb541b735ea6868fc64
|
||||
|
||||
system_accounts="_dnsdist"
|
||||
|
||||
|
|
Loading…
Reference in a new issue