Skip to content

Commit

Permalink
Digest: Update to 1.19
Browse files Browse the repository at this point in the history
- 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 <[email protected]>.
   1.11 Sun 2005-09-11
     - Make Digest->new("SHA-224") work.  Patch by Mark Shelor <[email protected]>.
   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 <[email protected]>
Signed-off-by: Michael Tremer <[email protected]>
  • Loading branch information
Adolf Belka authored and mtremer committed Apr 20, 2021
1 parent 0030b84 commit 694e21b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion config/rootfiles/common/Digest
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions lfs/Digest
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

include Config

VER = 1.08
VER = 1.19

THISAPP = Digest-$(VER)
DL_FILE = $(THISAPP).tar.gz
Expand All @@ -40,7 +40,7 @@ objects = $(DL_FILE)

$(DL_FILE) = $(DL_FROM)/$(DL_FILE)

$(DL_FILE)_MD5 = ff67433be423c036b71e60dfddb5cdd5
$(DL_FILE)_MD5 = 477a3755e660df3d673e54472575c6af

install : $(TARGET)

Expand Down

0 comments on commit 694e21b

Please sign in to comment.