From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH 1/2] knot: Update to 3.0.0 Date: Thu, 17 Sep 2020 16:03:23 +0100 Message-ID: <37D4DA6D-B026-4102-A33B-283FEBA61A87@ipfire.org> In-Reply-To: <20200913150439.1397-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1887993655933883667==" List-Id: --===============1887993655933883667== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael Tremer > On 13 Sep 2020, at 16:04, Matthias Fischer = wrote: >=20 > For details see: > https://www.knot-dns.cz/2020-09-09-version-300.html >=20 > Signed-off-by: Matthias Fischer > --- > config/rootfiles/common/knot | 8 ++++---- > lfs/knot | 4 ++-- > 2 files changed, 6 insertions(+), 6 deletions(-) >=20 > diff --git a/config/rootfiles/common/knot b/config/rootfiles/common/knot > index 960f14d0a..f352543b3 100644 > --- a/config/rootfiles/common/knot > +++ b/config/rootfiles/common/knot > @@ -4,12 +4,12 @@ usr/bin/kdig > #usr/lib/libdnssec.la > #usr/lib/libdnssec.lai > #usr/lib/libdnssec.so > -usr/lib/libdnssec.so.7 > -usr/lib/libdnssec.so.7.0.0 > +usr/lib/libdnssec.so.8 > +usr/lib/libdnssec.so.8.0.0 > #usr/lib/libknot.la > #usr/lib/libknot.lai > #usr/lib/libknot.so > -usr/lib/libknot.so.10 > -usr/lib/libknot.so.10.0.0 > +usr/lib/libknot.so.11 > +usr/lib/libknot.so.11.0.0 > #usr/lib/libknotus.a > #usr/lib/libknotus.la > diff --git a/lfs/knot b/lfs/knot > index 9aa5d4f6c..153a9841b 100644 > --- a/lfs/knot > +++ b/lfs/knot > @@ -24,7 +24,7 @@ >=20 > include Config >=20 > -VER =3D 2.9.6 > +VER =3D 3.0.0 >=20 > THISAPP =3D knot-$(VER) > DL_FILE =3D $(THISAPP).tar.xz > @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) >=20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) >=20 > -$(DL_FILE)_MD5 =3D ccfdc71542e767cc01174d373efb56ee > +$(DL_FILE)_MD5 =3D a49754adf3b76db78df678f2cb87fc54 >=20 > install : $(TARGET) >=20 > --=20 > 2.18.0 >=20 --===============1887993655933883667==--