Saturday, December 03, 2022

Re: [update] net/knot net/py-libknot to 3.2.3

On 12/3/22 15:32, aisha wrote:
> attached trivial update for net/knot and net/py-libknot.
> No major changes in functionality mostly bug fixes.
>
> ok?
>
> aisha
>
> diff --git a/net/knot/Makefile b/net/knot/Makefile
> index b6768c7745b..280fd20a10b 100644
> --- a/net/knot/Makefile
> +++ b/net/knot/Makefile
> @@ -1,7 +1,7 @@
> COMMENT = authoritative DNS server
>
> # update net/py-libknot when updating this
> -DISTNAME = knot-3.2.2
> +DISTNAME = knot-3.2.3
>
> SHARED_LIBS += dnssec 3.1 # .9.0
> SHARED_LIBS += knot 8.0 # .13.0
> @@ -42,6 +42,7 @@ CONFIGURE_STYLE = gnu
> CONFIGURE_ARGS += --with-storage=${LOCALSTATEDIR}/db/knot \
> --with-libidn \
> --disable-dnstap \
> + --enable-quic \
> --disable-maxminddb
whoops, forgot this remnant from testing ngtcp2 stuff, ignore this, will
remove when committing.
>
> CONFIGURE_ENV = ac_cv_path_PDFLATEX="false" \
> diff --git a/net/knot/distinfo b/net/knot/distinfo
> index 3577c5755c3..7c9e374fd46 100644
> --- a/net/knot/distinfo
> +++ b/net/knot/distinfo
> @@ -1,2 +1,2 @@
> -SHA256 (knot-3.2.2.tar.xz) = zqnBmIzc53UviPvjc3j2XoPE5UBIl4uU+yGpyS+IeI8=
> -SIZE (knot-3.2.2.tar.xz) = 1632748
> +SHA256 (knot-3.2.3.tar.xz) = 9zbvKENYkj4xL44ePGznyXsgllsJ62VwXp9+PV6anXk=
> +SIZE (knot-3.2.3.tar.xz) = 1673664
> diff --git a/net/py-libknot/Makefile b/net/py-libknot/Makefile
> index e8523b2e10f..50d450139fd 100644
> --- a/net/py-libknot/Makefile
> +++ b/net/py-libknot/Makefile
> @@ -1,6 +1,6 @@
> COMMENT = Python bindings for libknot
>
> -MODPY_EGG_VERSION = 3.2.2
> +MODPY_EGG_VERSION = 3.2.3
>
> DISTNAME = libknot-${MODPY_EGG_VERSION}
> PKGNAME = py-${DISTNAME}
> diff --git a/net/py-libknot/distinfo b/net/py-libknot/distinfo
> index cd6f8ec4edf..bbea1cbdb9c 100644
> --- a/net/py-libknot/distinfo
> +++ b/net/py-libknot/distinfo
> @@ -1,2 +1,2 @@
> -SHA256 (libknot-3.2.2.tar.gz) = LdH9Ylw+rr9vQq1x9x9HsVAtdoO4HjtpBQeMttf4LFo=
> -SIZE (libknot-3.2.2.tar.gz) = 9510
> +SHA256 (libknot-3.2.3.tar.gz) = Hv4JzG7r+8b7fBUKxZUirLAf0gJEgr2q4OFgbym/Y+g=
> +SIZE (libknot-3.2.3.tar.gz) = 9508
>

No comments:

Post a Comment