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.2 Date: Thu, 09 Sep 2021 22:13:16 +0200 Message-ID: <9bd15fd5-2825-9221-10e2-483b69689e5a@ipfire.org> In-Reply-To: <20210907110338.3503953-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8327091672802066915==" List-Id: --===============8327091672802066915== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > - Update from 2.5.1 to 2.5.2 > - Update rootfile > - Changelog > * Version 2.5.2 - August 31, 2021 > - Update the syscall table for Linux v5.14-rc7 > - Add a function, get_notify_fd(), to the Python bindings to get the > nofication file descriptor > - Consolidate multiplexed syscall handling for all architectures into = one > location > - Add multiplexed syscall support to PPC > - Add multiplexed syscall support to MIPS > - The meaning of SECCOMP_IOCTL_NOTIF_ID_VALID changed within the kerne= l. > Modify the libseccomp file descriptor notification logic to support = the > kernel's previous and new usage of SECCOMP_IOCTL_NOTIF_ID_VALID >=20 > Signed-off-by: Adolf Belka > --- > config/rootfiles/packages/libseccomp | 2 +- > lfs/libseccomp | 6 +++--- > 2 files changed, 4 insertions(+), 4 deletions(-) >=20 > diff --git a/config/rootfiles/packages/libseccomp b/config/rootfiles/packag= es/libseccomp > index fb0b35d31..90bee123e 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.1 > +usr/lib/libseccomp.so.2.5.2 > #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 38d7a7dde..aaa9f0b1d 100644 > --- a/lfs/libseccomp > +++ b/lfs/libseccomp > @@ -24,7 +24,7 @@ > =20 > include Config > =20 > -VER =3D 2.5.1 > +VER =3D 2.5.2 > =20 > THISAPP =3D libseccomp-$(VER) > DL_FILE =3D $(THISAPP).tar.gz > @@ -32,7 +32,7 @@ DL_FROM =3D $(URL_IPFIRE) > DIR_APP =3D $(DIR_SRC)/$(THISAPP) > TARGET =3D $(DIR_INFO)/$(THISAPP) > PROG =3D libseccomp > -PAK_VER =3D 5 > +PAK_VER =3D 6 > =20 > DEPS =3D > =20 > @@ -44,7 +44,7 @@ objects =3D $(DL_FILE) > =20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) > =20 > -$(DL_FILE)_MD5 =3D 59f5563c532d3fa1df9db0516b36b1cd > +$(DL_FILE)_MD5 =3D bdee14f3453d118fc29456c6c4cb178e > =20 > install : $(TARGET) > =20 >=20 --===============8327091672802066915==--