./security/p5-Digest, Perl5 base class for Digest:: modules

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2011Q3, Version: 1.17, Package name: p5-Digest-1.17, Maintainer: heinz

A simple frontend module for autoloading of various Digest:: modules.
It also provide documentation of the interface that all Digest:: modules
should provide.


Required to run:
[converters/p5-MIME-Base64] [lang/perl5]

Master sites: (Expand)

SHA1: 7f06ec78496a8a865313be75d1905d73ced602e9
RMD160: 1cd735f7abca83bf23a7c0771a95948ea32f1293
Filesize: 8.822 KB

Version history: (Expand)


CVS history: (Expand)


   2011-12-04 02:52:58 by Steven Drake | Files touched by this commit (2) | Package updated
Log message:
Pullup ticket #3619 - requested by spz
security/p5-Digest security update

Revisions pulled up:
- security/p5-Digest/Makefile                                   1.23
- security/p5-Digest/distinfo                                   1.10

---
   Module Name:	pkgsrc
   Committed By:	he
   Date:		Thu Dec  1 22:35:14 UTC 2011

   Modified Files:
   	pkgsrc/security/p5-Digest: Makefile distinfo

   Log message:
   Update to version 1.17.

   Upstream changes:
      Gisle Aas (6):
         Less noisy 'git status' output
         Merge pull request #1 from schwern/bug/require_eval
         Don't clobber $@ in Digest->new [RT#50663]
         More meta info added to Makefile.PL
         Fix typo in RIPEMD160 [RT#50629]
         Add schwern's test files

      Michael G. Schwern (5):
         Turn on strict.
         Convert tests to use Test::More
         Untabify
         Turn Digest::Dummy into a real file which exercises the
         Digest->new() require logic.
         Close the eval "require $module" security hole in \ 
Digest->new($algorithm)