From 5275adb20c52270185892a14f7d75f2d8f563809 Mon Sep 17 00:00:00 2001 From: Florian Obser Date: Sun, 14 Apr 2024 18:59:44 +0200 Subject: [PATCH] Update to new / tweaked way of doing the nsd update. --- nsd-unbound-update.org | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/nsd-unbound-update.org b/nsd-unbound-update.org index 9a583f6..b01f7ab 100644 --- a/nsd-unbound-update.org +++ b/nsd-unbound-update.org @@ -14,8 +14,7 @@ git clone from the upstream repository on [[https://github.com/NLnetLabs/nsd][gi ':!.buildkite/*' ':!makedist.sh' > ~/nsd_4.7.0_upstream.diff cd /usr/src/usr.sbin/nsd patch -Ep0 < ~/nsd_4.7.0_upstream.diff - autoheader-2.69 - autoconf-2.69 + autoconf-2.71 make -f Makefile.bsd-wrapper obj make -f Makefile.bsd-wrapper clean make -f Makefile.bsd-wrapper -j4 @@ -23,7 +22,7 @@ git clone from the upstream repository on [[https://github.com/NLnetLabs/nsd][gi We also need to update the version numbers in the man pages. For that we download the release tar ball and generate a diff: #+begin_src shell - diff -ru . /home/florian/nsd-4.7.0/ | fgrep -v Only > sync.diff + diff -bru . /home/florian/nsd-4.7.0/ | fgrep -v Only > sync.diff #+end_src The diff then needs to be partially applied, some changes are intentional.