From bf35d8a466bf2b8c159d4ad07016a9cb070a58b8 Mon Sep 17 00:00:00 2001 From: JailBird Date: Fri, 31 Mar 2023 21:12:35 -0500 Subject: [PATCH] dnsdist: update to 1.8.0 --- srcpkgs/dnsdist/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/dnsdist/template b/srcpkgs/dnsdist/template index 6e13f7374891..9b3991a2d546 100644 --- a/srcpkgs/dnsdist/template +++ b/srcpkgs/dnsdist/template @@ -1,7 +1,7 @@ # Template file for 'dnsdist' pkgname=dnsdist -version=1.7.2 -revision=2 +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 }