From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] kmod: Update to 30 Date: Thu, 28 Jul 2022 20:37:57 +0100 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2480900996288518064==" List-Id: --===============2480900996288518064== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael Tremer > On 28 Jul 2022, at 11:26, Peter M=C3=BCller wr= ote: >=20 > Please refer to the tarballs's NEWS file for release announcements. >=20 > Signed-off-by: Peter M=C3=BCller > --- > config/rootfiles/common/kmod | 2 +- > lfs/kmod | 4 ++-- > 2 files changed, 3 insertions(+), 3 deletions(-) >=20 > diff --git a/config/rootfiles/common/kmod b/config/rootfiles/common/kmod > index f46db860b..78971ea22 100644 > --- a/config/rootfiles/common/kmod > +++ b/config/rootfiles/common/kmod > @@ -9,6 +9,6 @@ sbin/rmmod > #usr/lib/libkmod.la > #usr/lib/libkmod.so > usr/lib/libkmod.so.2 > -usr/lib/libkmod.so.2.3.7 > +usr/lib/libkmod.so.2.4.0 > #usr/lib/pkgconfig/libkmod.pc > #usr/share/bash-completion/completions/kmod > diff --git a/lfs/kmod b/lfs/kmod > index ad12065c7..89e196252 100644 > --- a/lfs/kmod > +++ b/lfs/kmod > @@ -24,7 +24,7 @@ >=20 > include Config >=20 > -VER =3D 29 > +VER =3D 30 >=20 > THISAPP =3D kmod-$(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)_BLAKE2 =3D 1362b6e7c07f66594074f07239d0f7a64e6efeb928483ed027b2= 2a4ac77b916c631d1c03780b0515714a87847a716c35341edb1ced04a1795b4c7f8942d3207a > +$(DL_FILE)_BLAKE2 =3D c5cb690dbb8fad66ac603648ff330794b417ff2fa2f8f61b6e9c= b76dab93f984128b3d83a826203f39f3fb94f174f0db7395db6a47e52e8b7c561486f9d00778 >=20 > install : $(TARGET) >=20 > --=20 > 2.35.3 --===============2480900996288518064==--