From 766927bf0407a9a222eee476696d787ba197b1fd Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Sat, 27 Feb 2021 18:05:33 +0100 Subject: [PATCH] rediffed patches --- unbound-default_trust_anchor.patch | 4 ++-- unbound-sh.patch | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/unbound-default_trust_anchor.patch b/unbound-default_trust_anchor.patch index 7ffede3..cd8603c 100644 --- a/unbound-default_trust_anchor.patch +++ b/unbound-default_trust_anchor.patch @@ -8,5 +8,5 @@ diff -dur unbound-1.4.22.orig/doc/example.conf.in unbound-1.4.22/doc/example.con - # auto-trust-anchor-file: "@UNBOUND_ROOTKEY_FILE@" + auto-trust-anchor-file: "@UNBOUND_ROOTKEY_FILE@" - # File with DLV trusted keys. Same format as trust-anchor-file. - # There can be only one DLV configured, it is trusted from root down. + # trust anchor signaling sends a RFC8145 key tag query after priming. + # trust-anchor-signaling: yes diff --git a/unbound-sh.patch b/unbound-sh.patch index b9bf9e6..2dac974 100644 --- a/unbound-sh.patch +++ b/unbound-sh.patch @@ -1,7 +1,7 @@ --- unbound-1.5.6/configure.ac.orig 2015-10-06 12:29:20.000000000 +0200 +++ unbound-1.5.6/configure.ac 2015-11-02 16:42:08.808434766 +0100 @@ -479,7 +479,7 @@ - AC_ERROR([Python version >= 2.4.0 is required]) + AC_MSG_ERROR([Python version >= 2.4.0 is required]) fi - [PY_MAJOR_VERSION="`$PYTHON -c \"import sys; print(sys.version_info[0])\"`"] -- 2.44.0