From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] libseccomp: Update to version 2.5.4 Date: Wed, 27 Apr 2022 19:17:56 +0200 Message-ID: <20220427171756.3494455-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6307254537352522396==" List-Id: --===============6307254537352522396== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 2.5.3 to 2.5.4 - Update of rootfile - Changelog Version 2.5.4 - April 21, 2022 - Update the syscall table for Linux v5.17 - Fix minor issues with binary tree testing and with empty binary trees - Minor documentation improvements including retiring the mailing list Signed-off-by: Adolf Belka --- config/rootfiles/packages/libseccomp | 2 +- lfs/libseccomp | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/rootfiles/packages/libseccomp b/config/rootfiles/packages= /libseccomp index e7f19721a..ff8d4dcae 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.3 +usr/lib/libseccomp.so.2.5.4 #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 89b71e8dd..ada345c2f 100644 --- a/lfs/libseccomp +++ b/lfs/libseccomp @@ -26,7 +26,7 @@ include Config =20 SUMMARY =3D A Seccomp (mode 2) helper library =20 -VER =3D 2.5.3 +VER =3D 2.5.4 =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 7 +PAK_VER =3D 8 =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 cedf04b3a926f9fe5202e6169ddac6b983e755009c14fc1d645157= b9c0bcdf65d4085f8ea7abad90f3a0c13ae4d66b5d8306e725168490863aad15976de1eae7 +$(DL_FILE)_BLAKE2 =3D 38b134cb578f9355667546f92950ebcf8c53ccaf98db568db9aadf= a9629c054136849e03d4bf9f09f73998fe66a5e8a9038573d19740b2bddf5518a8a0119229 =20 install : $(TARGET) =20 --=20 2.36.0 --===============6307254537352522396==--