From patchwork Fri Aug 9 11:23:21 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7960 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 RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4WgM436GrSz3xGD for ; Fri, 9 Aug 2024 11:23:47 +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 RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4WgM424dx9z3rY; Fri, 9 Aug 2024 11:23:46 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4WgM42471Tz33wg; Fri, 9 Aug 2024 11:23:46 +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 RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4WgM3r12crz345f for ; Fri, 9 Aug 2024 11:23:36 +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 RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4WgM3q6jt8z2VB; Fri, 9 Aug 2024 11:23:35 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1723202616; 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=mB4aJ5SAcHhurRUIxs6cn/tYG7oN3KIKVlsJiV03WUc=; b=jItlhPzOJBgdGfGAy/fRhHDV1YiyEneqbwsYWET03EUj+kWidQkyTreQaTqUvOoH0UOGJu XucOMLR3l7k0blAQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1723202616; 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=mB4aJ5SAcHhurRUIxs6cn/tYG7oN3KIKVlsJiV03WUc=; b=fGYl6rU5OffWuYQMw9LyHU+ghAiiLZW+Fxr2v4FpOJkdkN3hfXLQjdZ+w7RO+L9+2JRYGc XNGRtJv9kI/z90Tnfi91nSs5CmysASdd+3WXVKxShuVoyeyURkkAxxzCwBB9wXXiLPJ7jY xVsYP5Y1vy4vNZVmr5+PtT7QgO8HQnNpWuL9MUxTcxeqU5ctuD/iVKMa+gCqwcvImHvWip VzL5mWJTe/pdprLazXPceVwJc5EOvwLh1/NcDvHDud+ofQOFNap67fiGcgZuPSopDPay96 tVF98CNODU3ExOuelvPcDhSQ7cclh45+emhnYAgjA7KioQeeVEWPyESVK6XBxg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 10/15] rng-tools: ship due to libcap sobump Date: Fri, 9 Aug 2024 13:23:21 +0200 Message-ID: <20240809112326.8475-10-adolf.belka@ipfire.org> In-Reply-To: <20240809112326.8475-1-adolf.belka@ipfire.org> References: <20240809112326.8475-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: GS2SR5KDIWTMV2MB4O6O44JG4TEQI7VG X-Message-ID-Hash: GS2SR5KDIWTMV2MB4O6O44JG4TEQI7VG 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: Signed-off-by: Adolf Belka --- lfs/rng-tools | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/rng-tools b/lfs/rng-tools index fb0d729e3..07b658d05 100644 --- a/lfs/rng-tools +++ b/lfs/rng-tools @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2023 IPFire Team # +# Copyright (C) 2007-2024 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 # @@ -33,7 +33,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = rng-tools -PAK_VER = 4 +PAK_VER = 5 DEPS =