From mboxrd@z Thu Jan 1 00:00:00 1970 From: Erik Kapfer To: development@lists.ipfire.org Subject: [PATCH] libseccomp: Update to version 2.4.3 Date: Fri, 08 May 2020 06:23:19 +0000 Message-ID: <20200508062319.12826-1-ummeegge@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2594133750613607231==" List-Id: --===============2594133750613607231== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Add list of authorized release signatures to README.md - Fix multiplexing issue with s390/s390x shm* syscalls - Remove the static flag from libseccomp tools compilation - Add define for __SNR_ppoll - Update our Travis CI configuration to use Ubuntu 18.04 - Disable live python tests in Travis CI - Use default python, rather than nightly python, in TravisCI - Fix potential memory leak identified by clang in the scmp_bpf_sim too The changelog can be found in here https://github.com/seccomp/libseccomp/blob= /master/CHANGELOG . Signed-off-by: Erik Kapfer --- config/rootfiles/packages/libseccomp | 4 ++-- lfs/libseccomp | 7 ++++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/config/rootfiles/packages/libseccomp b/config/rootfiles/packages= /libseccomp index 615c852fb..081103b21 100644 --- a/config/rootfiles/packages/libseccomp +++ b/config/rootfiles/packages/libseccomp @@ -1,10 +1,10 @@ usr/bin/scmp_sys_resolver -#usr/include/seccomp.h #usr/include/seccomp-syscalls.h +#usr/include/seccomp.h #usr/lib/libseccomp.la #usr/lib/libseccomp.so usr/lib/libseccomp.so.2 -usr/lib/libseccomp.so.2.4.2 +usr/lib/libseccomp.so.2.4.3 #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 064fb5896..676b516e9 100644 --- a/lfs/libseccomp +++ b/lfs/libseccomp @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 2.4.2 +VER =3D 2.4.3 =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 2 +PAK_VER =3D 3 =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 ee87fb68ae293883bde9e042c6bc324f +$(DL_FILE)_MD5 =3D 3a2c3b7539c1b6a933c20cd1fdcb2252 =20 install : $(TARGET) =20 @@ -77,6 +77,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar vxf $(DIR_DL)/$(DL_FILE) + cd $(DIR_APP) && ./autogen.sh cd $(DIR_APP) && ./configure \ --prefix=3D/usr \ --disable-static --=20 2.20.1 --===============2594133750613607231==--