Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion SPECS/mariadb/mariadb.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"mariadb-10.6.21.tar.gz": "fc326ecb0e1483292d58edd0ebe63067c53548d0a0e7c952a06d058d4ff5a7ce"
"mariadb-10.6.24.tar.gz": "7dad54f0bc5b4af704cafe20fb82d694417fdd00575585bf82134de9a740d26d"
}
}
5 changes: 4 additions & 1 deletion SPECS/mariadb/mariadb.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: Database servers made by the original developers of MySQL.
Name: mariadb
Version: 10.6.21
Version: 10.6.24
Release: 1%{?dist}
License: GPLv2 WITH exceptions AND LGPLv2 AND BSD
Vendor: Microsoft Corporation
Expand Down Expand Up @@ -465,6 +465,9 @@ fi
%{_datadir}/mysql/hindi/errmsg.sys

%changelog
* Sat Dec 27 2025 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 10.6.24-1
- Auto-upgrade to 10.6.24 - for CVE-2025-13699

* Thu Mar 27 2025 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 10.6.21-1
- Auto-upgrade to 10.6.21 - for CVE-2025-21490

Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12881,8 +12881,8 @@
"type": "other",
"other": {
"name": "mariadb",
"version": "10.6.21",
"downloadUrl": "https://github.com/MariaDB/server/archive/mariadb-10.6.21.tar.gz"
"version": "10.6.24",
"downloadUrl": "https://github.com/MariaDB/server/archive/mariadb-10.6.24.tar.gz"
}
}
},
Expand Down
Loading