Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Jul 2023 16:55:19 GMT
From:      =?utf-8?Q?Fernando=20Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1450e40c2318 - main - dns/knot3: upgrade to 3.2.9
Message-ID:  <202307291655.36TGtJAe025284@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1450e40c2318a478f124d0d6c39594606f2a50c6

commit 1450e40c2318a478f124d0d6c39594606f2a50c6
Author:     Leo Vandewoestijne <freebsd@dns.company>
AuthorDate: 2023-07-28 07:12:44 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2023-07-29 16:54:52 +0000

    dns/knot3: upgrade to 3.2.9
    
    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)
---
 dns/knot3/Makefile | 2 +-
 dns/knot3/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dns/knot3/Makefile b/dns/knot3/Makefile
index efe3da039f41..043edbefdd48 100644
--- a/dns/knot3/Makefile
+++ b/dns/knot3/Makefile
@@ -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/
diff --git a/dns/knot3/distinfo b/dns/knot3/distinfo
index a28022a82c45..2a142bb93242 100644
--- a/dns/knot3/distinfo
+++ b/dns/knot3/distinfo
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307291655.36TGtJAe025284>