Skip to content

Commit 4f5c995

Browse files
committed
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)
1 parent 4cf8376 commit 4f5c995

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

security/p5-CryptX/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.30 2023/12/03 02:19:27 wen Exp $
1+
# $NetBSD: Makefile,v 1.31 2024/09/15 06:14:50 wiz Exp $
22

3-
DISTNAME= CryptX-0.080
3+
DISTNAME= CryptX-0.081
44
PKGNAME= p5-${DISTNAME}
55
CATEGORIES= security perl5
66
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MI/MIK/}

security/p5-CryptX/distinfo

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.22 2023/12/03 02:19:27 wen Exp $
1+
$NetBSD: distinfo,v 1.23 2024/09/15 06:14:50 wiz Exp $
22

3-
BLAKE2s (CryptX-0.080.tar.gz) = b5a45bde74668fd61f6eacdcddf37b842a367158da1f57ba2bed3a67d31fe2be
4-
SHA512 (CryptX-0.080.tar.gz) = 5702f59f28c70858eb2e78046c6415a816d94f45214092d4e2e938c0655a37e58e5295b2a7f753ee42e0fe4c2ce5632c068d80c7b3055cce1ecb0e5784fca475
5-
Size (CryptX-0.080.tar.gz) = 1651772 bytes
3+
BLAKE2s (CryptX-0.081.tar.gz) = 31b999c61346589ddef897a576f1741bfc55ea606f31242db3e877c8d925a1d9
4+
SHA512 (CryptX-0.081.tar.gz) = 7d527bb664e853051cab4d6e0a77a26af8ab705f9d88ecce79352920b497c0c7ff62df371522276a1ad97e8d8f9a7405e2bc77d71df6f5629aab389f67a348fe
5+
Size (CryptX-0.081.tar.gz) = 1718932 bytes

0 commit comments

Comments
 (0)