Skip to content

Commit

Permalink
dns/knot3: upgrade to 3.2.9
Browse files Browse the repository at this point in the history
ChangeLog: https://gitlab.labs.nic.cz/knot/knot-dns/raw/v3.2.9/NEWS

Improvements:
-------------
 * keymgr: 'import-pkcs11' not allowed if no PKCS #11 keystore backend is
   configured
 * keymgr: more verbose key import errors
 * doc: extended migration notes
 * doc: various improvements

Bugfixes:
---------
 * knotd: server may crash when storing changeset of a big zone migrating
   to/from NSEC3
 * knotd: zone refresh loop when all masters are outdated and timers cleared
 * knotd: failed to active D-Bus notifications if not started as systemd service
 * kjournalprint: database transaction not properly closed when terminated
   prematurely

PR:		272752
Reported by:	freebsd@dns.company (maintainer)
  • Loading branch information
Leo Vandewoestijne authored and fernape committed Jul 29, 2023
1 parent 9b5f399 commit 1450e40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dns/knot3/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PORTNAME= knot
DISTVERSION= 3.2.8
DISTVERSION= 3.2.9
CATEGORIES= dns
MASTER_SITES= https://secure.nic.cz/files/knot-dns/ \
https://dns.company/downloads/knot-dns/
Expand Down
6 changes: 3 additions & 3 deletions dns/knot3/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1687779236
SHA256 (knot-3.2.8.tar.xz) = ef419a428f327def77780bc90eda763b51e6121fe548543da84b9eb96a261a6e
SIZE (knot-3.2.8.tar.xz) = 1681556
TIMESTAMP = 1690449865
SHA256 (knot-3.2.9.tar.xz) = bc1f9eb8c9f67f52805f3acfa2d0153190245fa145b007fafa9068d2da292506
SIZE (knot-3.2.9.tar.xz) = 1642600

0 comments on commit 1450e40

Please sign in to comment.