From patchwork Fri May 8 06:23:19 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: ummeegge X-Patchwork-Id: 3061 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 49JKym2033z3xyP for ; Fri, 8 May 2020 06:23:28 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 49JKyk4zXbzRp; Fri, 8 May 2020 06:23:26 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 49JKyk1cfFz2yfm; Fri, 8 May 2020 06:23:26 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 49JKyj2pXHz2xJ9 for ; Fri, 8 May 2020 06:23:25 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 49JKyh5k8czRp; Fri, 8 May 2020 06:23:24 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1588919004; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=MKwD4MvZuTkY2mi+52EEjzfGDh0C7POG96lgdmIjk2E=; b=YZd5vw45fhaSBhtAV1Wynbzvwhag+kjLI2olHnBDSGuCVqSdrfGcxkgYFsWi8opkXUDi5F Qkn06XZ7FkrjmGAQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1588919004; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=MKwD4MvZuTkY2mi+52EEjzfGDh0C7POG96lgdmIjk2E=; b=afOcWmVs6dck/lSoy9m8lI0oi0fh4GnLcdqhiunbTgV7QaCFXLY15+YnpAasFYI7RcHQkW iv5pQSEoMDG0axMSR6puU5xbgJcT7zBAnqC7JpqDrgUSb6kOB3TldKXx2/drozJZZOQLiS nMKInJZjT3X1N6Lr+CZ87IJ8qRii3+Avq1SR2AmLFSdNui755JXOYQqFsIY6tV9L0PJOyh sBtwcSGQ/7f54pvoI7vWbgg4ZaNO3ZcgYf+K4qLmH+P5UsrMFQOei6GkPXQov9RzUPyGML c37XZyh9IGeoDxjg05cyPh4t9WnsFOO6NrQo4ZmHABE9acy82GDTYd++dvZM8Q== From: Erik Kapfer To: development@lists.ipfire.org Subject: [PATCH] libseccomp: Update to version 2.4.3 Date: Fri, 8 May 2020 06:23:19 +0000 Message-Id: <20200508062319.12826-1-ummeegge@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - 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 Reviewed-by: Michael Tremer --- 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 @@ include Config -VER = 2.4.2 +VER = 2.4.3 THISAPP = libseccomp-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = libseccomp -PAK_VER = 2 +PAK_VER = 3 DEPS = @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = ee87fb68ae293883bde9e042c6bc324f +$(DL_FILE)_MD5 = 3a2c3b7539c1b6a933c20cd1fdcb2252 install : $(TARGET) @@ -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=/usr \ --disable-static