pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/p5-Crypt-SMIME
Module Name: pkgsrc
Committed By: wen
Date: Thu Jul 30 22:11:20 UTC 2026
Modified Files:
pkgsrc/security/p5-Crypt-SMIME: Makefile distinfo
Log Message:
Update to 0.33
Upstream changes:
0.33 Thu Apr 16 13:59:10 JST 2026
- Fixed a build issue on Windows, reported by
Thomas.Eckardt [...] thockar.com
0.32 Wed Apr 15 14:52:28 JST 2026
Applied a series of patches from cpan [...] schmirler.de
(https://rt.cpan.org/Public/Bug/Display.html?id=175921):
- Crypt::SMIME now requires OpenSSL 3.0 or newer.
- Decryption: Handle the new smime-type value "authEnveloped-data"
in isEncrypted().
- Encryption: Add an optional "cipher" argument to encrypt(...),
defaulting to "AES-128-CBC" as before. Pass e.g. "AES-128-GCM" to
encrypt with a modern AEAD cipher.
- Signing: To tell a peer that we support AEAD ciphers we should
advertise them in the SMIMECapabilities signed attribute. As of
OpenSSL 3.5 AES-GCM is not part of the default list. Now we
advertise AES-256-GCM, AES-128-GCM, AES-256-CBC, and AES-128-CBC.
- Checking: Added the new function "getCapabilities(...)" to get
the SMIMECapabilities a peer sent us. Note that SMIMECapabilities
may not only contain ciphers but also hash algorithms.
Applied a patch from cpan [...] schmirler.de
(https://rt.cpan.org/Public/Bug/Display.html?id=175923):
- Added a new method setVerifyFlags($flags) with the flags
Crypt::SMIME::CRL_CHECK and Crypt::SMIME::CRL_CHECK_ALL to enable
checking CRLs.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/security/p5-Crypt-SMIME/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/security/p5-Crypt-SMIME/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-SMIME/Makefile
diff -u pkgsrc/security/p5-Crypt-SMIME/Makefile:1.23 pkgsrc/security/p5-Crypt-SMIME/Makefile:1.24
--- pkgsrc/security/p5-Crypt-SMIME/Makefile:1.23 Thu Jul 16 19:04:46 2026
+++ pkgsrc/security/p5-Crypt-SMIME/Makefile Thu Jul 30 22:11:19 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2026/07/16 19:04:46 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2026/07/30 22:11:19 wen Exp $
-DISTNAME= Crypt-SMIME-0.31
+DISTNAME= Crypt-SMIME-0.33
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MI/MIKAGE/}
Index: pkgsrc/security/p5-Crypt-SMIME/distinfo
diff -u pkgsrc/security/p5-Crypt-SMIME/distinfo:1.8 pkgsrc/security/p5-Crypt-SMIME/distinfo:1.9
--- pkgsrc/security/p5-Crypt-SMIME/distinfo:1.8 Sat May 10 12:27:54 2025
+++ pkgsrc/security/p5-Crypt-SMIME/distinfo Thu Jul 30 22:11:19 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2025/05/10 12:27:54 wen Exp $
+$NetBSD: distinfo,v 1.9 2026/07/30 22:11:19 wen Exp $
-BLAKE2s (Crypt-SMIME-0.31.tar.gz) = dd4b858553a8f98a580d480e52d68ae24c15d0acef00146a329c0b777d964d2e
-SHA512 (Crypt-SMIME-0.31.tar.gz) = 27b4d6c6b957aca50d72078532851b8ad98f59e223b503132462c53e67dae7fb8d7b416b649bc09ab0f3d4be0a96340eb43f153f0f670f436b0b4414ec25eccc
-Size (Crypt-SMIME-0.31.tar.gz) = 27085 bytes
+BLAKE2s (Crypt-SMIME-0.33.tar.gz) = 3b73d3f24db0418689ef53c1f1c8f00202dcc538d21c4908d2d2b280fe93fc83
+SHA512 (Crypt-SMIME-0.33.tar.gz) = 66995e4e729e809146e7ff36e969be4591786779b980af6f591dc53c6b250abd9c63c7b99d3fb3fc7cc2f1e4254fa1ad39f66f090d21f41419ddd971da7b1608
+Size (Crypt-SMIME-0.33.tar.gz) = 29766 bytes
Home |
Main Index |
Thread Index |
Old Index