From 6bae820d08969cb12c693228e03da799594b4e09 Mon Sep 17 00:00:00 2001 From: J0WI Date: Tue, 6 Apr 2021 16:23:57 +0200 Subject: [PATCH] main/nsd: upgrade to 4.3.6 --- main/nsd/APKBUILD | 6 +++--- main/nsd/config.patch | 21 +++++++-------------- 2 files changed, 10 insertions(+), 17 deletions(-) diff --git a/main/nsd/APKBUILD b/main/nsd/APKBUILD index 61b7dcff54b..07e0c26c43c 100644 --- a/main/nsd/APKBUILD +++ b/main/nsd/APKBUILD @@ -4,7 +4,7 @@ # Contributor: Iggy Jackson # Maintainer: Natanael Copa pkgname=nsd -pkgver=4.3.5 +pkgver=4.3.6 pkgrel=0 pkgdesc="Authoritative only, high performance and simple DNS server" url="https://www.nlnetlabs.nl/projects/nsd" @@ -52,6 +52,6 @@ package() { rm -fr "$pkgdir"/run } -sha512sums="bd031da779ff7b9b53fb4ea4d038a51f3b8f7b59a2927f674def46ca775f30afa059b471fed7d8ebcd2b7d02968945972b98856198eafbc4263d3064dae01029 nsd-4.3.5.tar.gz +sha512sums="d87837b483ab37fde5d3eae7dca4c9e2672a718a1f49847db13232358108a5e0d6395c07d3fac72092a949d3c9861cd1dbed3e9bd0342ba6cbe7ca32feba09d0 nsd-4.3.6.tar.gz bc2b27d98b99db067c7c4b152ee40ae81b8ee66989f873ca0c21f57333c3734bb342866f68d5837f10bb56cb598fafc794095c02b8bc97ef6dace450cae526a6 nsd.initd -4c107bba33785a031f29c2d078419c8f0858c94a2488e192a6e76085e7135755352446d350ad4561b02beb767fecd488ac710fc1d2ba9e19a9c42f484331bd3c config.patch" +5b192f2151114d1853fb17f89324d9cc7ec16aa4d057c4f86b81ce8385b69eeb128df737e12597705c2acd33cdfd5857ed3234e4be153a36ba1dcf4175232701 config.patch" diff --git a/main/nsd/config.patch b/main/nsd/config.patch index 244f95b755a..7620f490fed 100644 --- a/main/nsd/config.patch +++ b/main/nsd/config.patch @@ -1,16 +1,6 @@ --- a/nsd.conf.sample.in +++ b/nsd.conf.sample.in -@@ -79,9 +79,6 @@ - # facility LOG_DAEMON). stderr disappears when daemon goes to bg. - # logfile: "@logfile@" - -- # File to store pid for nsd in. -- # pidfile: "@pidfile@" -- - # The file where secondary zone refresh and expire timeouts are kept. - # If you delete this file, all secondary zones are forced to be - # 'refreshing' (as if nsd got a notify). Set to "" to disable. -@@ -222,11 +219,14 @@ +@@ -264,7 +264,9 @@ remote-control: # Enable remote control with nsd-control(8) here. # set up the keys and certificates with nsd-control-setup. @@ -20,9 +10,12 @@ + control-enable: yes # what interfaces are listened to for control, default is on localhost. - # with an absolute path, a unix local named pipe is used for control - # (and key and cert files are not needed, use directory permissions). -+ control-interface: /run/nsd.control.sock + # interfaces can be specified by IP address or interface name. +@@ -275,6 +277,7 @@ # control-interface: 127.0.0.1 # control-interface: ::1 + # control-interface: lo ++ control-interface: /run/nsd.control.sock + # port number for remote control operations (uses TLS over TCP). + # control-port: 8952