pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/p5-Crypt-OpenSSL-AES



Module Name:    pkgsrc
Committed By:   wen
Date:           Thu Jul 30 10:55:47 UTC 2026

Modified Files:
        pkgsrc/security/p5-Crypt-OpenSSL-AES: Makefile distinfo

Log Message:
Update to 0.23

Upstream changes:
0.23 -- Fri Apr 03 11:37:17 ADT 2026
    [Deprecation Notice]
    - OpenSSL versions below 0.9.8 will not be supported in an upcoming release.
    - It will likely be removed in the next production release.
    [Updates since 0.21]
    - Release 0.22 as a production release
    - A fairly large list of commits.
    - Thanks to Joe Schaefer (@joesuf4) for prompting the release.
    - Fix type casting for plaintext in AES decryption (@joesuf4)
    - Allow encryption and decryption of zero length data
    - tests: add additional tests and enable strict and warnings
    - tests: Modernize the module new syntax
    - Properly free memory in the event of an error
    - Add checks to ensure the module is not cloned across threads
    - A fair number of miscelaneous cleanups
    - Verify that the IV is the correct length
    - Add a check for fips mode and method to enable
    - Replace static cipher getters with EVP_CIPHER_fetch()
    - Re-initialize EVP Context Between Calls to encrypt or decrypt


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/security/p5-Crypt-OpenSSL-AES/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/p5-Crypt-OpenSSL-AES/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-Crypt-OpenSSL-AES/Makefile
diff -u pkgsrc/security/p5-Crypt-OpenSSL-AES/Makefile:1.33 pkgsrc/security/p5-Crypt-OpenSSL-AES/Makefile:1.34
--- pkgsrc/security/p5-Crypt-OpenSSL-AES/Makefile:1.33  Thu Jul 16 19:04:44 2026
+++ pkgsrc/security/p5-Crypt-OpenSSL-AES/Makefile       Thu Jul 30 10:55:47 2026
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.33 2026/07/16 19:04:44 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2026/07/30 10:55:47 wen Exp $
 
-DISTNAME=              Crypt-OpenSSL-AES-0.21
+DISTNAME=              Crypt-OpenSSL-AES-0.23
 PKGNAME=               p5-${DISTNAME}
-PKGREVISION=           3
 CATEGORIES=            security perl5
-MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Crypt/}
+MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=../../authors/id/T/TI/TIMLEGGE/}
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              https://metacpan.org/release/Crypt-OpenSSL-AES

Index: pkgsrc/security/p5-Crypt-OpenSSL-AES/distinfo
diff -u pkgsrc/security/p5-Crypt-OpenSSL-AES/distinfo:1.7 pkgsrc/security/p5-Crypt-OpenSSL-AES/distinfo:1.8
--- pkgsrc/security/p5-Crypt-OpenSSL-AES/distinfo:1.7   Mon Jul  8 14:27:22 2024
+++ pkgsrc/security/p5-Crypt-OpenSSL-AES/distinfo       Thu Jul 30 10:55:47 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2024/07/08 14:27:22 wen Exp $
+$NetBSD: distinfo,v 1.8 2026/07/30 10:55:47 wen Exp $
 
-BLAKE2s (Crypt-OpenSSL-AES-0.21.tar.gz) = 5f8003682e90a0be51f5c31b3c8f2adb897a69785cf708ad06153c88b3f9d368
-SHA512 (Crypt-OpenSSL-AES-0.21.tar.gz) = c8f705b6448f1425a5818156131afacf074b24e781f595909de188387a1d75ae849e9cc966cc3189143f00a3a4f298af1674e1e44e8a4d409aef189c0b1ae592
-Size (Crypt-OpenSSL-AES-0.21.tar.gz) = 157184 bytes
+BLAKE2s (Crypt-OpenSSL-AES-0.23.tar.gz) = 1cd4f7df95c71898d3d50cd9130821f99b1fb43b6e92117cb457662f8645c304
+SHA512 (Crypt-OpenSSL-AES-0.23.tar.gz) = 592a3a72aa26e942bd292fb0ef9928633502b5368b77525fa329c9f6ba2863514d94f9ac94c1350afe32de359d4d9446ae04f932e1f6a766858a3ad95fd88a25
+Size (Crypt-OpenSSL-AES-0.23.tar.gz) = 162810 bytes



Home | Main Index | Thread Index | Old Index