From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH] libseccomp: Update to version 2.5.5 Date: Wed, 03 Jan 2024 21:19:00 +0000 Message-ID: <13de781f-2ebb-4c4f-b1e9-b8070a514e20@ipfire.org> In-Reply-To: <20231231092724.2222-5-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0722169967348353736==" List-Id: --===============0722169967348353736== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > - Update from version 2.5.4 to 2.5.5 > - Update of rootfile > - Changelog > 2.5.5 - December 1, 2023 > * Update the syscall table for Linux v6.7-rc3 >=20 > Signed-off-by: Adolf Belka > --- > config/rootfiles/packages/libseccomp | 2 +- > lfs/libseccomp | 8 ++++---- > 2 files changed, 5 insertions(+), 5 deletions(-) >=20 > diff --git a/config/rootfiles/packages/libseccomp b/config/rootfiles/packag= es/libseccomp > index ff8d4dcae..f1bc3961f 100644 > --- a/config/rootfiles/packages/libseccomp > +++ b/config/rootfiles/packages/libseccomp > @@ -4,7 +4,7 @@ usr/bin/scmp_sys_resolver > #usr/lib/libseccomp.la > #usr/lib/libseccomp.so > usr/lib/libseccomp.so.2 > -usr/lib/libseccomp.so.2.5.4 > +usr/lib/libseccomp.so.2.5.5 > #usr/lib/pkgconfig/libseccomp.pc > #usr/share/man/man1/scmp_sys_resolver.1 > #usr/share/man/man3/seccomp_api_get.3 > diff --git a/lfs/libseccomp b/lfs/libseccomp > index c00ca3907..fa65f2259 100644 > --- a/lfs/libseccomp > +++ b/lfs/libseccomp > @@ -1,7 +1,7 @@ > ##########################################################################= ##### > # = # > # IPFire.org - A linux based firewall = # > -# Copyright (C) 2007-2022 IPFire Team = # > +# Copyright (C) 2007-2023 IPFire Team = # > # = # > # This program is free software: you can redistribute it and/or modify = # > # it under the terms of the GNU General Public License as published by = # > @@ -26,7 +26,7 @@ include Config > =20 > SUMMARY =3D A Seccomp (mode 2) helper library > =20 > -VER =3D 2.5.4 > +VER =3D 2.5.5 > =20 > THISAPP =3D libseccomp-$(VER) > DL_FILE =3D $(THISAPP).tar.gz > @@ -34,7 +34,7 @@ DL_FROM =3D $(URL_IPFIRE) > DIR_APP =3D $(DIR_SRC)/$(THISAPP) > TARGET =3D $(DIR_INFO)/$(THISAPP) > PROG =3D libseccomp > -PAK_VER =3D 9 > +PAK_VER =3D 10 > =20 > DEPS =3D > =20 > @@ -48,7 +48,7 @@ objects =3D $(DL_FILE) > =20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) > =20 > -$(DL_FILE)_BLAKE2 =3D 38b134cb578f9355667546f92950ebcf8c53ccaf98db568db9aa= dfa9629c054136849e03d4bf9f09f73998fe66a5e8a9038573d19740b2bddf5518a8a0119229 > +$(DL_FILE)_BLAKE2 =3D d770cee1f3e02fbbcd9f25655b360ab38160ad800e2829a67f2b= 9da62b095a90be99ac851a67344cf95bd6810a6268da4655dc1d37d996e58239c4999eb41998 > =20 > install : $(TARGET) > =20 --===============0722169967348353736==--