Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package bind for openSUSE:Factory checked in 
at 2021-07-22 22:42:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bind (Old)
 and      /work/SRC/openSUSE:Factory/.bind.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bind"

Thu Jul 22 22:42:59 2021 rev:169 rq:907489 version:9.16.18

Changes:
--------
--- /work/SRC/openSUSE:Factory/bind/bind.changes        2021-07-02 
13:26:32.161194033 +0200
+++ /work/SRC/openSUSE:Factory/.bind.new.1899/bind.changes      2021-07-22 
22:43:28.203191233 +0200
@@ -1,0 +2,9 @@
+Wed Jul 21 09:34:15 UTC 2021 - Josef M??llers <[email protected]>
+
+- Since BIND 9.9, it has been easier to use tsig-keygen and
+  ddns-confgen to generare TSIG keys. In 9.13, TSIG support was
+  removed from dnssec-keygen, so now it is just for DNSKEY (and KEY
+  for obscure cases). tsig-keygen is now used to generate DDNS keys.
+  [bsc#1187921, vendor-files.tar.bz2]
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------


++++++ vendor-files.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vendor-files/tools/bind.genDDNSkey 
new/vendor-files/tools/bind.genDDNSkey
--- old/vendor-files/tools/bind.genDDNSkey      2021-02-17 14:29:49.059970673 
+0100
+++ new/vendor-files/tools/bind.genDDNSkey      2021-07-21 11:33:53.393746777 
+0200
@@ -78,19 +78,14 @@
 
 # This is where the keys are created
 cd $ROOT/$KEY_DIR &>/dev/null || {
-       echo >&2 "Key directory '$KEY_DIR' does not exists."
+       echo >&2 "Key directory '$KEY_DIR' does not exist."
        exit 1
 }
 
 umask 600
 
-# generate a HMAC-MD5 Zone (DNS validation) key
-cat >"$KEYFILE" <<-EOF
-
-# generated by $(basename $0) on $(date)
-
-EOF
-tsig-keygen -a hmac-md5 "${KEYNAME}" >> "$KEYFILE"
+# generate a HMAC-SHA512 Zone (DNS validation) key
+/usr/sbin/tsig-keygen -a hmac-sha512 "${KEYNAME}" > "$KEYFILE"
 
 # set permissions
 chown root.named "$KEYFILE"

Reply via email to