From 076ba6e70666fd515bddeaa0fc603015648b3208 Mon Sep 17 00:00:00 2001 From: dogknowsnx Date: Thu, 4 Jun 2026 17:21:09 +0200 Subject: [PATCH] dnsmasq: update to 2.93 Install missing '/etc/trust-anchors.conf' for DNSSEC validation --- srcpkgs/dnsmasq/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/dnsmasq/template b/srcpkgs/dnsmasq/template index db386b11bc8..2b391bdf5f9 100644 --- a/srcpkgs/dnsmasq/template +++ b/srcpkgs/dnsmasq/template @@ -1,8 +1,8 @@ # Template file for 'dnsmasq' pkgname=dnsmasq -version=2.92rel2 +version=2.93 revision=1 -conf_files="/etc/dnsmasq.conf" +conf_files="/etc/dnsmasq.conf /etc/trust-anchors.conf" hostmakedepends="pkg-config" makedepends="dbus-devel libcap-devel libidn2-devel $(vopt_if dnssec nettle-devel)" short_desc="Lightweight, easy to configure DNS forwarder and DHCP server" @@ -11,7 +11,7 @@ license="GPL-2.0-or-later" homepage="https://www.thekelleys.org.uk/dnsmasq/doc.html" changelog="https://www.thekelleys.org.uk/dnsmasq/CHANGELOG" distfiles="https://www.thekelleys.org.uk/dnsmasq/dnsmasq-${version}.tar.gz" -checksum=75e34cd7fd951c809928dbcb5bf43eccb02f4c8c8f49298763b706ae3c2de5a1 +checksum=cc967771abdafeb43d10db18932d6b59fd4bed2c69c22acf8cb96aff6920d55f system_accounts="dnsmasq" dnsmasq_homedir="/var/chroot" @@ -33,5 +33,6 @@ do_install() { vsv dnsmasq vconf dnsmasq.conf.example dnsmasq.conf + vconf trust-anchors.conf vinstall ${FILESDIR}/dbus.conf 644 etc/dbus-1/system.d }