diff options
author | wen <wen@pkgsrc.org> | 2018-11-10 08:40:57 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2018-11-10 08:40:57 +0000 |
commit | 032c4aaa74ccc87f98d4c6ac2158597be5f90473 (patch) | |
tree | 316679f1c553ee17e42406f4e95eeba5d19bc5ce /security/p5-CryptX | |
parent | 3a0263bc115997bf33eafed46542401c0640372b (diff) | |
download | pkgsrc-032c4aaa74ccc87f98d4c6ac2158597be5f90473.tar.gz |
Update to 0.062
Upstream changes:
0.062 2018-10-30
- bundled libtommath update branch:develop (commit:8b9f98ba 2018-09-23) + stdint.h workaround
- bundled libtomcrypt update branch:develop (commit:f413335b 2018-10-29)
- fix #45 doc only - sign_message_rfc7518 / sign_message_rfc7518
- fix $46 tests only - t/mbi_ltm_bigintpm.t etc. started to fail with latest Math::BigInt
- fix #47 gcm_decrypt_verify + chacha20poly1305_decrypt_verify don't verify the tag - SERIOUS SECURITY BUG!
- improved CBC/ECB padding (using libtomcrypt's functions: padding_depad + padding_pad)
- enable pkcs#8 encrypted RSA keys (supported by the latest libtomcrypt)
- exclude wycheproof tests (too big) from dist tarball (via MANIFEST.SKIP)
Diffstat (limited to 'security/p5-CryptX')
-rw-r--r-- | security/p5-CryptX/Makefile | 5 | ||||
-rw-r--r-- | security/p5-CryptX/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/security/p5-CryptX/Makefile b/security/p5-CryptX/Makefile index 7789ceb4494..27860a65bcd 100644 --- a/security/p5-CryptX/Makefile +++ b/security/p5-CryptX/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2018/08/22 09:46:25 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2018/11/10 08:40:57 wen Exp $ -DISTNAME= CryptX-0.061 +DISTNAME= CryptX-0.062 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= http://search.cpan.org/CPAN/authors/id/M/MI/MIK/ diff --git a/security/p5-CryptX/distinfo b/security/p5-CryptX/distinfo index 77cc2ecbac2..23e47f68431 100644 --- a/security/p5-CryptX/distinfo +++ b/security/p5-CryptX/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2018/06/22 10:06:30 wen Exp $ +$NetBSD: distinfo,v 1.11 2018/11/10 08:40:57 wen Exp $ -SHA1 (CryptX-0.061.tar.gz) = b917f65c95f144b80fc58411d6e10abad77a4f99 -RMD160 (CryptX-0.061.tar.gz) = 2acce1a5a79a1209e799ff536fa6e880b5f24b26 -SHA512 (CryptX-0.061.tar.gz) = 852774393c6301e1b9f24e95ce5a1bab0439ebf727b6f06b2b2f6c52fef8885d5013e700e9c3b96dffc62d0130d13c3dd2f49271a1a438c2a2feec6b7b9b346d -Size (CryptX-0.061.tar.gz) = 1721138 bytes +SHA1 (CryptX-0.062.tar.gz) = ffc8c881282c513e37f977a6d5081e154f99926d +RMD160 (CryptX-0.062.tar.gz) = 47480a88a56bafd04580a04223ef042d34471429 +SHA512 (CryptX-0.062.tar.gz) = 9ee9d9875ebcb97a22a7d4e1c4ac86a91209c74739c5ca64f2611d58ef876b9f61040e3e649c060d1b753bfab8ef250ae88db5927fe1624790b000cebff45170 +Size (CryptX-0.062.tar.gz) = 1600185 bytes |