[libcrypt-ecb-perl] branch master updated (953a4e9 -> 634b54b)

gregor herrmann gregoa at debian.org
Sun Sep 11 16:04:17 UTC 2016


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

gregoa pushed a change to branch master
in repository libcrypt-ecb-perl.

      from  953a4e9   update changelog
      adds  102302b   New upstream version 2.20
       new  deb4e8c   Merge tag 'upstream/2.20'
       new  d3fc480   New upstream release.
       new  1af6a45   Update upstream license.
       new  634b54b   releasing package libcrypt-ecb-perl version 2.20-1

The 4 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:
 ARTISTIC                                           | 127 ++++++++++++++
 CHANGES                                            |  11 ++
 ECB.pm                                             | 127 ++++++++------
 GPL1                                               | 190 +++++++++++++++++++++
 MANIFEST                                           |  25 +--
 META.json                                          |   2 +-
 META.yml                                           |   2 +-
 Makefile.PL                                        |   2 +-
 README                                             |  12 +-
 debian/changelog                                   |   7 +-
 debian/copyright                                   |  11 +-
 eg/ecb.pl                                          |  27 +--
 t/15-sanity.t                                      |  22 ++-
 t/25-decryption.t                                  |   4 +-
 t/30-start-crypt-finish.t                          |  34 ++++
 t/35-keychange.t                                   |  27 +++
 t/40-padding-substr.t                              |  33 ----
 t/{30-padding.t => 40-padding.t}                   |   0
 t/{35-padding-custom.t => 45-padding-custom.t}     |   2 +-
 ...-padding-blocksize.t => 50-padding-fullblock.t} |   0
 t/60-null.t                                        |  30 ----
 t/60-substrings+nulls.t                            |  46 +++++
 t/65-nullblock.t                                   |  31 ----
 t/70-funcstyle.t                                   |  35 ----
 t/75-funcstyle-null.t                              |  37 ----
 t/80-preexisting.t                                 |  35 ++++
 t/{80-xtea.t => 85-preexisting-xtea.t}             |   0
 t/90-funcstyle.t                                   |  74 ++++++++
 t/90-keychange.t                                   |  27 ---
 t/Testdata.pm                                      |  54 +++---
 30 files changed, 724 insertions(+), 310 deletions(-)
 create mode 100755 ARTISTIC
 create mode 100755 GPL1
 mode change 100644 => 100755 Makefile.PL
 create mode 100755 t/30-start-crypt-finish.t
 create mode 100755 t/35-keychange.t
 delete mode 100755 t/40-padding-substr.t
 rename t/{30-padding.t => 40-padding.t} (100%)
 rename t/{35-padding-custom.t => 45-padding-custom.t} (97%)
 rename t/{50-padding-blocksize.t => 50-padding-fullblock.t} (100%)
 delete mode 100755 t/60-null.t
 create mode 100755 t/60-substrings+nulls.t
 delete mode 100755 t/65-nullblock.t
 delete mode 100755 t/70-funcstyle.t
 delete mode 100755 t/75-funcstyle-null.t
 create mode 100755 t/80-preexisting.t
 rename t/{80-xtea.t => 85-preexisting-xtea.t} (100%)
 create mode 100755 t/90-funcstyle.t
 delete mode 100755 t/90-keychange.t

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



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