Skip to content

Commit

Permalink
Update to 0.080
Browse files Browse the repository at this point in the history
Upstream changes:
0.080   2023-10-04
        - fix #95 AES-NI troubles on MS Windows (gcc compiler)
        - fix #96 Tests failure with Math::BigInt >= 1.999840
        - Enabled AES-NI for platforms with gcc/clang/llvm

0.079   2023-10-01
         - fix #92 update libtomcrypt
         - bundled libtomcrypt update branch:develop (commit:1e629e6f 2023-06-22)

0.078   2023-04-28
        - fix #89 Crypt::Mac::HMAC b64mac and b64umac object methods do not work
  • Loading branch information
wen committed Dec 3, 2023
1 parent cf749ac commit 27d0291
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions security/p5-CryptX/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.29 2023/07/06 09:41:25 wiz Exp $
# $NetBSD: Makefile,v 1.30 2023/12/03 02:19:27 wen Exp $

DISTNAME= CryptX-0.077
DISTNAME= CryptX-0.080
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
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.21 2022/09/11 14:12:28 wen Exp $
$NetBSD: distinfo,v 1.22 2023/12/03 02:19:27 wen Exp $

BLAKE2s (CryptX-0.077.tar.gz) = a9879296d1caa2baa36e968df99ad94b5127d233d55ab323888f789b8e717af0
SHA512 (CryptX-0.077.tar.gz) = dde98e40fac2e4107e54ea81ddbe2db1e39134802aca3a82cc83fe1d5c7cea9cc6ceedc2a8eb48a08df9e09b7cbe9b82a6d0bdb35b8a94df580982e36f5f2a92
Size (CryptX-0.077.tar.gz) = 1647312 bytes
BLAKE2s (CryptX-0.080.tar.gz) = b5a45bde74668fd61f6eacdcddf37b842a367158da1f57ba2bed3a67d31fe2be
SHA512 (CryptX-0.080.tar.gz) = 5702f59f28c70858eb2e78046c6415a816d94f45214092d4e2e938c0655a37e58e5295b2a7f753ee42e0fe4c2ce5632c068d80c7b3055cce1ecb0e5784fca475
Size (CryptX-0.080.tar.gz) = 1651772 bytes

0 comments on commit 27d0291

Please sign in to comment.