On Fri, 21 Mar 2025 12:00:07 +0000 Stuart Henderson <s...@spacehopper.org> wrote:
> On 2025/03/21 11:37, Peter Hessler wrote: > > Simple update to 3.4.5 for knot and py-libknot. Some nice looking > > new features in there. > > not new, but py-libknot wants NO_TEST=Yes > I think the last time this was talked about, the consensus was to not add that line, in case py-libknot adds tests someday. I don't have much of an opinion either way. OK aisha@ > ok > > > 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 > > <aisha@openbsd # GPLv3+ > > PERMIT_PACKAGE = Yes > > > > -WANTLIB += c curses edit gmp gnutls hogweed iconv idn2 intl > > -WANTLIB += lmdb m nettle nghttp2 p11-kit pthread tasn1 unistring > > urcu -WANTLIB += urcu-common brotlidec brotlienc z zstd > > +WANTLIB += c curses edit gmp gnutls hogweed iconv idn2 intl lmdb > > +WANTLIB += m nettle nghttp2 p11-kit pthread tasn1 unistring urcu > > +WANTLIB += urcu-common > > > > SITES = https://secure.nic.cz/files/knot-dns/ > > EXTRACT_SUFX = .tar.xz > > Index: net/knot/distinfo > > =================================================================== > > RCS file: /cvs/openbsd/ports/net/knot/distinfo,v > > diff -u -p -u -p -r1.51 distinfo > > --- net/knot/distinfo 1 Sep 2024 20:38:20 -0000 1.51 > > +++ net/knot/distinfo 21 Mar 2025 09:23:43 -0000 > > @@ -1,2 +1,2 @@ > > -SHA256 (knot-3.3.9.tar.xz) = > > fPK9k79IcXmsodKs97Ri3CaedplEw+pzx/mkVw3ehqs= -SIZE > > (knot-3.3.9.tar.xz) = 1608644 +SHA256 (knot-3.4.5.tar.xz) = > > NZr3Cvr6fMqhhDmnwes1Jw/57s6B0HVq5MpxaxQzy0s= +SIZE > > (knot-3.4.5.tar.xz) = 1610204 Index: net/knot/pkg/PLIST > > =================================================================== > > RCS file: /cvs/openbsd/ports/net/knot/pkg/PLIST,v > > diff -u -p -u -p -r1.14 PLIST > > --- net/knot/pkg/PLIST 27 Dec 2023 18:11:53 -0000 1.14 > > +++ net/knot/pkg/PLIST 21 Mar 2025 09:26:59 -0000 > > @@ -56,6 +56,8 @@ include/libknot/probe/probe.h > > include/libknot/quic/ > > include/libknot/quic/quic.h > > include/libknot/quic/quic_conn.h > > +include/libknot/quic/tls.h > > +include/libknot/quic/tls_common.h > > include/libknot/rdata.h > > include/libknot/rdataset.h > > include/libknot/rrset-dump.h > > Index: net/py-libknot/Makefile > > =================================================================== > > RCS file: /cvs/openbsd/ports/net/py-libknot/Makefile,v > > diff -u -p -u -p -r1.23 Makefile > > --- net/py-libknot/Makefile 21 Dec 2024 11:38:34 > > -0000 1.23 +++ net/py-libknot/Makefile 21 Mar 2025 > > 09:29:30 -0000 @@ -1,10 +1,9 @@ > > COMMENT = Python bindings for libknot > > > > -MODPY_DISTV = 3.3.9 > > +MODPY_DISTV = 3.4.5 > > > > DISTNAME = libknot-${MODPY_DISTV} > > PKGNAME = py-${DISTNAME} > > -REVISION = 0 > > > > CATEGORIES = net > > > > Index: net/py-libknot/distinfo > > =================================================================== > > RCS file: /cvs/openbsd/ports/net/py-libknot/distinfo,v > > diff -u -p -u -p -r1.17 distinfo > > --- net/py-libknot/distinfo 1 Sep 2024 20:38:34 -0000 > > 1.17 +++ net/py-libknot/distinfo 21 Mar 2025 09:35:39 -0000 > > @@ -1,2 +1,2 @@ > > -SHA256 (libknot-3.3.9.tar.gz) = > > AAjH5+IQdkzTIp1+q638d9dzAfo7nXUudOLQm81P7lU= -SIZE > > (libknot-3.3.9.tar.gz) = 11098 +SHA256 (libknot-3.4.5.tar.gz) = > > z7OJiFQZ6m5y/qbZN9LLQ6NvKz3HQJXGGOE5gK0DTRM= +SIZE > > (libknot-3.4.5.tar.gz) = 16778 > > > >