From patchwork Sun Dec 31 09:27:23 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7424 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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4T2v0m2Fd6z3wtL for ; Sun, 31 Dec 2023 09:27:52 +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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4T2v0j4j97z156; Sun, 31 Dec 2023 09:27:49 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4T2v0j46d7z2yWY; Sun, 31 Dec 2023 09:27:49 +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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4T2v0V6ftBz30Rf for ; Sun, 31 Dec 2023 09:27:38 +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 (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4T2v0V4bq6zLW; Sun, 31 Dec 2023 09:27:38 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1704014858; 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: in-reply-to:in-reply-to:references:references; bh=N6bAhr1hDyl1xcJwzj2RdqNPfhDCSpKn2qEhzBIDJmE=; b=vFhji3L1jr2XZfmcCDkyZ3S5FGNZc2QsI0Lcl0DTB9YaF0QgAzOamUg4wixx3hKiW69f1E Gx6ER3xhqi4XbWAQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1704014858; 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: in-reply-to:in-reply-to:references:references; bh=N6bAhr1hDyl1xcJwzj2RdqNPfhDCSpKn2qEhzBIDJmE=; b=bkY/1t9h97FKd9EGmq+sxSVtBSku9BlHK6MTyMO3Md1ZnY2PmdGJsukRYtMeVHa61/LiWY NIhgwleSwqIN1edqFmU9/6Iuv7XhBw4TR6qqEXfw3P1bh6NGs+T8KWcX9oAKpMfHJV1B4i xfadwyuGzjhAMumdvOPUpUnDj/jCdXwJvN4l6FvxfOerR/ljFxZkvoH7/bFOgg3Yt7rf2F Hhe9DcxSQvC/XB/W+VkSVXZoOnkP6jfiKDhfFX4BWqlWcnR/QvykhaeXx3Q1XX1tSLzAlk dsP6CrhXky9j89Y4ZMGUVkGqe6XmT1SgDApHxwChWxOc/LCRjzzWDrV2BW8R6g== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] libseccomp: Update to version 2.5.5 Date: Sun, 31 Dec 2023 10:27:23 +0100 Message-ID: <20231231092724.2222-5-adolf.belka@ipfire.org> In-Reply-To: <20231231092724.2222-1-adolf.belka@ipfire.org> References: <20231231092724.2222-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: AZ4DRYKEKMUSH5NHNPERC676TCMK4IZP X-Message-ID-Hash: AZ4DRYKEKMUSH5NHNPERC676TCMK4IZP X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: - Update from version 2.5.4 to 2.5.5 - Update of rootfile - Changelog 2.5.5 - December 1, 2023 * Update the syscall table for Linux v6.7-rc3 Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- config/rootfiles/packages/libseccomp | 2 +- lfs/libseccomp | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/rootfiles/packages/libseccomp b/config/rootfiles/packages/libseccomp index ff8d4dcae..f1bc3961f 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.4 +usr/lib/libseccomp.so.2.5.5 #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 c00ca3907..fa65f2259 100644 --- a/lfs/libseccomp +++ b/lfs/libseccomp @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2022 IPFire Team # +# Copyright (C) 2007-2023 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -26,7 +26,7 @@ include Config SUMMARY = A Seccomp (mode 2) helper library -VER = 2.5.4 +VER = 2.5.5 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 = 9 +PAK_VER = 10 DEPS = @@ -48,7 +48,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 38b134cb578f9355667546f92950ebcf8c53ccaf98db568db9aadfa9629c054136849e03d4bf9f09f73998fe66a5e8a9038573d19740b2bddf5518a8a0119229 +$(DL_FILE)_BLAKE2 = d770cee1f3e02fbbcd9f25655b360ab38160ad800e2829a67f2b9da62b095a90be99ac851a67344cf95bd6810a6268da4655dc1d37d996e58239c4999eb41998 install : $(TARGET)