mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
dnsdist: update to 1.8.0
This commit is contained in:
parent
b90726a824
commit
f49144d018
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'dnsdist'
|
# Template file for 'dnsdist'
|
||||||
pkgname=dnsdist
|
pkgname=dnsdist
|
||||||
version=1.7.2
|
version=1.8.0
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-pic --with-gnu-ld --with-libsodium --with-re2
|
configure_args="--with-pic --with-gnu-ld --with-libsodium --with-re2
|
||||||
--with-net-snmp --with-libcap --with-libssl --enable-dnscrypt --with-nghttp2
|
--with-net-snmp --with-libcap --with-libssl --enable-dnscrypt --with-nghttp2
|
||||||
|
@ -19,7 +19,7 @@ license="GPL-2.0-only"
|
||||||
homepage="https://dnsdist.org/"
|
homepage="https://dnsdist.org/"
|
||||||
changelog="https://dnsdist.org/changelog.html"
|
changelog="https://dnsdist.org/changelog.html"
|
||||||
distfiles="https://downloads.powerdns.com/releases/${pkgname}-${version}.tar.bz2"
|
distfiles="https://downloads.powerdns.com/releases/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=524bd2bb05aa2e05982a971ae8510f2812303ab4486a3861b62212d06b1127cd
|
checksum=1c0d375c25453d349b88e03ff589aa2603ca8692fc98364c068ead372804704f
|
||||||
|
|
||||||
system_accounts="_dnsdist"
|
system_accounts="_dnsdist"
|
||||||
|
|
||||||
|
@ -33,6 +33,6 @@ pre_configure() {
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall dnsdistconf.lua 644 etc/dnsdist dnsdist.conf
|
vinstall dnsdist.conf-dist 644 etc/dnsdist dnsdist.conf
|
||||||
vsv dnsdist
|
vsv dnsdist
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue