From patchwork Thu Jan 28 17:02:03 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: 3827 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 RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4DRRbQ6407z3wxm for ; Thu, 28 Jan 2021 17:02:10 +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 4DRRbN65fDz5Fx; Thu, 28 Jan 2021 17:02:08 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4DRRbN15m8z2xlM; Thu, 28 Jan 2021 17:02:08 +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) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4DRRbM4w67z2xlL for ; Thu, 28 Jan 2021 17:02:07 +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 4DRRbL1RFJz2jZ for ; Thu, 28 Jan 2021 17:02:06 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1611853326; 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=/unlnmgHk+MeY7RYQNyRk1KdVfjQxRDon0PFEiaP3tU=; b=cVn965E9HN7bUhKvLhq88D2DF+/myVwe/WJ0zlU6TtZxZmLUb1q7081D5uwUqMBqFj8dxX Nc701UAN2ILj4eDA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1611853326; 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=/unlnmgHk+MeY7RYQNyRk1KdVfjQxRDon0PFEiaP3tU=; b=V57fnt3UCRCCjmMOZWBWxTZt67zhpaVcNzH/e93MGCGC90GgvJ0mL7Gi5CwqSmxJh2QXSZ SvrZWMjwr6flDfZtfU5PM1evsur7bE722dpB4kvoCapem1sQPAvOEm5G5/M6vAWu2jrIc/ ZlABf87plbpT6/OGj43ijNyjav77m2o7N2ofrOu3K32yIjdGcLRYHA22+DB7jljZgzHQEw rwTxGrF86N+Qg9iL7iCiSu6OZbWF/JiJjF1NKiP7A8BusPOfju5JpfclwnVMKjtlq23Ivj /O9HJzPOwoDHTyD2dee3AB+0gw954GzxYSuehXss92/zMT7tXaJ9SAW3LhF05w== To: "IPFire: Development" From: =?utf-8?q?Peter_M=C3=BCller?= Subject: [PATCH] dejagnu: update to 1.6.2 Message-ID: Date: Thu, 28 Jan 2021 18:02:03 +0100 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" The full list of changes can be found in the source codes' ChangeLog file and is unfortunately too long to include it here. Nevertheless, dejagnu 1.6.2 has been released 2018-11-28, and does neither change any (root)files nor is it breaking anything. Signed-off-by: Peter Müller --- lfs/dejagnu | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/dejagnu b/lfs/dejagnu index a54cd28b8..316c017b4 100644 --- a/lfs/dejagnu +++ b/lfs/dejagnu @@ -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 = 1.6 +VER = 1.6.2 THISAPP = dejagnu-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 1fdc2eb0d592c4f89d82d24dfdf02f0b +$(DL_FILE)_MD5 = e1b07516533f351b3aba3423fafeffd6 install : $(TARGET)