Rebase to 8.4.11 (released 2026-07-28)
Release notes: https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-11.html Highlights: - Bundled 'libfido2' updated to 1.17.0 - Keywords reclassified: 'CUBE', 'EXTERNAL', 'QUALIFY', 'TABLESAMPLE' now reserved; 'MANUAL', 'PARALLEL' now non-reserved - Deprecated: 'group_replication_communication_stack', 'group_replication_ip_allowlist' - Fixed server startup failure on RHEL 9 with 'innodb_redo_log_encrypt=ON' - Fixed memory growth during upgrades from 8.x with many objects - Fixed audit log crash on 'audit_log_encryption_password_get()' Resolves: RHEL-216645 Co-Authored-By: Claude AI <noreply@anthropic.com>
This commit is contained in:
parent
94bff62cd6
commit
63bc9bea6b
@ -2,7 +2,7 @@ ExcludeArch: %{ix86}
|
||||
|
||||
# Name of the package without any prefixes
|
||||
%global majorname mysql
|
||||
%global package_version 8.4.9
|
||||
%global package_version 8.4.11
|
||||
%global majorversion %(echo %{package_version} | cut -d'.' -f1-2 )
|
||||
%global pkgnamepatch mysql
|
||||
|
||||
@ -21,7 +21,7 @@ ExcludeArch: %{ix86}
|
||||
# The last version on which the full testsuite has been run
|
||||
# In case of further rebuilds of that version, don't require full testsuite to be run
|
||||
# run only "main" suite
|
||||
%global last_tested_version 8.4.9
|
||||
%global last_tested_version 8.4.11
|
||||
# Set to 1 to force run the testsuite even if it was already tested in current version
|
||||
%global force_run_testsuite 0
|
||||
|
||||
@ -1146,6 +1146,9 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Jul 28 2026 Petr Khartskhaev <pkhartsk@redhat.com> - 8.4.11-1
|
||||
- Rebase to 8.4.11
|
||||
|
||||
* Wed May 06 2026 Michal Schorm <mschorm@redhat.com> - 8.4.9-1
|
||||
- Rebase to 8.4.9
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (mysql-8.4.9.tar.gz) = bae8aba6ba921f96799063f6c10f9f02030276f802e74a8b80f2df34e56b0d4501a1c9a9f818529cb70ec700a8f11aedf7fa645fa5db8550f51291759e6a25ad
|
||||
SHA512 (mysql-8.4.11.tar.gz) = 56245b74e2ef45dcaaea76ff1db2c62e7ef24f3b05098ebb9785c93a04cdfdca36cc6fa69e0dd35f7be778ebeb46a831afa85647c9e9a9258bfeea7311013669
|
||||
|
||||
Loading…
Reference in New Issue
Block a user