dnsmasq: update to 2.93

Install missing '/etc/trust-anchors.conf' for DNSSEC validation
This commit is contained in:
dogknowsnx
2026-06-04 18:49:53 +02:00
committed by Duncan Overbruck
parent db39cb4840
commit 076ba6e706
+4 -3
View File
@@ -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
}