From patchwork Sat Apr 23 14:49:09 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Peter_M=C3=BCller?= X-Patchwork-Id: 5537 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) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4KlvLK5C49z3xG6 for ; Sat, 23 Apr 2022 14:49:13 +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) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4KlvLK1mpZz3vN; Sat, 23 Apr 2022 14:49:13 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4KlvLK0mRJz2yN4; Sat, 23 Apr 2022 14:49:13 +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) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4KlvLH5GK7z2xMX for ; Sat, 23 Apr 2022 14:49:11 +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)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4KlvLG72Lcz207 for ; Sat, 23 Apr 2022 14:49:10 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1650725351; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=c5vDUml62ohDPJqqLx3Hlg6J5+3a90e/fVE5YkrBDYI=; b=eGH0wPTSykTgtBAk6p7JgRsJEVkOQ566nra8By1b8o2HB8Cw1PckZRpWrG65PDyX2Tehmf 6XmRXH02a+KvSkCw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1650725351; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=c5vDUml62ohDPJqqLx3Hlg6J5+3a90e/fVE5YkrBDYI=; b=wHqSyHFenyeDKzUwMrEdT7m+LDMYcNetLlxvOfkDZycP9MU/RkqHlV2FVeekq8EiiWUIfi E2yy80mzfo4DXmt0VQdEjcHY3X+M0mr9+/DhvLU4C6ZY0v7WhpUffgl4PMh8AZVrZSE+l6 OjLthSmfqwn2kH04dM4RhPA4Br4tUaVS7hXNqw1tgksPtIzwz7EaJe+ERStG2MOTQJ3RW0 aTcEw6SGbpEbNdrMOUAr2MmDMit+gjNgxqvY81Ssms0iTpiV1Mf+snYF1ObdqFJpccOnLa tLpMPmKgu8w4C+AqG3zf2dmRIVHj7ZZ/0UcROZdotggZx2WVZsZBYXuODlE4nQ== Message-ID: <29aee8ce-a6e8-b86d-e4ee-f29379e8f377@ipfire.org> Date: Sat, 23 Apr 2022 14:49:09 +0000 MIME-Version: 1.0 Content-Language: en-US To: "IPFire: Development" From: =?utf-8?q?Peter_M=C3=BCller?= Subject: [PATCH] libseccomp: Update to 2.5.4 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" Full changelog as per https://github.com/seccomp/libseccomp/releases/tag/v2.5.4: 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: Peter Müller --- 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 SUMMARY = A Seccomp (mode 2) helper library -VER = 2.5.3 +VER = 2.5.4 THISAPP = libseccomp-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = libseccomp -PAK_VER = 7 +PAK_VER = 8 DEPS = @@ -48,7 +48,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = cedf04b3a926f9fe5202e6169ddac6b983e755009c14fc1d645157b9c0bcdf65d4085f8ea7abad90f3a0c13ae4d66b5d8306e725168490863aad15976de1eae7 +$(DL_FILE)_BLAKE2 = 38b134cb578f9355667546f92950ebcf8c53ccaf98db568db9aadfa9629c054136849e03d4bf9f09f73998fe66a5e8a9038573d19740b2bddf5518a8a0119229 install : $(TARGET)