diff --git a/Crypt-CBC-2.33.tar.gz b/Crypt-CBC-2.33.tar.gz deleted file mode 100644 index 1707b6450e2d9af06e52d14521fb2bc3b47f25bc..0000000000000000000000000000000000000000 Binary files a/Crypt-CBC-2.33.tar.gz and /dev/null differ diff --git a/Crypt-CBC-3.00.tar.gz b/Crypt-CBC-3.00.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..d23a065970a94e2a75380c0f836a866c1a40ef25 Binary files /dev/null and b/Crypt-CBC-3.00.tar.gz differ diff --git a/perl-Crypt-CBC.spec b/perl-Crypt-CBC.spec index d60408f35172b1ab358b0803b08e2680521383df..255ca5af4e8c240d5225d72c4a52312c53ca6d1d 100644 --- a/perl-Crypt-CBC.spec +++ b/perl-Crypt-CBC.spec @@ -1,6 +1,6 @@ Name: perl-Crypt-CBC -Version: 2.33 -Release: 23 +Version: 3.00 +Release: 1 Summary: Encrypt Data with Cipher Block Chaining Mode License: GPL-1.0-or-later OR Artistic-1.0-Perl URL: https://metacpan.org/release/Crypt-CBC @@ -8,6 +8,8 @@ Source0: https://cpan.metacpan.org/authors/id/L/LD/LDS/Crypt-CBC-%{version BuildArch: noarch BuildRequires: perl-generators perl(bytes) perl(constant) perl(Digest::MD5) >= 2.00 BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(Crypt::Cipher::AES) +BuildRequires: perl(Crypt::PBKDF2) %description This is Crypt::CBC, a Perl-only implementation of the cryptographic @@ -45,6 +47,11 @@ make test %{_mandir}/man3/* %changelog +* Mon May 12 2025 openeuler_bot - 3.00-1 +- Fix "Taint checks are turned on and your key is tainted" error when autogenerating salt and IV. (version:2.32) +- Add support for PBKDF2 key derivation algorithm (version:2.35) +- Released version 3.00 in recognition of multiple new features and cleanups. (version:3.00) + * Tue Jan 14 2025 Funda Wang - 2.33-23 - cleanup spec @@ -52,4 +59,4 @@ make test - Delete useless buildrequire. * Thu Mar 12 2020 daiqianwen - 2.33-21 -- Package init +- Package init \ No newline at end of file