From patchwork Mon Jun 29 15:39:03 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 3235 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 "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 49wWr04f0dz3x15 for ; Mon, 29 Jun 2020 15:39:12 +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 "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 49wWqx4cKhz1gS; Mon, 29 Jun 2020 15:39:09 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 49wWqx2L4Sz2ylM; Mon, 29 Jun 2020 15:39:09 +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 "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 49wWqw44dkz2xs2 for ; Mon, 29 Jun 2020 15:39:08 +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) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 49wWqv6Jbwz1Ss for ; Mon, 29 Jun 2020 15:39:07 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1593445147; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=S6S9DleQ4//GdRCRvJtxDgx8pBg1CUeHxqsYSc3u6Bo=; b=+GCknK7I5MWqDa3r8JtbTiJmhHD2DH2C8vurcsLSPegdxaUXr7kUvhz/zfDKCbKJYjn2XK X3/yysB/qX56YkAA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1593445147; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=S6S9DleQ4//GdRCRvJtxDgx8pBg1CUeHxqsYSc3u6Bo=; b=tLQPRvjI91hTIVGLLkWi0lVL/E/yu9DWvWt5rYiPrbVEbt1XGjsuzAD6cnHxGrWF+YxIVP qZlKt+jQgK9NFV3Uwerg6Qc3XigF2iAu8tdlgGvZPttVWwdxTMYAPj5FYWCgvZWlXDNv/w ZPfuvkiaRhSacNffqxB7TiU7ybj1t2shDwqkMIxea5Tz8vinb0Gx3aoH1X0s+JC5+GrpUc K1a/1p5y39KqpXlD71ibzKWLQfORRugcQW1mssBXHsHeNQ3ENCrOtgjLbUnny1RYaHGRFW X4tPfAZdykq0kRjSHWgVY4Fm+8PF+p+lJW2/r5tz8NeNXBk/5UjReGxGDmduIQ== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] Digest-HMAC: Update to 1.03 Date: Mon, 29 Jun 2020 17:39:03 +0200 Message-Id: <20200629153903.2430-1-matthias.fischer@ipfire.org> Authentication-Results: mail01.ipfire.org; auth=pass smtp.mailfrom=matthias.fischer@ipfire.org 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" For details see: https://metacpan.org/source/GAAS/Digest-HMAC-1.03/Changes Signed-off-by: Matthias Fischer Reviewed-by: Michael Tremer --- lfs/Digest-HMAC | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/Digest-HMAC b/lfs/Digest-HMAC index 3c11f438e..89893a390 100644 --- a/lfs/Digest-HMAC +++ b/lfs/Digest-HMAC @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # +# Copyright (C) 2007-2020 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.01 +VER = 1.03 THISAPP = Digest-HMAC-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 32dc54c765100c638b5d7f7ff4c5c626 +$(DL_FILE)_MD5 = e6a5d6f552da16eacb5157ea4369ff9d install : $(TARGET)