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: wiz
Date: Sun May 24 17:46:30 UTC 2026
Modified Files:
pkgsrc/security/p5-CryptX: Makefile distinfo
Log Message:
p5-CryptX: update to 0.089.
0.089 2026-05-10
- new: Crypt::ASN1
- new: Crypt::AuthEnc::SIV
- new: Crypt::AuthEnc::XChaCha20Poly1305
- new: Crypt::Cipher::SM4
- new: Crypt::Digest::TurboSHAKE
- new: Crypt::Digest::KangarooTwelve
- new: Crypt::PK::Ed448
- new: Crypt::PK::X448
- new: Crypt::Stream::XChaCha
- new: Crypt::Stream::XSalsa20
- Crypt::PK::Ed25519 - new functions: sign_message_ctx, verify_message_ctx, sign_message_ph, verify_message_ph
- Crypt::Digest: object digest accessors now finalize the object; use reset() before reuse
- Crypt::Mac + Crypt::AuthEnc: finalized-object lifecycle is now enforced consistently
- security/hardening fixes across Digest/Mac/AuthEnc/Mode/Stream/PK/PRNG
- fixes related to wycheproof test suite
- documentation cleanup & improvements
- support for RFC 8702 RSA-PSS-SHAKE128/256 and ECDSA-SHAKE128/256
- support for FRP256v1 elliptic-curve
- bundled libtomcrypt update branch:develop (commit: 8b5af49b 2026-05-06)
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/security/p5-CryptX/Makefile
cvs rdiff -u -r1.29 -r1.30 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.39 pkgsrc/security/p5-CryptX/Makefile:1.40
--- pkgsrc/security/p5-CryptX/Makefile:1.39 Thu Apr 23 07:54:07 2026
+++ pkgsrc/security/p5-CryptX/Makefile Sun May 24 17:46:30 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.39 2026/04/23 07:54:07 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2026/05/24 17:46:30 wiz Exp $
-DISTNAME= CryptX-0.088
+DISTNAME= CryptX-0.089
PKGNAME= p5-${DISTNAME}
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MI/MIK/}
Index: pkgsrc/security/p5-CryptX/distinfo
diff -u pkgsrc/security/p5-CryptX/distinfo:1.29 pkgsrc/security/p5-CryptX/distinfo:1.30
--- pkgsrc/security/p5-CryptX/distinfo:1.29 Thu Apr 23 07:54:07 2026
+++ pkgsrc/security/p5-CryptX/distinfo Sun May 24 17:46:30 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.29 2026/04/23 07:54:07 wiz Exp $
+$NetBSD: distinfo,v 1.30 2026/05/24 17:46:30 wiz Exp $
-BLAKE2s (CryptX-0.088.tar.gz) = 51fd8fe33a2020ce2433b9792469bbef759b175fba21613991e33333bc1ee95d
-SHA512 (CryptX-0.088.tar.gz) = 7a1e26ee662e98f35af0eb96da413b615a35e83d0f2f33a2bde85ea46a601e8128ca2f6be3394691a09b5d707bf4aacbfd7c1e57b59d760065a4ddca054220e5
-Size (CryptX-0.088.tar.gz) = 1908128 bytes
+BLAKE2s (CryptX-0.089.tar.gz) = a51e1143e77d866d02b6bd82e1cad4713f0270bc174807ebbe120813c58255a1
+SHA512 (CryptX-0.089.tar.gz) = 315d32b29d7f98906f394c09255db588d6bb0c91dcffc35a7e416b7cf4ce7b2bd93d19a9ee875f2d486a2dcaddaf3009580d1b7bda6aea665f046920acb8b394
+Size (CryptX-0.089.tar.gz) = 2030707 bytes
Home |
Main Index |
Thread Index |
Old Index