From patchwork Mon Apr 19 20:57:45 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4187 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 "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4FPJzy69Bqz44Qc for ; Mon, 19 Apr 2021 20:57: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) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4FPJzy3lrBz1ZT; Mon, 19 Apr 2021 20:57:50 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4FPJzy3Hg7z2y4C; Mon, 19 Apr 2021 20:57:50 +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 4FPJzw6WFxz2xZ8 for ; Mon, 19 Apr 2021 20:57:48 +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 4FPJzw0myTz1XG; Mon, 19 Apr 2021 20:57:48 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1618865868; 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; bh=W01aaMt7AiNwLiCnknZp4HP8w+mymRBaHvl3VegRs5A=; b=b+RiPF/3tGRy3CoVmbpeZsVMoyQGdnzV++nVkrm6YiXmbhR22GXA1l4uC/9CCIaWAHI9Wu SkMhmX2D/spdpGCQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1618865868; 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; bh=W01aaMt7AiNwLiCnknZp4HP8w+mymRBaHvl3VegRs5A=; b=A6FA/l/o7IpFbWHFKaam7I7o+52BkE2zMMmxrOQ5P+X5Lmn60gZQR2h11C8pWsBh9ijsMe JQ5Lhzb1/lGnwYcL2e2Ox997c6xIdARvXxSx9g+sMTBNEsnkO1F5pzvypWSh2ME9sUHa/4 vNsdQSU84m4VtvMLu6pj0ftbSFdRtG2SLITpm3jGjKQMe51NsJFnaGZVwCQNhvA/DAv0/F Orxbz5jOZWiBGTOGVK9uxBRmJQBBwLWGpP4D1KeoNGptiPni6SdAsPN2pCWtMOIwFNHfkQ 0gFujwEIoWHBapgaAUeXyyDmPW2LwJav1pQ6eorKCMXpzc/WR+O5ZRT9i/VCLg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] Digest: Update to 1.19 Date: Mon, 19 Apr 2021 22:57:45 +0200 Message-Id: <20210419205745.2101299-1-adolf.belka@ipfire.org> MIME-Version: 1.0 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" - Update from 1.08 to 1.19 - Update of rootfile - Changelog 1.19 Tue 2020-10-13 - Merge blead change: Remove . from @INC when loading optional modules. 1.18 Tue 2020-10-13 - Correct documentation for add_bits - Explain $args,... in constructor prototypes - Add base64_padded_digest method - Add support for the SHA3 digests - Update .gitignore and get make manifest working - Github CI - Move Digest to a more modern directory tree layout - Enable strict/warnings for code and tests - Drop use vars - Provide a consistent tidy to the code base - Get rid of the use of bareword file handles - Modernize the changelog - Use File::Temp for temporary test files 1.17 Sun 2011-10-02 - Less noisy 'git status' output - Gisle Aas - Merge pull request #1 from schwern/bug/require_eval - Gisle Aas - Don't clobber $@ in Digest->new [RT#50663] - Gisle Aas - More meta info added to Makefile.PL - Gisle Aas - Fix typo in RIPEMD160 [RT#50629] - Gisle Aas - Add schwern's test files - Gisle Aas - Turn on strict. - Michael G. Schwern - Convert tests to use Test::More - Michael G. Schwern - Untabify - Michael G. Schwern - Turn Digest::Dummy into a real file which exercises the Digest->new() require logic. - Michael G. Schwern - Close the eval "require $module" security hole in Digest->new($algorithm) - Michael G. Schwern 1.16 Tue 2009-06-09 - For SHA-1 try Digest::SHA before tryign Digest::SHA1 as suggested by Adam Trickett - Gisle Aas - Support Digest->new("RIPEMD-160") as suggested by Zefram - Gisle Aas - Use 3-arg open for fewer surprises - Gisle Aas - Sync up with EBCDIC changes from core perl - Jarkko Hietaniemi 1.15 Mon 2006-03-20 - Improved documentation. 1.14 Sat 2005-11-26 - Documentation tweaks. 1.13 Tue 2005-10-18 - Fixed documentation typo. 1.12 Thu 2005-09-29 - Fix documentation typo. Patch by . 1.11 Sun 2005-09-11 - Make Digest->new("SHA-224") work. Patch by Mark Shelor . 1.10 Mon 2004-11-08 - Added Digest::file module which provide convenience functions that calculate digests of files. 1.09 Fri 2004-11-05 - Fix trivial documentation typo. Signed-off-by: Adolf Belka --- config/rootfiles/common/Digest | 7 ++++++- lfs/Digest | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/config/rootfiles/common/Digest b/config/rootfiles/common/Digest index 5a883f604..d03e493a7 100644 --- a/config/rootfiles/common/Digest +++ b/config/rootfiles/common/Digest @@ -1 +1,6 @@ -#usr/lib/perl5/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/Digest/.packlist +#usr/lib/perl5/site_perl/5.32.1/Digest +usr/lib/perl5/site_perl/5.32.1/Digest.pm +usr/lib/perl5/site_perl/5.32.1/Digest/base.pm +usr/lib/perl5/site_perl/5.32.1/Digest/file.pm +#usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/Digest +#usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/Digest/.packlist diff --git a/lfs/Digest b/lfs/Digest index 3c66fc1cf..e36ce4f50 100644 --- a/lfs/Digest +++ b/lfs/Digest @@ -24,7 +24,7 @@ include Config -VER = 1.08 +VER = 1.19 THISAPP = Digest-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = ff67433be423c036b71e60dfddb5cdd5 +$(DL_FILE)_MD5 = 477a3755e660df3d673e54472575c6af install : $(TARGET)