On 22/03/30 06:27PM, aisha wrote:
> Hi,
>
> Attached patch for update from 3.1.6 to 3.1.7
>
> New libraries and dependency (brotli*, z, zstd) added due to update of gnutls which propagates here.
>
> Best,
> Aisha
>
Oops, forgot to add zstd in lib depends.
diff --git a/net/knot/Makefile b/net/knot/Makefile
index 7687f8508f9..2339195688e 100644
--- a/net/knot/Makefile
+++ b/net/knot/Makefile
@@ -1,8 +1,7 @@
COMMENT = authoritative DNS server
# update net/py-libknot when updating this
-DISTNAME = knot-3.1.6
-REVISION = 1
+DISTNAME = knot-3.1.7
SHARED_LIBS += dnssec 3.1 # .8.0
SHARED_LIBS += knot 7.3 # .12.0
@@ -18,9 +17,9 @@ MAINTAINER = Aisha Tammy <openbsd@aisha.cc>, \
# 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
+WANTLIB += brotlidec brotlienc c curses edit gmp gnutls hogweed iconv
+WANTLIB += idn2 intl lmdb m nettle nghttp2 p11-kit pthread tasn1
+WANTLIB += unistring urcu urcu-common z zstd
MASTER_SITES = https://secure.nic.cz/files/knot-dns/
EXTRACT_SUFX = .tar.xz
@@ -32,7 +31,9 @@ COMPILER = base-clang ports-gcc
COMPILER_LANGS = c
BUILD_DEPENDS = devel/bison
-LIB_DEPENDS = devel/gettext,-runtime \
+LIB_DEPENDS = archivers/brotli \
+ archivers/zstd \
+ devel/gettext,-runtime \
devel/libidn2 \
devel/liburcu \
security/gnutls \
diff --git a/net/knot/distinfo b/net/knot/distinfo
index 17882ffbd98..2679721049f 100644
--- a/net/knot/distinfo
+++ b/net/knot/distinfo
@@ -1,2 +1,2 @@
-SHA256 (knot-3.1.6.tar.xz) = 6boTBddQ3Aj7CGh67HrFVzfKBz3qoLhnyITgwPL9t1M=
-SIZE (knot-3.1.6.tar.xz) = 1418372
+SHA256 (knot-3.1.7.tar.xz) = /7aIfiOM5MffDMdrtVpQk0ZSdSAawSFWozkHgtxJhXs=
+SIZE (knot-3.1.7.tar.xz) = 1418944
diff --git a/net/py-libknot/Makefile b/net/py-libknot/Makefile
index f77e168f51c..0f80011d1bc 100644
--- a/net/py-libknot/Makefile
+++ b/net/py-libknot/Makefile
@@ -1,6 +1,6 @@
COMMENT = Python bindings for libknot
-MODPY_EGG_VERSION = 3.1.6
+MODPY_EGG_VERSION = 3.1.7
DISTNAME = libknot-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
diff --git a/net/py-libknot/distinfo b/net/py-libknot/distinfo
index 779f743fac6..b892f3b73ba 100644
--- a/net/py-libknot/distinfo
+++ b/net/py-libknot/distinfo
@@ -1,2 +1,2 @@
-SHA256 (libknot-3.1.6.tar.gz) = w/3som1TEBz4wi/uW/Vpt4hTpEc4IRwtHv93nZnSFVU=
-SIZE (libknot-3.1.6.tar.gz) = 9144
+SHA256 (libknot-3.1.7.tar.gz) = +j/lTbJEbPRdXQeuzQMLaYDDfwgppX3K5FEMczHPQVs=
+SIZE (libknot-3.1.7.tar.gz) = 9127
No comments:
Post a Comment