diff --git a/unixODBC-2.3.11.tar.gz b/unixODBC-2.3.11.tar.gz deleted file mode 100644 index 94e5632e41f2f2831f9e51c8a983499dd31b45ce..0000000000000000000000000000000000000000 Binary files a/unixODBC-2.3.11.tar.gz and /dev/null differ diff --git a/unixODBC-2.3.12.tar.gz b/unixODBC-2.3.12.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..106b9e50a62bb61f5242fe4156033e6c837687ea Binary files /dev/null and b/unixODBC-2.3.12.tar.gz differ diff --git a/unixODBC.spec b/unixODBC.spec index 9ed52fe5b94eb67b83bb987ec5103e6052adbc48..e328df4b7585e9417b36c6c74b2e100ec11d73ef 100644 --- a/unixODBC.spec +++ b/unixODBC.spec @@ -1,8 +1,8 @@ -%define anolis_release 4 +%define anolis_release 1 Summary: A complete ODBC driver manager for Linux Name: unixODBC -Version: 2.3.11 +Version: 2.3.12 Release: %{anolis_release}%{?dist} URL: http://www.unixODBC.org/ # Programs are GPL, libraries are LGPL, except News Server library is GPL. @@ -136,6 +136,9 @@ find $RPM_BUILD_ROOT%{_libdir} -name "*.so" | sed "s|^$RPM_BUILD_ROOT||" > dev %_libdir/pkgconfig/*.pc %changelog +* Thu Mar 20 2025 mgb01105731 - 2.3.12-1 +- Update to 2.3.12 from 2.3.11 + * Fri Aug 09 2024 Kaiqiang Wang - 2.3.11-4 - fix CVE-2024-1013