pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/p5-CryptX
Module Name: pkgsrc
Committed By: wen
Date: Sat Nov 10 08:40:57 UTC 2018
Modified Files:
pkgsrc/security/p5-CryptX: Makefile distinfo
Log Message:
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)
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/security/p5-CryptX/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/security/p5-CryptX/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/p5-CryptX/Makefile
diff -u pkgsrc/security/p5-CryptX/Makefile:1.12 pkgsrc/security/p5-CryptX/Makefile:1.13
--- pkgsrc/security/p5-CryptX/Makefile:1.12 Wed Aug 22 09:46:25 2018
+++ pkgsrc/security/p5-CryptX/Makefile Sat Nov 10 08:40:57 2018
@@ -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/
Index: pkgsrc/security/p5-CryptX/distinfo
diff -u pkgsrc/security/p5-CryptX/distinfo:1.10 pkgsrc/security/p5-CryptX/distinfo:1.11
--- pkgsrc/security/p5-CryptX/distinfo:1.10 Fri Jun 22 10:06:30 2018
+++ pkgsrc/security/p5-CryptX/distinfo Sat Nov 10 08:40:57 2018
@@ -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
Home |
Main Index |
Thread Index |
Old Index