Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Aug 2023 09:38:35 GMT
From:      Fernando =?utf-8?Q?Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3015e94fb9f0 - main - dns/knot-resolver: upgrade to 5.7.0
Message-ID:  <202308310938.37V9cZaQ049930@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=3015e94fb9f0f0d286b5b003510da868d5eae4a0

commit 3015e94fb9f0f0d286b5b003510da868d5eae4a0
Author:     Leo Vandewoestijne <freebsd@dns.company>
AuthorDate: 2023-08-30 08:54:24 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2023-08-31 09:38:20 +0000

    dns/knot-resolver: upgrade to 5.7.0
    
    ChangeLog: https://www.knot-resolver.cz/2023-08-22-knot-resolver-5.7.0.html
    
    Security
    
     * avoid excessive TCP reconnections in a few more cases Like before, the remote
       server had to behave nonsensically in order to inflict this upon itself, but
       it might be abusable for DoS.
    
    Improvements
    
     * forwarding mode: tweak dealing with failures from forwarders, in particular
       prefer sending CD=0 upstream
    
    Bugfixes
    
     * fix unusual timestamp format in debug dumps of records
     * adjust linker options; it should help less common platforms
     * hints module: fix names inside home.arpa.
     * EDNS padding (RFC 8467) compatibility with knot-dns 3.3 libs
    
    PR:             273308
    Reported by:    freebsd@dns.company (maintainer)
---
 dns/knot-resolver/Makefile | 2 +-
 dns/knot-resolver/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dns/knot-resolver/Makefile b/dns/knot-resolver/Makefile
index a88226c3fdfd..85351e2e4bdb 100644
--- a/dns/knot-resolver/Makefile
+++ b/dns/knot-resolver/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	knot-resolver
-DISTVERSION=	5.6.0
+DISTVERSION=	5.7.0
 CATEGORIES=	dns
 MASTER_SITES=	https://secure.nic.cz/files/knot-resolver/ \
 		https://dns.company/downloads/knot-resolver/
diff --git a/dns/knot-resolver/distinfo b/dns/knot-resolver/distinfo
index d737c3cbb747..b73820de71af 100644
--- a/dns/knot-resolver/distinfo
+++ b/dns/knot-resolver/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1675677139
-SHA256 (knot-resolver-5.6.0.tar.xz) = 0c82ae937b685dc477fb3176098e3dc106c898b7cd83553e5bc54dccb83c80d7
-SIZE (knot-resolver-5.6.0.tar.xz) = 1923196
+TIMESTAMP = 1692801721
+SHA256 (knot-resolver-5.7.0.tar.xz) = 383ef6db1cccabd2dd788ea9385f05e98a2bafdfeb7f0eda57ff9d572f4fad71
+SIZE (knot-resolver-5.7.0.tar.xz) = 1926196



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