Skip to content

Commit 84b7cb3

Browse files
Upgrade mysql to 8.0.43 for fixing 24 CVEs (#14375)
Co-authored-by: kgodara912 <[email protected]>
1 parent 95098a9 commit 84b7cb3

File tree

3 files changed

+18
-13
lines changed

3 files changed

+18
-13
lines changed

SPECS/mysql/mysql.signatures.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"Signatures": {
3-
"mysql-boost-8.0.42.tar.gz": "c2aa67c618edfa1bc379107fe819ca8e94cba5d85f156d1053b8fedc88cc5f8f"
3+
"mysql-boost-8.0.43.tar.gz": "85fd5c3ac88884dc5ac4522ce54ad9c11a91f9396fecaa27152c757a3e6e936f"
44
}
55
}

SPECS/mysql/mysql.spec

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
Summary: MySQL.
22
Name: mysql
3-
Version: 8.0.42
3+
Version: 8.0.43
44
Release: 1%{?dist}
55
License: GPLv2 with exceptions AND LGPLv2 AND BSD
66
Vendor: Microsoft Corporation
77
Distribution: Mariner
88
Group: Applications/Databases
99
URL: https://www.mysql.com
1010
Source0: https://dev.mysql.com/get/Downloads/MySQL-8.0/%{name}-boost-%{version}.tar.gz
11-
Patch0: CVE-2012-5627.nopatch
1211
# Patch can be removed after upgrading MySQL to 8.4+
1312
# or switching to system Protobuf 3.25+ with the 'WITH_PROTOBUF=system' option.
1413
Patch1: CVE-2024-2410.patch
@@ -104,17 +103,23 @@ fi
104103
%files devel
105104
%{_libdir}/*.so
106105
%{_libdir}/*.a
107-
%{_libdir}/private/icudt73l/brkitr/*.res
108-
%{_libdir}/private/icudt73l/brkitr/*.brk
109-
%{_libdir}/private/icudt73l/brkitr/*.dict
110-
%{_libdir}/private/icudt73l/unames.icu
111-
%{_libdir}/private/icudt73l/cnvalias.icu
112-
%{_libdir}/private/icudt73l/uemoji.icu
113-
%{_libdir}/private/icudt73l/ulayout.icu
106+
%{_libdir}/private/icudt77l/brkitr/*.res
107+
%{_libdir}/private/icudt77l/brkitr/*.brk
108+
%{_libdir}/private/icudt77l/brkitr/*.dict
109+
%{_libdir}/private/icudt77l/unames.icu
110+
%{_libdir}/private/icudt77l/cnvalias.icu
111+
%{_libdir}/private/icudt77l/uemoji.icu
112+
%{_libdir}/private/icudt77l/ulayout.icu
114113
%{_includedir}/*
115114
%{_libdir}/pkgconfig/mysqlclient.pc
116115

117116
%changelog
117+
* Wed Jul 23 2025 BinduSri Adabala <[email protected]> - 8.0.43-1
118+
- Upgrade to 8.0.43 to fix CVE-2025-50077, CVE-2025-50078, CVE-2025-50079, CVE-2025-50080, CVE-2025-50081, CVE-2025-50082,
119+
CVE-2025-50083, CVE-2025-50084, CVE-2025-50085, CVE-2025-50086, CVE-2025-50087, CVE-2025-50091, CVE-2025-50092,CVE-2025-50093,
120+
CVE-2025-50094, CVE-2025-50096, CVE-2025-50097, CVE-2025-50098, CVE-2025-50099,CVE-2025-50100, CVE-2025-50101, CVE-2025-50102,
121+
CVE-2025-50104, CVE-2025-53023
122+
118123
* Wed Jun 04 2025 Kanishk Bansal <[email protected]> - 8.0.42-1
119124
- Upgrade to 8.0.42 to fix CVE-2025-30687, CVE-2025-30705, CVE-2025-30699, CVE-2025-30681, CVE-2025-30721, CVE-2025-21581,
120125
CVE-2025-30685, CVE-2025-30704, CVE-2025-30703, CVE-2025-30683, CVE-2025-30689, CVE-2025-21579, CVE-2025-30695, CVE-2025-21585,
@@ -123,7 +128,7 @@ fi
123128
- Remove patch for CVE-2025-0725
124129
- Exclude merge_large_tests in package test.
125130

126-
* Tue Mar 26 2025 Kanishk Bansal <[email protected]> - 8.0.41-1
131+
* Wed Mar 26 2025 Kanishk Bansal <[email protected]> - 8.0.41-1
127132
- Upgrade to 8.0.41 to fix CVE-2025-21490
128133
- Remove patch for CVE-2024-9681
129134
- Refresh patch for CVE-2025-0725

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13803,8 +13803,8 @@
1380313803
"type": "other",
1380413804
"other": {
1380513805
"name": "mysql",
13806-
"version": "8.0.42",
13807-
"downloadUrl": "https://dev.mysql.com/get/Downloads/MySQL-8.0/mysql-boost-8.0.42.tar.gz"
13806+
"version": "8.0.43",
13807+
"downloadUrl": "https://dev.mysql.com/get/Downloads/MySQL-8.0/mysql-boost-8.0.43.tar.gz"
1380813808
}
1380913809
}
1381013810
},

0 commit comments

Comments
 (0)