From patchwork Sun Mar 20 10:41:28 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: 5367 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 4KLvSF5l2Gz3wt4 for ; Sun, 20 Mar 2022 10:41:33 +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 4KLvSD5fj5z1ly; Sun, 20 Mar 2022 10:41:32 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4KLvSD4Rbqz2yZk; Sun, 20 Mar 2022 10:41:32 +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 4KLvSC1pkTz2xrP for ; Sun, 20 Mar 2022 10:41:31 +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 4KLvSB14fgzQl for ; Sun, 20 Mar 2022 10:41:29 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1647772890; 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=/aX4VPL65VgJn0aYrAjBm07vli9Ssmy6Y5enxkX+AQQ=; b=eRAepF4CKiuLg99Wl7bV09cWOQ9VtjE/KnLd+Z5tgJV+rB1rG0iqH9kqLQlCcG/TABVxgw dcSK9ajf9thF1pDg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1647772890; 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=/aX4VPL65VgJn0aYrAjBm07vli9Ssmy6Y5enxkX+AQQ=; b=qnzaQ1u5rrXGHnWZsqyP35n6IASfTl1D3r/DX53Tw3uLKVV1sFR9NxHV1bYsjnArmP4hT1 z0+4IwJHqrSZzrSD5I+2pndcwcVpQ3TIHpl9DH+ZwiRB/QMPRz97czO+WNdrjhvjQtWFGX AhKe0pp0qKa/0LBrubZo+zA59Rg1chVSatKxwSOMXqbdXU6oN/nDUbgNnpPiE4UwdGaj8P AZTS4cKOqrVI0p4slm4i+KxQM8uY5fuwstSFeYfFhmZa6eOSKSWh8mdJQCXXeJU0eczvzo sOrr90EELUqYUuBDVus3kleM9Ym1XTOVqUuEFdoQUkMQvxpGz1HBMyYhJFmuKw== Message-ID: <3247d627-412e-f7b1-58a4-2cc89c0ecdf0@ipfire.org> Date: Sun, 20 Mar 2022 10:41:28 +0000 MIME-Version: 1.0 Content-Language: en-US To: "IPFire: Development" From: =?utf-8?q?Peter_M=C3=BCller?= Subject: [PATCH] libseccomp: Bump package version 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" Fixes: #12807 Signed-off-by: Peter Müller --- lfs/libseccomp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/libseccomp b/lfs/libseccomp index 17930291d..180f995cb 100644 --- a/lfs/libseccomp +++ b/lfs/libseccomp @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2021 IPFire Team # +# Copyright (C) 2007-2022 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 # @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = libseccomp -PAK_VER = 6 +PAK_VER = 7 DEPS =