Sat, 08 Jun 2024 12:21:12 UTC | login

Information for build perl-Crypt-CBC-3.04-10.fc38

ID224951
Package Nameperl-Crypt-CBC
Version3.04
Release10.fc38
Epoch
SummaryEncrypt Data with Cipher Block Chaining Mode
DescriptionThis 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.
Built bydavidlt
State complete
Volume DEFAULT
StartedTue, 21 Feb 2023 13:43:59 UTC
CompletedTue, 21 Feb 2023 13:43:59 UTC
Tags
f38
f39
f40
RPMs
src
perl-Crypt-CBC-3.04-10.fc38.src.rpm (info) (download)
noarch
perl-Crypt-CBC-3.04-10.fc38.noarch.rpm (info) (download)
Changelog * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.04-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.04-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Fri Jun 03 2022 Jitka Plesnikova <jplesnik@redhat.com> - 3.04-8 - Perl 5.36 re-rebuild of bootstrapped packages * Wed Jun 01 2022 Jitka Plesnikova <jplesnik@redhat.com> - 3.04-7 - Perl 5.36 rebuild * Wed Mar 02 2022 Paul Howarth <paul@city-fan.org> - 3.04-6 - Fix an issue around the -literal_key option (GH#4) * Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.04-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.04-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Mon May 24 2021 Jitka Plesnikova <jplesnik@redhat.com> - 3.04-3 - Perl 5.34 re-rebuild of bootstrapped packages * Sat May 22 2021 Jitka Plesnikova <jplesnik@redhat.com> - 3.04-2 - Perl 5.34 rebuild * Tue May 18 2021 Paul Howarth <paul@city-fan.org> - 3.04-1 - Update to 3.04 - Fixed bug involving manually-specified IV not being used in some circumstances * Mon May 03 2021 Paul Howarth <paul@city-fan.org> - 3.03-2 - Crypt::Cipher::AES is used in the absence of any explicitly-specified cipher, so make it a hard dependency (#1956206) * Mon Apr 19 2021 Paul Howarth <paul@city-fan.org> - 3.03-1 - Update to 3.03 - Fixed bug that caused an extraneous block of garbage data to be appended to encrypted string when "nopadding" specified and plaintext is even multiple of blocksize * Thu Apr 15 2021 Paul Howarth <paul@city-fan.org> - 3.02-2 - Soften dependency on perl(Math::Int128) (needed for CTR mode) as it's not available on 32-bit platforms (#1948957) * Mon Apr 12 2021 Paul Howarth <paul@city-fan.org> - 3.02-1 - Update to 3.02 - CTR mode now requires the Math::Int128 module, which gives a ~5x performance boost over Math::BigInt * Fri Feb 12 2021 Paul Howarth <paul@city-fan.org> - 3.01-1 - Update to 3.01 - Support for openssl SHA-256 key derivation algorithm - Add support for PBKDF2 key derivation algorithm - New dependencies: Digest::SHA, Crypt::PBKDF2, Crypt::Cipher::AES - Add support for OFB, CFB and CTR chain modes - New dependency: Math::BigInt - Added better argument checking - Fixed long-standing standard padding bug: plaintext ending with bytes between 0x00 and 0x0A would be truncated in some conditions - Fixed Rijndael_compat padding - Warn when the deprecated opensslv1 PBKDF (key derivation function) is used for encryption; turn off with -nodeprecate=>1 or by choosing a different PBKDF, such as -pbkdf=>'pbkdf2' - Fix a regression when passing the legacy -salt=>1 argument - Released version 3.01 in recognition of multiple new features and clean-ups * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.33-30 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild