diff options
author | Leo Vandewoestijne <freebsd@dns.company> | 2025-01-25 10:30:36 +0000 |
---|---|---|
committer | Vladimir Druzenko <vvd@FreeBSD.org> | 2025-01-25 10:41:38 +0000 |
commit | 2de5c691ca2c1004d868d86ae987a4c6853fd368 (patch) | |
tree | ab64f7b10f634ebf263f39a2bc840c0806d396d6 | |
parent | 968be15e50593f62812d93260a433bbad2dda897 (diff) |
dns/{knot3,py-libknot}: Update 3.4.3 → 3.4.4
Changelog:
https://www.knot-dns.cz/2025-01-22-version-344.html
PR: 284318
MFH: 2025Q1
-rw-r--r-- | dns/knot3/Makefile | 1 | ||||
-rw-r--r-- | dns/knot3/distinfo | 6 | ||||
-rw-r--r-- | dns/knot3/distinfo.py-libknot | 6 | ||||
-rw-r--r-- | dns/knot3/knotdns.mk | 2 |
4 files changed, 7 insertions, 8 deletions
diff --git a/dns/knot3/Makefile b/dns/knot3/Makefile index 56bff20d0635..18fbd0e13dab 100644 --- a/dns/knot3/Makefile +++ b/dns/knot3/Makefile @@ -1,6 +1,5 @@ PORTNAME= knot DISTVERSION= ${KNOT_VERSION} -PORTREVISION= 1 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 a81f074f5d80..c17ae14ddfdf 100644 --- a/dns/knot3/distinfo +++ b/dns/knot3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1733752969 -SHA256 (knot-3.4.3.tar.xz) = fb153f07805f4679e836f143a74f5cd204ae71c3acbea7ab05ef8e012c6e905c -SIZE (knot-3.4.3.tar.xz) = 1637080 +TIMESTAMP = 1737736066 +SHA256 (knot-3.4.4.tar.xz) = e7d9d6de97f21bf33e907bd986a4038025f394879af0a5fd19787203ac3b2131 +SIZE (knot-3.4.4.tar.xz) = 1641460 diff --git a/dns/knot3/distinfo.py-libknot b/dns/knot3/distinfo.py-libknot index 8b74ea18e2c7..89470ae5859c 100644 --- a/dns/knot3/distinfo.py-libknot +++ b/dns/knot3/distinfo.py-libknot @@ -1,3 +1,3 @@ -TIMESTAMP = 1733753065 -SHA256 (libknot-3.4.3.tar.gz) = 4a6dd61d9742a73d05feda4641ceedbe98dcc5f3dcd9c300c9cd2b5639ba8b4e -SIZE (libknot-3.4.3.tar.gz) = 11251 +TIMESTAMP = 1737736075 +SHA256 (libknot-3.4.4.tar.gz) = a6f5a48e82e6c21541cc37f503173a8ae38bac37c87eb634cabd6ebc91b2d2ce +SIZE (libknot-3.4.4.tar.gz) = 16763 diff --git a/dns/knot3/knotdns.mk b/dns/knot3/knotdns.mk index 3d6f42e96837..1e48d8eaeeb7 100644 --- a/dns/knot3/knotdns.mk +++ b/dns/knot3/knotdns.mk @@ -1 +1 @@ -KNOT_VERSION= 3.4.3 +KNOT_VERSION= 3.4.4 |