diff --git a/iniparser-v4.2.5.tar.bz2 b/iniparser-v4.2.5.tar.bz2 deleted file mode 100644 index 22c86391ad24300cd357665733f980b7cc7e38b6..0000000000000000000000000000000000000000 Binary files a/iniparser-v4.2.5.tar.bz2 and /dev/null differ diff --git a/iniparser-v4.2.6.tar.bz2 b/iniparser-v4.2.6.tar.bz2 new file mode 100644 index 0000000000000000000000000000000000000000..5383f26e7c8b45711855d035c50ade567e1dc703 Binary files /dev/null and b/iniparser-v4.2.6.tar.bz2 differ diff --git a/iniparser.spec b/iniparser.spec index 1c64f8ee654fcc295a3910d29d78ed25109d6f1d..3dcd3242715d2d669a58924ea94d7c5723ffa00d 100644 --- a/iniparser.spec +++ b/iniparser.spec @@ -1,5 +1,5 @@ Name: iniparser -Version: 4.2.5 +Version: 4.2.6 Release: 1 Summary: ini file parser License: MIT and Zlib @@ -32,6 +32,14 @@ rm -rf %{buildroot}%{_docdir}/%{name}/examples %{_docdir}/* %changelog +* Fri Feb 21 2025 Ge Wang - 4.2.6-1 +- Update to 4.2.6: + * Fix heap overflow in iniparser_dumpsection_ini()(CVE-2025-0633) + * Add test to reproduce heap overflow in iniparser_dumpsection_ini() + * Fix links to FAQ sites in doxygen generated documentation + * Add packaging status badge to give users and me an overview + * Enable command line arguments for tests + * Tue Jan 07 2025 Funda Wang - 4.2.5-1 - update to 4.2.5