|
1 | 1 | Summary: MySQL. |
2 | 2 | Name: mysql |
3 | | -Version: 8.0.42 |
| 3 | +Version: 8.0.43 |
4 | 4 | Release: 1%{?dist} |
5 | 5 | License: GPLv2 with exceptions AND LGPLv2 AND BSD |
6 | 6 | Vendor: Microsoft Corporation |
7 | 7 | Distribution: Mariner |
8 | 8 | Group: Applications/Databases |
9 | 9 | URL: https://www.mysql.com |
10 | 10 | Source0: https://dev.mysql.com/get/Downloads/MySQL-8.0/%{name}-boost-%{version}.tar.gz |
11 | | -Patch0: CVE-2012-5627.nopatch |
12 | 11 | # Patch can be removed after upgrading MySQL to 8.4+ |
13 | 12 | # or switching to system Protobuf 3.25+ with the 'WITH_PROTOBUF=system' option. |
14 | 13 | Patch1: CVE-2024-2410.patch |
|
104 | 103 | %files devel |
105 | 104 | %{_libdir}/*.so |
106 | 105 | %{_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 |
114 | 113 | %{_includedir}/* |
115 | 114 | %{_libdir}/pkgconfig/mysqlclient.pc |
116 | 115 |
|
117 | 116 | %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 | + |
118 | 123 | * Wed Jun 04 2025 Kanishk Bansal <[email protected]> - 8.0.42-1 |
119 | 124 | - 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, |
120 | 125 | 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 | 128 | - Remove patch for CVE-2025-0725 |
124 | 129 | - Exclude merge_large_tests in package test. |
125 | 130 |
|
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 |
127 | 132 | - Upgrade to 8.0.41 to fix CVE-2025-21490 |
128 | 133 | - Remove patch for CVE-2024-9681 |
129 | 134 | - Refresh patch for CVE-2025-0725 |
|
0 commit comments