From 4f5c995eaa2a450fa74671695d57873306699ef0 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 15 Sep 2024 06:14:50 +0000 Subject: [PATCH] p5-CryptX: update to 0.081. 0.081 2024-09-08 - fix #107 Drop -msse4.1 -maes for libtomcrypt - fix #105 Several functions in CryptX::AuthEnc deal weirdly with non-simple-string plaintext - fix #104 Add ethereum format signature - fix #103 Use standard __asm__ blocks instead of asm - fix #99 ltc: fix aesni flag handling - fix #87 Add possibility to use different hash algorithms in RSAES-OAEP - BIG CHANGE switch to PEM/SSH key loading via libtomcrypt - bundled libtomcrypt update branch:develop (commit:ce904c86 2024-09-02) --- security/p5-CryptX/Makefile | 4 ++-- security/p5-CryptX/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/security/p5-CryptX/Makefile b/security/p5-CryptX/Makefile index 238755860bb8..295af33dee3f 100644 --- a/security/p5-CryptX/Makefile +++ b/security/p5-CryptX/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.30 2023/12/03 02:19:27 wen Exp $ +# $NetBSD: Makefile,v 1.31 2024/09/15 06:14:50 wiz Exp $ -DISTNAME= CryptX-0.080 +DISTNAME= CryptX-0.081 PKGNAME= p5-${DISTNAME} CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MI/MIK/} diff --git a/security/p5-CryptX/distinfo b/security/p5-CryptX/distinfo index 4aae3b8e76e1..1b174a566012 100644 --- a/security/p5-CryptX/distinfo +++ b/security/p5-CryptX/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.22 2023/12/03 02:19:27 wen Exp $ +$NetBSD: distinfo,v 1.23 2024/09/15 06:14:50 wiz Exp $ -BLAKE2s (CryptX-0.080.tar.gz) = b5a45bde74668fd61f6eacdcddf37b842a367158da1f57ba2bed3a67d31fe2be -SHA512 (CryptX-0.080.tar.gz) = 5702f59f28c70858eb2e78046c6415a816d94f45214092d4e2e938c0655a37e58e5295b2a7f753ee42e0fe4c2ce5632c068d80c7b3055cce1ecb0e5784fca475 -Size (CryptX-0.080.tar.gz) = 1651772 bytes +BLAKE2s (CryptX-0.081.tar.gz) = 31b999c61346589ddef897a576f1741bfc55ea606f31242db3e877c8d925a1d9 +SHA512 (CryptX-0.081.tar.gz) = 7d527bb664e853051cab4d6e0a77a26af8ab705f9d88ecce79352920b497c0c7ff62df371522276a1ad97e8d8f9a7405e2bc77d71df6f5629aab389f67a348fe +Size (CryptX-0.081.tar.gz) = 1718932 bytes