Update to 2.9.4
Changelog: Version 2.9.4 Tuesday, May 5, 2020 Improvements: ANY query over UDP is always answered with one RRSet + possible RRSIG instead of truncated reply Server tries to resolve CNAME record generated by geoip module (Thanks to Conrad Hoffmann) Earlier OCSP validity check in kdig certificate verification (Thanks to Alexander Schultz) Module onlinesign allows KSK + ZSK mode Server control listen backlog limit was increased to 5 Zone signing event is always re-scheduled even after a signing error Extended error checks and tiny enhancements in kjournalprint kdig logs a more detailed error message when failed to acquire a remote address Some documentation improvements Bugfixes: Server can crash when zone update fails due to exceeded zone size limit keymgr 'share' command doesn't work Shared KSK doesn't work with an initial key Self-created RRSIGs are still cryptographically verified in some unnecessary cases Changed NSEC3PARAM not correctly detected during zone update NSEC(3) chain not fixed if affected by zone udpate knotc orphan purge doesn't work on journal Online signing configured along with DNSSEC signing can cause MDB_BAD_RSLOT error during server reload Zone journal access can stuck if mismanaged zone serial Concurrently added and removed same records in a DDNS message are not properly handled Zone check logs error instead of warning after a first error occured
This commit is contained in:
parent
82827a4017
commit
8064743312
2 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.52 2020/05/08 16:25:04 rillig Exp $
|
||||
# $NetBSD: Makefile,v 1.53 2020/05/21 11:39:10 ryoon Exp $
|
||||
|
||||
DISTNAME= knot-2.9.3
|
||||
DISTNAME= knot-2.9.4
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= https://secure.nic.cz/files/knot-dns/
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.30 2020/03/30 12:42:22 ryoon Exp $
|
||||
$NetBSD: distinfo,v 1.31 2020/05/21 11:39:10 ryoon Exp $
|
||||
|
||||
SHA1 (knot-2.9.3.tar.xz) = d644010b0ec0f686ca30b5a0366f61243d764186
|
||||
RMD160 (knot-2.9.3.tar.xz) = 56fa572f9525ffe203a034ab13a4c5f157182d84
|
||||
SHA512 (knot-2.9.3.tar.xz) = 69186b0d83ab548e46a7eed2703b1c3e29de36123c39a7ca461a8728488433bcc27dd5564ff3cb55d8490d4515098cebdd72aa732742fb0b9fceaca27f456e08
|
||||
Size (knot-2.9.3.tar.xz) = 1214512 bytes
|
||||
SHA1 (knot-2.9.4.tar.xz) = 087a2c9c81066e738d73bcbe729a2d5c3451c986
|
||||
RMD160 (knot-2.9.4.tar.xz) = 5db78cc84c89977cd7d5fc0b1f2e70baa837ecae
|
||||
SHA512 (knot-2.9.4.tar.xz) = 05a2c492fe2efa541773d5ca01ed261447efa35842a56dc9fc1c82b70b8bec4b329461dc8a077d8b294247fff14cf9ab9aaac77160ccf9a5eb561c2c22f0399a
|
||||
Size (knot-2.9.4.tar.xz) = 1187472 bytes
|
||||
SHA1 (patch-samples_Makefile.in) = 499b8742dbd948e489b01d512bc7a8d8e4fe2e7b
|
||||
|
|
Loading…
Reference in a new issue