SHA256
1
0
forked from pool/bind

Accepting request 834667 from home:jmoellers:branches:network

OBS-URL: https://build.opensuse.org/request/show/834667
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=298
This commit is contained in:
2020-09-18 07:23:46 +00:00
committed by Git OBS Bridge
parent c7de7e258a
commit 9d471ca7a6
2 changed files with 14 additions and 2 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Sep 15 13:54:05 UTC 2020 - Josef Möllers <josef.moellers@suse.com>
- /usr/bin/genDDNSkey: Removing the use of the -r option in the call
of /usr/sbin/dnssec-keygen as BIND now uses the random number
functions provided by the crypto library (i.e., OpenSSL or a
PKCS#11 provider) as a source of randomness rather than /dev/random.
Therefore the -r command line option no longer has any effect on
dnssec-keygen. Leaving the option in genDDNSkey as to not break
compatibility. Patch provided by Stefan Eisenwiener.
[bsc#1171313, vendor-files.tar.bz2]
-------------------------------------------------------------------
Fri Sep 4 14:40:27 UTC 2020 - Reinhard Max <max@suse.com>