[libcryptx-perl] branch master updated (373c41c -> ff6a42d)

Damyan Ivanov dmn at moszumanska.debian.org
Tue Nov 28 14:10:48 UTC 2017


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

dmn pushed a change to branch master
in repository libcryptx-perl.

      from  373c41c   update changelog
      adds  b3d0c9e   New upstream version 0.055
       new  79b3fc9   Update upstream source from tag 'upstream/0.055'
       new  5a4479e   skip t/002_all_pm.t during autokpgtest smoke testing
       new  1da0b9e   drop 001_fix-types.patch, applied upstream
       new  0b60d9b   drop compilation-flags, applied upstream
       new  ff6a42d   releasing package libcryptx-perl version 0.055-1

The 5 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                                |   7 +-
 MANIFEST                               |   3 +
 META.json                              |   4 +-
 META.yml                               |   2 +-
 Makefile.PL                            |  19 +-
 README.md                              |  15 +-
 debian/changelog                       |  15 +-
 debian/patches/001_fix-typos.patch     | 523 ---------------------------------
 debian/patches/compilation-flags.patch |  25 --
 debian/patches/series                  |   2 -
 debian/tests/pkg-perl/smoke-skip       |   1 +
 inc/CryptX_AuthEnc_OCB.xs.inc          |  17 +-
 inc/CryptX_KeyDerivation.xs.inc        |   8 +-
 inc/CryptX_PK_DSA.xs.inc               |   4 +-
 lib/Crypt/AuthEnc.pm                   |   6 +-
 lib/Crypt/AuthEnc/CCM.pm               |   6 +-
 lib/Crypt/AuthEnc/ChaCha20Poly1305.pm  |   4 +-
 lib/Crypt/AuthEnc/EAX.pm               |   4 +-
 lib/Crypt/AuthEnc/GCM.pm               |   4 +-
 lib/Crypt/AuthEnc/OCB.pm               |   9 +-
 lib/Crypt/Checksum.pm                  |  20 +-
 lib/Crypt/Checksum/Adler32.pm          |   4 +-
 lib/Crypt/Checksum/CRC32.pm            |   4 +-
 lib/Crypt/Cipher.pm                    |  10 +-
 lib/Crypt/Cipher/AES.pm                |   6 +-
 lib/Crypt/Cipher/Anubis.pm             |   6 +-
 lib/Crypt/Cipher/Blowfish.pm           |   6 +-
 lib/Crypt/Cipher/CAST5.pm              |   6 +-
 lib/Crypt/Cipher/Camellia.pm           |   6 +-
 lib/Crypt/Cipher/DES.pm                |   6 +-
 lib/Crypt/Cipher/DES_EDE.pm            |   6 +-
 lib/Crypt/Cipher/IDEA.pm               |   6 +-
 lib/Crypt/Cipher/KASUMI.pm             |   6 +-
 lib/Crypt/Cipher/Khazad.pm             |   6 +-
 lib/Crypt/Cipher/MULTI2.pm             |   6 +-
 lib/Crypt/Cipher/Noekeon.pm            |   6 +-
 lib/Crypt/Cipher/RC2.pm                |   6 +-
 lib/Crypt/Cipher/RC5.pm                |   6 +-
 lib/Crypt/Cipher/RC6.pm                |   6 +-
 lib/Crypt/Cipher/SAFERP.pm             |   6 +-
 lib/Crypt/Cipher/SAFER_K128.pm         |   6 +-
 lib/Crypt/Cipher/SAFER_K64.pm          |   6 +-
 lib/Crypt/Cipher/SAFER_SK128.pm        |   6 +-
 lib/Crypt/Cipher/SAFER_SK64.pm         |   6 +-
 lib/Crypt/Cipher/SEED.pm               |   6 +-
 lib/Crypt/Cipher/Serpent.pm            |   6 +-
 lib/Crypt/Cipher/Skipjack.pm           |   6 +-
 lib/Crypt/Cipher/Twofish.pm            |   6 +-
 lib/Crypt/Cipher/XTEA.pm               |   6 +-
 lib/Crypt/Digest.pm                    |   6 +-
 lib/Crypt/Digest/BLAKE2b_160.pm        |   4 +-
 lib/Crypt/Digest/BLAKE2b_256.pm        |   4 +-
 lib/Crypt/Digest/BLAKE2b_384.pm        |   4 +-
 lib/Crypt/Digest/BLAKE2b_512.pm        |   4 +-
 lib/Crypt/Digest/BLAKE2s_128.pm        |   4 +-
 lib/Crypt/Digest/BLAKE2s_160.pm        |   4 +-
 lib/Crypt/Digest/BLAKE2s_224.pm        |   4 +-
 lib/Crypt/Digest/BLAKE2s_256.pm        |   4 +-
 lib/Crypt/Digest/CHAES.pm              |   4 +-
 lib/Crypt/Digest/MD2.pm                |   4 +-
 lib/Crypt/Digest/MD4.pm                |   4 +-
 lib/Crypt/Digest/MD5.pm                |   4 +-
 lib/Crypt/Digest/RIPEMD128.pm          |   4 +-
 lib/Crypt/Digest/RIPEMD160.pm          |   4 +-
 lib/Crypt/Digest/RIPEMD256.pm          |   4 +-
 lib/Crypt/Digest/RIPEMD320.pm          |   4 +-
 lib/Crypt/Digest/SHA1.pm               |   4 +-
 lib/Crypt/Digest/SHA224.pm             |   4 +-
 lib/Crypt/Digest/SHA256.pm             |   4 +-
 lib/Crypt/Digest/SHA384.pm             |   4 +-
 lib/Crypt/Digest/SHA3_224.pm           |   4 +-
 lib/Crypt/Digest/SHA3_256.pm           |   4 +-
 lib/Crypt/Digest/SHA3_384.pm           |   4 +-
 lib/Crypt/Digest/SHA3_512.pm           |   4 +-
 lib/Crypt/Digest/SHA512.pm             |   4 +-
 lib/Crypt/Digest/SHA512_224.pm         |   4 +-
 lib/Crypt/Digest/SHA512_256.pm         |   4 +-
 lib/Crypt/Digest/SHAKE.pm              |   4 +-
 lib/Crypt/Digest/Tiger192.pm           |   4 +-
 lib/Crypt/Digest/Whirlpool.pm          |   4 +-
 lib/Crypt/KeyDerivation.pm             |   8 +-
 lib/Crypt/Mac.pm                       |   6 +-
 lib/Crypt/Mac/BLAKE2b.pm               |   4 +-
 lib/Crypt/Mac/BLAKE2s.pm               |   4 +-
 lib/Crypt/Mac/F9.pm                    |   4 +-
 lib/Crypt/Mac/HMAC.pm                  |   4 +-
 lib/Crypt/Mac/OMAC.pm                  |   4 +-
 lib/Crypt/Mac/PMAC.pm                  |   4 +-
 lib/Crypt/Mac/Pelican.pm               |   4 +-
 lib/Crypt/Mac/Poly1305.pm              |   4 +-
 lib/Crypt/Mac/XCBC.pm                  |   4 +-
 lib/Crypt/Misc.pm                      |   2 +-
 lib/Crypt/Mode.pm                      |   6 +-
 lib/Crypt/Mode/CBC.pm                  |   4 +-
 lib/Crypt/Mode/CFB.pm                  |   4 +-
 lib/Crypt/Mode/CTR.pm                  |   4 +-
 lib/Crypt/Mode/ECB.pm                  |   4 +-
 lib/Crypt/Mode/OFB.pm                  |   4 +-
 lib/Crypt/PK.pm                        |   6 +-
 lib/Crypt/PK/DH.pm                     |  10 +-
 lib/Crypt/PK/DSA.pm                    |  11 +-
 lib/Crypt/PK/ECC.pm                    |  10 +-
 lib/Crypt/PK/RSA.pm                    |   4 +-
 lib/Crypt/PRNG.pm                      |  10 +-
 lib/Crypt/PRNG/ChaCha20.pm             |   4 +-
 lib/Crypt/PRNG/Fortuna.pm              |   4 +-
 lib/Crypt/PRNG/RC4.pm                  |   4 +-
 lib/Crypt/PRNG/Sober128.pm             |   4 +-
 lib/Crypt/PRNG/Yarrow.pm               |   4 +-
 lib/Crypt/Stream/ChaCha.pm             |   2 +-
 lib/Crypt/Stream/RC4.pm                |   2 +-
 lib/Crypt/Stream/Salsa20.pm            |   2 +-
 lib/Crypt/Stream/Sober128.pm           |   2 +-
 lib/Crypt/Stream/Sosemanuk.pm          |   2 +-
 lib/CryptX.pm                          |  24 +-
 lib/Math/BigInt/LTM.pm                 |   4 +-
 src/ltc/hashes/sha3.c                  |   8 +-
 src/ltc/headers/tomcrypt.h             |   2 +-
 t/002_all_pm.t                         |  34 ++-
 t/003_all_pm_pod.t                     |   3 +-
 t/004_all_pm_pod_spelling.t            |  31 ++
 t/005_all_pm_pod_coverage.t            |  47 +++
 t/auth_enc_ccm.t                       |   2 +-
 t/auth_enc_ccm_test_vector_ltc.t       |  14 +-
 t/auth_enc_eax_test_vector_ltc.t       |  16 +-
 t/auth_enc_gcm_test_vector_ltc.t       |  22 +-
 t/auth_enc_ocb_test_vectors_ietf.t     |   8 +-
 t/cipher_aes_test_vectors_bc.t         |   2 +-
 t/cipher_seed_test_vectors_bc.t        |   2 +-
 t/cipher_serpent_compat.t              |   2 +-
 t/cipher_test_vectors_ltc.t            |   4 +-
 t/cipher_test_vectors_openssl.t        |  92 +++---
 t/cipher_twofish_test_vectors_bc.t     |   2 +-
 t/cipher_xtea_test_vectors_bc.t        |   2 +-
 t/crypt-misc.t                         |   2 +-
 t/digest_test_vectors_ltc.t            |   2 +-
 t/key_derivation.t                     |  14 +-
 t/mac_hmac_nist.t                      | 206 +++++++++++++
 t/mac_hmac_test_vectors_ltc.t          |   6 +-
 t/mac_omac_test_vectors_ltc.t          |   6 +-
 t/mac_pmac_test_vectors_ltc.t          |   6 +-
 t/mbi_ltm_01load.t                     |   2 +-
 t/mbi_ltm_bigfltpm.t                   |   2 +-
 t/mbi_ltm_biglog.t                     |  20 +-
 t/mbi_ltm_bigroot.t                    |   3 +-
 t/mode_cbc.t                           |  14 +-
 t/mode_cfb.t                           |  12 +-
 t/mode_ecb.t                           |  14 +-
 t/mode_ofb.t                           |  12 +-
 t/pk_dh.t                              |  18 +-
 t/pk_dsa.t                             |  28 +-
 t/pk_ecc.t                             |  24 +-
 t/pk_ecc_test_vectors_openssl.t        |   2 +-
 t/pk_rsa.t                             |  26 +-
 t/prng.t                               |  14 +-
 t/prng_chacha20.t                      |  14 +-
 t/prng_fortuna.t                       |  14 +-
 t/prng_rc4.t                           |  14 +-
 t/prng_sober128.t                      |  14 +-
 t/prng_yarrow.t                        |  14 +-
 160 files changed, 835 insertions(+), 1140 deletions(-)
 delete mode 100644 debian/patches/001_fix-typos.patch
 delete mode 100644 debian/patches/compilation-flags.patch
 delete mode 100644 debian/patches/series
 create mode 100644 debian/tests/pkg-perl/smoke-skip
 create mode 100644 t/004_all_pm_pod_spelling.t
 create mode 100644 t/005_all_pm_pod_coverage.t
 create mode 100644 t/mac_hmac_nist.t

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



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