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 Sep 15 06:14:50 UTC 2024
Modified Files:
pkgsrc/security/p5-CryptX: Makefile distinfo
Log Message:
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)
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/security/p5-CryptX/Makefile
cvs rdiff -u -r1.22 -r1.23 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.30 pkgsrc/security/p5-CryptX/Makefile:1.31
--- pkgsrc/security/p5-CryptX/Makefile:1.30 Sun Dec 3 02:19:27 2023
+++ pkgsrc/security/p5-CryptX/Makefile Sun Sep 15 06:14:50 2024
@@ -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/}
Index: pkgsrc/security/p5-CryptX/distinfo
diff -u pkgsrc/security/p5-CryptX/distinfo:1.22 pkgsrc/security/p5-CryptX/distinfo:1.23
--- pkgsrc/security/p5-CryptX/distinfo:1.22 Sun Dec 3 02:19:27 2023
+++ pkgsrc/security/p5-CryptX/distinfo Sun Sep 15 06:14:50 2024
@@ -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
Home |
Main Index |
Thread Index |
Old Index