pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/p5-Crypt-CBC
Module Name: pkgsrc
Committed By: wiz
Date: Sun Aug 3 07:32:38 UTC 2025
Modified Files:
pkgsrc/security/p5-Crypt-CBC: Makefile distinfo
Log Message:
p5-Crypt-CBC: update to 3.07.
3.07 -- Sun Jul 27 11:49:54 ADT 2025
[Changes Since 3.04]
- New maintainer
- Fix CVE-2025-2814 by using Crypt::URandom
- 3.05 Fixed bug involving manually-specified key not being used in some circumstances
- Fix decryption of ciphertext created with 'header' => 'randomiv'
- Fixed bug in which manually-specified key and -pkdf=>"none" was not having effect
- Converted build process to Dist::Zilla
- Miscellaneous minor Dist::Zilla relates changes
[Detailed Change Log]
- 74e3a10 Increment repo version
- feb4b31 Rename vulnerabilities file add CVE-2025-2814
- 236c363 Update .gitignore
- 4a39da8 Fix spelling error
- 99d336a Automate version with Dist::Zilla
- 89ac06d Convert build process to Dist::Zilla
- 784d599 Fix CVE-2025-2814 by using Crypt::URandom to read random bytes
- 81a8f77 Add test for github issue #7
- 40d0e13 Increment version
- 160af60 Fix decryption of ciphertext created with 'header' => 'randomiv'
- 524db90 Fixed bug in which manually-specified key and -pkdf=>"none" was not having effect
3.05 Thu 20 May 2021 12:00:18 PM EDT
- Fixed bug involving manually-specified key not being used in some circumstances.
To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/security/p5-Crypt-CBC/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/security/p5-Crypt-CBC/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-CBC/Makefile
diff -u pkgsrc/security/p5-Crypt-CBC/Makefile:1.53 pkgsrc/security/p5-Crypt-CBC/Makefile:1.54
--- pkgsrc/security/p5-Crypt-CBC/Makefile:1.53 Fri Jul 4 08:47:57 2025
+++ pkgsrc/security/p5-Crypt-CBC/Makefile Sun Aug 3 07:32:38 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.53 2025/07/04 08:47:57 wiz Exp $
+# $NetBSD: Makefile,v 1.54 2025/08/03 07:32:38 wiz Exp $
-DISTNAME= Crypt-CBC-3.04
+DISTNAME= Crypt-CBC-3.07
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 4
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
@@ -18,6 +17,7 @@ DEPENDS+= p5-Math-Int128-[0-9]*:../../m
.endif
DEPENDS+= p5-Crypt-PBKDF2-[0-9]*:../../security/p5-Crypt-PBKDF2
DEPENDS+= p5-CryptX-[0-9]*:../../security/p5-CryptX
+DEPENDS+= p5-Crypt-URandom-[0-9]*:../../security/p5-Crypt-URandom
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Crypt/CBC/.packlist
Index: pkgsrc/security/p5-Crypt-CBC/distinfo
diff -u pkgsrc/security/p5-Crypt-CBC/distinfo:1.21 pkgsrc/security/p5-Crypt-CBC/distinfo:1.22
--- pkgsrc/security/p5-Crypt-CBC/distinfo:1.21 Tue Oct 26 11:17:25 2021
+++ pkgsrc/security/p5-Crypt-CBC/distinfo Sun Aug 3 07:32:38 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2021/10/26 11:17:25 nia Exp $
+$NetBSD: distinfo,v 1.22 2025/08/03 07:32:38 wiz Exp $
-BLAKE2s (Crypt-CBC-3.04.tar.gz) = 6151cf3c410cd3c7bbd3ba1f8a4b5705e02bfb856e2e1234f99296fa6af96511
-SHA512 (Crypt-CBC-3.04.tar.gz) = e1d972d2e7865b9799b289d3633342dae6b942295e3a63ad9edaf6c25c30d6691366a6a27896b39a1ef1a25ad83ebb25545c71e31b04a978377da4db5edf2f25
-Size (Crypt-CBC-3.04.tar.gz) = 40237 bytes
+BLAKE2s (Crypt-CBC-3.07.tar.gz) = f5a52d202dfa0ce608b027f4ac7f2b4927a9429b1deda2055d7c818c753ec6cf
+SHA512 (Crypt-CBC-3.07.tar.gz) = 5eb9c5360c026260618549522d6c60939a62e9227fc5c0536db331f213b4f2540be01f32728039f4f3e46b6f7437d8468376273a48dbe469a181b10acc8c7918
+Size (Crypt-CBC-3.07.tar.gz) = 52298 bytes
Home |
Main Index |
Thread Index |
Old Index