dnsdist: update to 1.8.0

This commit is contained in:
JailBird 2023-06-02 15:51:03 -05:00 committed by classabbyamp
parent b90726a824
commit f49144d018

View File

@ -1,7 +1,7 @@
# Template file for 'dnsdist'
pkgname=dnsdist
version=1.7.2
revision=3
version=1.8.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-nghttp2
@ -19,7 +19,7 @@ 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=524bd2bb05aa2e05982a971ae8510f2812303ab4486a3861b62212d06b1127cd
checksum=1c0d375c25453d349b88e03ff589aa2603ca8692fc98364c068ead372804704f
system_accounts="_dnsdist"
@ -33,6 +33,6 @@ pre_configure() {
}
post_install() {
vinstall dnsdistconf.lua 644 etc/dnsdist dnsdist.conf
vinstall dnsdist.conf-dist 644 etc/dnsdist dnsdist.conf
vsv dnsdist
}