From 5e2660a191ae5cc43c6400e5e49240cc939762d7 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 7 Sep 2021 21:23:42 +0200 Subject: Adding upstream version 20210908. Signed-off-by: Daniel Baumann --- CHANGELOG.txt | 7 +++++++ VERSION.txt | 2 +- dehydrated/bin/dehydrated-nsupdate | 4 ++-- dehydrated/share/man/dehydrated-nsupdate.1.rst | 3 +++ 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index b5632a6..9d48ed5 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,10 @@ +2021-09-08 Daniel Baumann + + * Releasing version 20210908. + + [ Daniel Baumann ] + * Handling IDN domains in dehydrated-nsupdate by not expanding the punycode. + 2021-09-07 Daniel Baumann * Releasing version 20210907. diff --git a/VERSION.txt b/VERSION.txt index c6c7886..f1d7f5b 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -20210907 +20210908 diff --git a/dehydrated/bin/dehydrated-nsupdate b/dehydrated/bin/dehydrated-nsupdate index b870e3b..be773f8 100755 --- a/dehydrated/bin/dehydrated-nsupdate +++ b/dehydrated/bin/dehydrated-nsupdate @@ -45,11 +45,11 @@ esac if command -v kdig > /dev/null 2>&1 then # knot-dnsutils - DIG="kdig" + DIG="kdig +noidn" elif command -v dig > /dev/null 2>&1 then # bind-dnsutils - DIG="dig" + DIG="dig +noidnout" else echo "'${HOOK}': need dig from bind-dnsutils or knot-dnsutils" >&2 exit 1 diff --git a/dehydrated/share/man/dehydrated-nsupdate.1.rst b/dehydrated/share/man/dehydrated-nsupdate.1.rst index db88f5e..b7e02a3 100644 --- a/dehydrated/share/man/dehydrated-nsupdate.1.rst +++ b/dehydrated/share/man/dehydrated-nsupdate.1.rst @@ -75,6 +75,9 @@ Features | **bind9-dnsutils and knot-dnsutils support* | **dehydrated-nsupdate** works with both nsupdate (bind9) and knsupdate (knot). +| **IDN handling** +| **dehydrated-nsupdate** works with IDN domains by not expanding the punycode. + Files ===== -- cgit v1.2.3