From: Peter Hessler Subject: [update] net/knot + net/py-libknot to 3.4.5 To: ports@openbsd.org Cc: Aisha Tammy Date: Fri, 21 Mar 2025 11:37:41 +0100 Simple update to 3.4.5 for knot and py-libknot. Some nice looking new features in there. lightly tested on amd64 and arm64, OK? Index: net/knot/Makefile =================================================================== RCS file: /cvs/openbsd/ports/net/knot/Makefile,v diff -u -p -u -p -r1.85 Makefile --- net/knot/Makefile 1 Sep 2024 20:38:20 -0000 1.85 +++ net/knot/Makefile 21 Mar 2025 10:22:19 -0000 @@ -1,11 +1,11 @@ COMMENT = authoritative DNS server # update net/py-libknot when updating this -DISTNAME = knot-3.3.9 +DISTNAME = knot-3.4.5 -SHARED_LIBS += dnssec 3.1 # .9.0 -SHARED_LIBS += knot 10.0 # .14.0 -SHARED_LIBS += zscanner 1.1 # .4.0 +SHARED_LIBS += dnssec 4.0 # 9.0 +SHARED_LIBS += knot 11.0 # 15.0 +SHARED_LIBS += zscanner 2.0 # 4.0 CATEGORIES = net @@ -16,9 +16,9 @@ MAINTAINER = Aisha Tammy