Skip to content

Conversation

@BinduSri-6522866
Copy link
Contributor

@BinduSri-6522866 BinduSri-6522866 commented Dec 30, 2025

Merge Checklist

All boxes should be checked before merging the PR (just tick any boxes which don't apply to this PR)

  • The toolchain has been rebuilt successfully (or no changes were made to it)
  • The toolchain/worker package manifests are up-to-date
  • Any updated packages successfully build (or no packages were changed)
  • Packages depending on static components modified in this PR (Golang, *-static subpackages, etc.) have had their Release tag incremented.
  • Package tests (%check section) have been verified with RUN_CHECK=y for existing SPEC files, or added to new SPEC files
  • All package sources are available
  • cgmanifest files are up-to-date and sorted (./cgmanifest.json, ./toolkit/scripts/toolchain/cgmanifest.json, .github/workflows/cgmanifest.json)
  • LICENSE-MAP files are up-to-date (./LICENSES-AND-NOTICES/SPECS/data/licenses.json, ./LICENSES-AND-NOTICES/SPECS/LICENSES-MAP.md, ./LICENSES-AND-NOTICES/SPECS/LICENSE-EXCEPTIONS.PHOTON)
  • All source files have up-to-date hashes in the *.signatures.json files
  • sudo make go-tidy-all and sudo make go-test-coverage pass
  • Documentation has been updated to match any changes to the build system
  • Ready to merge

Summary

What does the PR accomplish, why was it needed?
Upgrade mariadb to 10.11.15 for CVE-2025-13699

Change Log
  • deleted: ../SPECS/mariadb/CVE-2023-52971.patch
  • modified: ../SPECS/mariadb/mariadb.signatures.json
  • modified: ../SPECS/mariadb/mariadb.spec
  • modified: ../cgmanifest.json
Does this affect the toolchain?

NO

Links to CVEs
Test Methodology
image image

@microsoft-github-policy-service microsoft-github-policy-service bot added Packaging fasttrack/3.0 PRs Destined for Azure Linux 3.0 labels Dec 30, 2025
@Kanishk-Bansal
Copy link
Contributor

Buddy Build

Copy link
Contributor

@Kanishk-Bansal Kanishk-Bansal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mariadb-10.11.15.tar.gz -> hash 6190529d9d047163259967a92095b505df15b39195ea55cdf856314eef4546f5

@BinduSri-6522866 BinduSri-6522866 marked this pull request as ready for review December 30, 2025 07:34
@BinduSri-6522866 BinduSri-6522866 requested a review from a team as a code owner December 30, 2025 07:34
# Make long macros shorter
%global sameevr %{epoch}:%{version}-%{release}

Name: %{majorname}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you make it

Suggested change
Name: %{majorname}
Name: mariadb

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It will be better for automation in future

%config(noreplace) %{_sysconfdir}/my.cnf.d/galera.cnf
%attr(0640,root,root) %ghost %config(noreplace) %{_sysconfdir}/sysconfig/clustercheck
#%{_datadir}/selinux/packages/targeted/%{majorname}-server-galera.pp
#%%{_datadir}/selinux/packages/targeted/%%{majorname}-server-galera.pp
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CVE-fixed-by-upgrade CVE fixed by package upgrade fasttrack/3.0 PRs Destined for Azure Linux 3.0 Packaging security

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants