diff options
author | Carlo Strub <cs@FreeBSD.org> | 2025-07-29 19:14:19 +0200 |
---|---|---|
committer | Carlo Strub <cs@FreeBSD.org> | 2025-07-29 19:14:19 +0200 |
commit | 311902c99cce640ef9b284cc85c9ef32d98100c4 (patch) | |
tree | 3ff0fb25389c0dca65117d1693ad75b9dbbf258e | |
parent | x11-toolkits/qt6-declarative: Add upstream patch for qmlcompiler (diff) |
dns/knot3: Update to 3.4.8
PR: 288537
Reported by: maintainer
-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 ebc101846d05..bd5ceac3a53f 100644 --- a/dns/knot3/distinfo +++ b/dns/knot3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749031665 -SHA256 (knot-3.4.7.tar.xz) = dd346ca6f3afabcdc5e9ba09dd667b010590bb66a42f4541021fb9d6f073dacc -SIZE (knot-3.4.7.tar.xz) = 1653576 +TIMESTAMP = 1753790401 +SHA256 (knot-3.4.8.tar.xz) = 6730a73dbfc12d79d8000ffe22d36d068b7467e74bee1eb122ac4935ecea49f9 +SIZE (knot-3.4.8.tar.xz) = 1656224 diff --git a/dns/knot3/distinfo.py-libknot b/dns/knot3/distinfo.py-libknot index 2c87af71ad17..98532a7ad8a2 100644 --- a/dns/knot3/distinfo.py-libknot +++ b/dns/knot3/distinfo.py-libknot @@ -1,3 +1,3 @@ -TIMESTAMP = 1749031665 -SHA256 (libknot-3.4.7.tar.gz) = 46d686548f4737c8a87a0cf1f34d4d2b9642f398ea20ee8c4e3d95f518fec58b -SIZE (libknot-3.4.7.tar.gz) = 16782 +TIMESTAMP = 1753792363 +SHA256 (libknot-3.4.8.tar.gz) = 9900078c7048e264e6e17e7893315183b715e36fc092d450c8d776813fa7d0a5 +SIZE (libknot-3.4.8.tar.gz) = 16803 diff --git a/dns/knot3/knotdns.mk b/dns/knot3/knotdns.mk index b5a7c920a6dc..3265d21b5857 100644 --- a/dns/knot3/knotdns.mk +++ b/dns/knot3/knotdns.mk @@ -1 +1 @@ -KNOT_VERSION= 3.4.7 +KNOT_VERSION= 3.4.8 |