From patchwork Fri Jun 4 21:29:42 2021 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: 4400 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 "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4FxbWf0b3hz3wc6 for ; Fri, 4 Jun 2021 21:29:50 +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 "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4FxbWd0FVvz159; Fri, 4 Jun 2021 21:29:49 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4FxbWc5ghKz2yCW; Fri, 4 Jun 2021 21:29:48 +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 4FxbWb6Nh8z2xSG for ; Fri, 4 Jun 2021 21:29:47 +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) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4FxbWZ4Bjnzqx for ; Fri, 4 Jun 2021 21:29:46 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1622842187; 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=Bc0RsdFeLWLdxrmtwrSnRryU0cQX7yBjCJbelY9RL+I=; b=UtExEmZrfo2qxliMqWb74VE2gqOtt8F/w0mOuH+GO3y3Ry1nBV52OvUlfp2NwO5EiexapL Vb9RQRf0LAmE9eDw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1622842187; 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=Bc0RsdFeLWLdxrmtwrSnRryU0cQX7yBjCJbelY9RL+I=; b=G6K2IM5K79WbB5o/JbvRmA6QCe1ALBtrXrhwnpGYgpg2MjHcl0JzWnVD88Lr39pMkCVyZx 3IPO53yQFMoywrPQv91ss59yBJIdLg+TSGUJsW0qi501QsofpSx6AIctAK+8jEWWQZo3FM iIN3U011EPfBv8jRzt2wcGmuvfuHPjRloCckuAkNb8rI1oshfKJKzZewosM/BM1dznmRkQ lqi0kblnFEcSUCSMrXGvCEtyJwOYzUd4qI8b0tScJKodnziF+PrNpvO2sw0Oj+Ht77p4fE 2okOYqz8rEwkoHQDFdrW4Mr/jtzkn+dgc2lFrdAswHspk7lAO3NKBBLP5EtjAg== To: "IPFire: Development" From: =?utf-8?q?Peter_M=C3=BCller?= Subject: [PATCH] rng-tools: update to 6.12 Message-ID: <8ca95679-4d37-a88a-e06b-b0f265a9fce0@ipfire.org> Date: Fri, 4 Jun 2021 23:29:42 +0200 MIME-Version: 1.0 Content-Language: en-US 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" Please refer to https://github.com/nhorman/rng-tools/releases for a full list of meaningful changes between 6.4 and 6.12. "--without-pkcs11" is necessary to avoid additional dependencies, which do not make sense on IPFire since there are no use-cases for it. Rootfiles did not change, our patch to use RDRDAND on i586 as well is still valid. Signed-off-by: Peter Müller --- lfs/rng-tools | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lfs/rng-tools b/lfs/rng-tools index dc87a3406..4b9915f40 100644 --- a/lfs/rng-tools +++ b/lfs/rng-tools @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # +# Copyright (C) 2007-2021 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 # @@ -24,7 +24,7 @@ include Config -VER = 6.4 +VER = 6.12 THISAPP = rng-tools-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 52a8243858503f94eecd4ae0983a9818 +$(DL_FILE)_MD5 = 17f2815263b6ce6a353625b1fe615346 install : $(TARGET) @@ -72,7 +72,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/rng-tools-6-Enable-RDRAND-for-i586-too.patch cd $(DIR_APP) && ./autogen.sh - cd $(DIR_APP) && ./configure --prefix=/usr + cd $(DIR_APP) && ./configure --prefix=/usr --without-pkcs11 cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE) cd $(DIR_APP) && make $(EXTRA_INSTALL) install @rm -rf $(DIR_APP)