11Summary: Database servers made by the original developers of MySQL.
22Name: mariadb
3- Version: 10.11.6
4- Release: 3 %{?dist }
3+ Version: 10.11.10
4+ Release: 1 %{?dist }
55License: GPLv2 WITH exceptions AND LGPLv2 AND BSD
66Vendor: Microsoft Corporation
77Distribution: Azure Linux
@@ -11,7 +11,6 @@ Group: Applications/Databases
1111# To generate run CBL-Mariner/SPECS/mariadb/generate_source_tarball.sh script
1212URL: https://mariadb.org/
1313Source0: https://github.com/MariaDB/server/archive/mariadb-%{version }.tar.gz
14- Patch0: CVE-2024-0901.patch
1514BuildRequires: cmake
1615BuildRequires: curl-devel
1716BuildRequires: e2fsprogs-devel
@@ -127,7 +126,7 @@ rm %{buildroot}%{_libdir}/mysql/plugin/{auth_gssapi_client.so,caching_sha2_passw
127126rm %{buildroot }%{_libdir }/pkgconfig/libmariadb.pc
128127rm %{buildroot }%{_includedir }/mysql/{errmsg.h,ma_list.h,ma_pvio.h,ma_tls.h,mysql_version.h,mysqld_error.h,mariadb_com.h,mariadb_ctype.h,mariadb_dyncol.h,mariadb_rpl.h,mariadb_stmt.h,mariadb_version.h,mysql.h}
129128rm %{buildroot }%{_includedir }/mysql/mariadb/ma_io.h
130- rm %{buildroot }%{_includedir }/mysql/mysql/{client_plugin.h,plugin_auth.h,plugin_auth_common.h }
129+ rm %{buildroot }%{_includedir }/mysql/mysql/{client_plugin.h,plugin_auth.h}
131130
132131mv %{buildroot }%{_datadir }/systemd/mariadb.service %{buildroot }/%{_libdir }/systemd/system/mariadb.service
133132mv %{buildroot }%{_datadir }/systemd/mariadb@.service %{buildroot }/%{_libdir }/systemd/system/mariadb@.service
363362%{_mandir }/man1/wsrep_sst_common.1.gz
364363%{_mandir }/man1/wsrep_sst_mysqldump.1.gz
365364%{_mandir }/man1/wsrep_sst_rsync.1.gz
365+ %{_mandir }/man1/wsrep_sst_backup.1.gz
366366%{_mandir }/man1/mariabackup.1.gz
367367%{_mandir }/man1/mbstream.1.gz
368368%{_mandir }/man1/mysql_embedded.1.gz
469469%{_datadir }/mysql/hindi/errmsg.sys
470470
471471%changelog
472+ * Tue Nov 05 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 10.11.10-1
473+ - Auto-upgrade to 10.11.10 - to address CVE-2024-21096
474+
472475* Fri Jun 21 2024 Neha Agarwal <nehaagarwal@microsoft.com> - 10.11.6-3
473476- Patch CVE-2024-0901
474477
0 commit comments