[libcrypt-pbkdf2-perl] branch master updated (e0c7619 -> c7ddcf8)

Salvatore Bonaccorso carnil at debian.org
Fri Aug 29 18:45:26 UTC 2014


This is an automated email from the git hooks/post-receive script.

carnil pushed a change to branch master
in repository libcrypt-pbkdf2-perl.

      from  e0c7619   update changelog
       new  c3c62c8   Add debian/upstream/metadata
       new  a89f100   Add myself to Uploaders
      adds  eb72a6a   Working code
      adds  d9a0e22   Credit raeburn tests and add one more
      adds  2f94d7f   dist.ini
      adds  2d0b48e   Refactor a lot.
      adds  e051d7a   Update dist.ini to use AutoVersion and AutoPrereq
      adds  0e87097   Document, document, document! Also, update dist.ini and underscore some internal methods.
      adds  1b8b6eb   Add Repository, and the SEE ALSO section
      adds  378b804   Add Changes file.
      adds  70bd85e   More better docs.
      adds  019640e   Update dist.ini for newer dzil
      adds  c71efab   Get rid of all of those optional hash args, and add cloning support to make up for it.
      adds  b5fd158   Change to Method::Signatures::Simple for great justice^Wspeedup
      adds  182d3a2   Use our own clone method instead of MooseX::Clone
      adds  deffd3a   Let dzil manage the ChangeLog for me
      adds  e6603e8   Tag version 0.110460
      adds  bf57291   Fix 'hasher' instantiation depending on attribute init order
      adds  a65bbbf   Tag v0.110461
      adds  f3a158d   Add the new RFC2307 (LDAP) like output format and make it the default.
      adds  5c4c369   Make the validate test exercise both encodings
      adds  670edc1   Update Changes
      adds  19929e8   v0.112020
      adds  b7420e8   Add .gitignore
      adds  18c548b   Update dist.ini to use PluginBundle::ARODLAND
      adds  7553f4b   Update SYNOPSIS, missing comma
      adds  97d5318   Merge pull request #1 from melo/patch-1
      adds  e23f177   Typo in hash key
      adds  0bc8697   Merge pull request #2 from compeak/master
      adds  3d52bf0   Changes
      adds  861f104   Add VERSION and AUTHORITY comments
      adds  2af6c45   Release v0.121930
      adds  8dada7c   Add failing test for CPAN RT#84130
      adds  41d9a85   Fix decoding crypt-style hashes with options
      adds  12dac1e   Test decoding crypt-style hashes with a vanilla PBKDF2 object
      adds  75c7809   Merge branch 'crypt-params'
      adds  a2be701   Update Changes
      adds  b415568   add rock magic for me
      adds  55cf3d1   Add local to .gitignore
      adds  c07b1b1   Release v0.131750
      adds  6d46821   Replace Class::MOP::load_class with Module::Runtime
      adds  6d0cd0d   Release v0.133330
      adds  741d827   Remove Method::Signatures::Simple entirely
      adds  693deb4   Merge branch 'no-devel-declare'
      adds  b14f1ac   Update Changes
      adds  37c6c2d   Release v0.140890
      adds  21f4ed4   Add HMACSHA3 hash, supporting SHA3-224 through 512.
      adds  4c6f3a5   Merge branch 'hmacsha3'
      adds  46e79a8   Add a new option to limit password length
      adds  6cd45e9   Merge branch 'pwlen'
      adds  82f22d3   Release v0.142390
      adds  1ee67f8   Imported Upstream version 0.142390
       new  624a374   Merge tag 'upstream/0.142390'
       new  ad2c3e9   Add Build-Depends-Indep on libtest-fatal-perl
       new  b4ba891   Mention module name in long description
       new  dd9d1bf   Add (Build-)Depends(-Indep) on libdigest-sha3-perl (>= 0.22)
       new  bdf79ad   Mention SHA-3 in long description
       new  31ffd2e   Add myself to copyright holders for debian/* packaging
       new  c7ddcf8   Update debian/changelog file

The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes                                            |  5 ++++
 MANIFEST                                           |  4 ++-
 META.yml                                           |  8 ++++--
 Makefile.PL                                        | 13 +++++----
 README                                             |  4 +--
 debian/changelog                                   | 10 ++++++-
 debian/control                                     | 20 +++++++------
 debian/copyright                                   |  1 +
 debian/upstream/metadata                           |  7 +++++
 lib/Crypt/PBKDF2.pm                                | 33 ++++++++++++++++++++--
 lib/Crypt/PBKDF2/Hash.pm                           |  4 +--
 lib/Crypt/PBKDF2/Hash/DigestHMAC.pm                |  4 +--
 lib/Crypt/PBKDF2/Hash/HMACSHA1.pm                  |  4 +--
 lib/Crypt/PBKDF2/Hash/HMACSHA2.pm                  |  4 +--
 lib/Crypt/PBKDF2/Hash/{HMACSHA2.pm => HMACSHA3.pm} | 28 ++++++++++--------
 t/06-length-limit.t                                | 25 ++++++++++++++++
 16 files changed, 132 insertions(+), 42 deletions(-)
 create mode 100644 debian/upstream/metadata
 copy lib/Crypt/PBKDF2/Hash/{HMACSHA2.pm => HMACSHA3.pm} (61%)
 create mode 100644 t/06-length-limit.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcrypt-pbkdf2-perl.git



More information about the Pkg-perl-cvs-commits mailing list