Skip to content

Commit

Permalink
p5-CryptX: update to 0.081.
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
0-wiz-0 committed Sep 15, 2024
1 parent 4cf8376 commit 4f5c995
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions security/p5-CryptX/Makefile
Original file line number Diff line number Diff line change
@@ -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/}
Expand Down
8 changes: 4 additions & 4 deletions security/p5-CryptX/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4f5c995

Please sign in to comment.