[libdigest-sha3-perl] branch master updated (10fbabe -> 2270462)

Salvatore Bonaccorso carnil at debian.org
Sat Apr 4 14:07:58 UTC 2015


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

carnil pushed a change to branch master
in repository libdigest-sha3-perl.

      from  10fbabe   Prepare changelog for release to unstable
      adds  cb4f101   Imported Upstream version 0.24
       new  897ecb6   Merge tag 'upstream/0.24'
       new  75d5199   Update copyright years for upstream files
       new  581dcb0   Update long description for libdigest-sha3-perl
       new  7cc5890   Wrap and sort fields in debian/control file
       new  daf291f   Update copyright years for debian/* packaging files
       new  fe95755   Declare compliance with Debian policy 3.9.6
       new  7646106   Add lintian overrides for warnings regarding /usr/bin/sha3sum
       new  54c8264   Add Testsuite: autopkgtest-pkg-perl field in debian/control
       new  2270462   Prepare changelog for release to experimental

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                                      |  11 +
 MANIFEST                                     |  15 +-
 META.yml                                     |   4 +-
 Makefile.PL                                  |   4 +-
 README                                       |  21 +-
 SHA3.xs                                      |  74 +++---
 debian/changelog                             |  16 ++
 debian/control                               |  10 +-
 debian/copyright                             |   4 +-
 debian/libdigest-sha3-perl.lintian-overrides |   4 +
 lib/Digest/SHA3.pm                           | 157 ++++++++-----
 sha3sum                                      |  19 +-
 src/sha3.c                                   | 132 +++++------
 src/sha3.h                                   |  20 +-
 t/allfcns.t                                  |   3 +-
 t/bit-order.t                                |  15 ++
 t/bit-sha3-224.t                             |  44 ++++
 t/bit-sha3-256.t                             |  44 ++++
 t/bit-sha3-384.t                             |  44 ++++
 t/bit-sha3-512.t                             |  44 ++++
 t/bit-shake128.t                             |  45 ++++
 t/bit-shake256.t                             |  45 ++++
 t/inheritance.t                              |  17 --
 t/monteKAT-0.t                               | 332 ---------------------------
 t/msgKAT-0.t                                 |  67 ------
 t/msgKAT-224.t                               |  67 ------
 t/msgKAT-256.t                               |  67 ------
 t/msgKAT-384.t                               |  67 ------
 t/msgKAT-512.t                               |  67 ------
 t/sha3-224.t                                 |   6 +-
 t/sha3-256.t                                 |   6 +-
 t/sha3-384.t                                 |   6 +-
 t/sha3-512.t                                 |   6 +-
 t/unicode.t                                  |  29 ---
 typemap                                      |   2 +-
 35 files changed, 577 insertions(+), 937 deletions(-)
 create mode 100644 debian/libdigest-sha3-perl.lintian-overrides
 create mode 100644 t/bit-order.t
 create mode 100644 t/bit-sha3-224.t
 create mode 100644 t/bit-sha3-256.t
 create mode 100644 t/bit-sha3-384.t
 create mode 100644 t/bit-sha3-512.t
 create mode 100644 t/bit-shake128.t
 create mode 100644 t/bit-shake256.t
 delete mode 100644 t/inheritance.t
 delete mode 100644 t/monteKAT-0.t
 delete mode 100644 t/msgKAT-0.t
 delete mode 100644 t/msgKAT-224.t
 delete mode 100644 t/msgKAT-256.t
 delete mode 100644 t/msgKAT-384.t
 delete mode 100644 t/msgKAT-512.t
 delete mode 100644 t/unicode.t

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



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