Name: | perl-Crypt-CBC |
---|---|
Version: | 3.07 |
Release: | 1.el9 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 133751 |
License: | GPL-1.0-or-later OR Artistic-1.0-Perl |
RPM: | perl-Crypt-CBC-3.07-1.el9.noarch.rpm |
Source RPM: | perl-Crypt-CBC-3.07-1.el9.src.rpm |
Build Date: | Wed Aug 06 2025 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://metacpan.org/release/Crypt-CBC |
Summary: | Encrypt Data with Cipher Block Chaining Mode |
Description: | This is Crypt::CBC, a Perl-only implementation of the cryptographic cipher block chaining mode (CBC). In combination with a block cipher such as Crypt::DES or Crypt::IDEA, you can encrypt and decrypt messages of arbitrarily long length. The encrypted messages are compatible with the encryption format used by SSLeay. |
- Update to 3.07 (rhbz#2383870) - New upstream maintainer - Fix CVE-2025-2814 by using Crypt::URandom - Fix decryption of ciphertext created with 'header' => 'randomiv' - Fixed bug in which manually-specified key and -pkdf=>"none" was not having any effect - Converted build process to Dist::Zilla - Miscellaneous minor Dist::Zilla related changes - Switch upstream source URL from cpan.metacpan.org to www.cpan.org to skip a redirect - Package new LICENSE, SECURITY.md and vulnerabilities.txt files
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
- Fix decryption of ciphertext created with 'header' => 'randomiv' https://bugzilla.redhat.com/show_bug.cgi?id=2235322 https://github.com/lstein/Lib-Crypt-CBC/issues/6 https://github.com/lstein/Lib-Crypt-CBC/pull/7