From patchwork Sat Aug 4 16:35:05 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 1870 Return-Path: X-Original-To: michael.tremer@ipfire.org Delivered-To: ms@mail01.ipfire.org Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id D0A93108E7DB; Sat, 4 Aug 2018 07:35:13 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1533364514; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references:list-id: list-unsubscribe:list-subscribe:list-post; bh=gnNVDO8BI6boHYxQ0Uomsc0LsbMrHjAn0Xf6d+0ecuA=; b=l/if7/Jex8403WiCASwhNa5fFRDxzGNewTC+XA/MOdqkqnXn8JePXupasJ0CpLFN1pD2TY TswOocOWzOIjxzHkpS9//irLcDWdfFV56NzxZ5vrROTYdL+5kTmwwyIz0b3O5ZvjTAy6zp Cj7P9NGSjQURtg8rClfP73qIT8ccOeViZycdHC4w0M48hylAjqwisBi+8yjhW/8CO7PuSB iVvKTSZCmnd8Ykmkoc6CdT0uVVnSuFJacWAQbYKSdrKV/LKWRFlkustRtzZwHrHZ2jAyOK OzMAepvoC0ISwxw0e/0TaCLUfmhG2qSapkOyyqjpl8VEMGuhqP0eiw/CZsjRiQ== Received: from Devel.localdomain (p5B0A2AAB.dip0.t-ipconnect.de [91.10.42.171]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 8320F108E7CF for ; Sat, 4 Aug 2018 07:35:10 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1533364510; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=gnNVDO8BI6boHYxQ0Uomsc0LsbMrHjAn0Xf6d+0ecuA=; b=ofqyzwOuMXaLN7QoBqRkU0ZDqaz1dGDs3Z3FxL4t/9qnBR8gvi8xYZff5QQy+AWvdq9L5d hf1TneZ0UNZDzi4JCwgP7wMEjL9rtbyEZlTw8ilDVL8GNPr2mai3xb7XOqCqWnpcqXgazQ O+VXXASRBObfbM2ZmRx3oFcpVdZE8U9ar9ZP74yzLYqDCyEZPBCEDun+torJX4M95Ru8BK BObgcvBMWqtOFyjfD3N2JdlPHaHU76y62sFKgUWaJcywUsrQo3UP7qoOSBtrx8POQ93aBn kigSGWA9aKKF0VcxvheWmtOeugeCik1ZqrK5Xa8xK3CmGzYS0lHLutib9mRWCA== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] rng-tools: Update to 6.3.1 Date: Sat, 4 Aug 2018 08:35:05 +0200 Message-Id: <20180804063505.1902-1-matthias.fischer@ipfire.org> X-Mailer: git-send-email 2.18.0 Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=mfischer smtp.mailfrom=matthias.fischer@ipfire.org X-Spamd-Result: default: False [-4.81 / 11.00]; TO_DN_NONE(0.00)[]; RCVD_COUNT_ZERO(0.00)[0]; FROM_HAS_DN(0.00)[]; MIME_GOOD(-0.10)[text/plain]; MID_CONTAINS_FROM(1.00)[]; RCVD_TLS_ALL(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; BAYES_HAM(-3.00)[100.00%]; ASN(0.00)[asn:3320, ipnet:91.0.0.0/10, country:DE]; DKIM_SIGNED(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM(-2.71)[-0.902,0]; ARC_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[] X-Spam-Status: No, score=-4.81 X-Rspamd-Server: mail01.i.ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.15 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" X-Evolution-Source: 1355867052.2751.5@hughes.tremer.info Mime-Version: 1.0 Bugfix release, for details see: https://github.com/nhorman/rng-tools/releases Best, Matthias Signed-off-by: Matthias Fischer --- lfs/rng-tools | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/rng-tools b/lfs/rng-tools index f9b79d108..c7a358e56 100644 --- a/lfs/rng-tools +++ b/lfs/rng-tools @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2007-2018 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.2 +VER = 6.3.1 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 = a596ecd89afc584afe48758923fe6195 +$(DL_FILE)_MD5 = fe2d38e39ff02d0c7b3585407d51dc64 install : $(TARGET)