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.