|
1 | 1 | Summary: C debugger |
2 | 2 | Name: gdb |
3 | | -Version: 11.2 |
4 | | -Release: 7%{?dist} |
| 3 | +Version: %{with_check}%{with_check}.2 |
| 4 | +Release: 8%{?dist} |
5 | 5 | License: GPLv2+ |
6 | 6 | Vendor: Microsoft Corporation |
7 | 7 | Distribution: Mariner |
8 | 8 | Group: Development/Tools |
9 | 9 | URL: https://www.gnu.org/software/gdb |
10 | 10 | Source0: https://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz |
11 | | -Patch0: CVE-2023-39128.patch |
12 | | -Patch1: CVE-2023-39129.patch |
13 | | -Patch2: CVE-2023-39130.patch |
14 | | -Patch3: CVE-2025-1176.patch |
15 | | -Patch4: CVE-2025-1182.patch |
| 11 | +Patch0: CVE-2023-39%{with_check}28.patch |
| 12 | +Patch%{with_check}: CVE-2023-39%{with_check}29.patch |
| 13 | +Patch2: CVE-2023-39%{with_check}30.patch |
| 14 | +Patch3: CVE-2025-%{with_check}%{with_check}76.patch |
| 15 | +Patch4: CVE-2025-%{with_check}%{with_check}82.patch |
16 | 16 | Patch5: CVE-2022-48064.patch |
17 | 17 | Patch6: CVE-2022-48065.patch |
18 | 18 | Patch7: CVE-2022-47673.patch |
19 | 19 | Patch8: CVE-2022-47696.patch |
20 | 20 | Patch9: CVE-2025-7546.patch |
| 21 | +Patch%{with_check}0: CVE-2025-%{with_check}%{with_check}082.patch |
21 | 22 | BuildRequires: expat-devel |
22 | 23 | BuildRequires: gcc-c++ |
23 | 24 | BuildRequires: gcc-gfortran |
@@ -46,7 +47,7 @@ GDB, the GNU Project debugger, allows you to see what is going on |
46 | 47 | another program was doing at the moment it crashed. |
47 | 48 |
|
48 | 49 | %prep |
49 | | -%autosetup -p1 |
| 50 | +%autosetup -p%{with_check} |
50 | 51 |
|
51 | 52 | %build |
52 | 53 | %configure \ |
@@ -102,86 +103,89 @@ rm -rvf libctf/testsuite |
102 | 103 | %{_mandir}/*/* |
103 | 104 |
|
104 | 105 | %changelog |
105 | | -* Fri Jul 18 2025 Akhila Guruju <[email protected]> - 11.2-7 |
| 106 | +* Fri Oct 03 2025 Azure Linux Security Servicing Account <[email protected]> - %{with_check}%{with_check}.2-8 |
| 107 | +- Patch for CVE-2025-%{with_check}%{with_check}082 |
| 108 | + |
| 109 | +* Fri Jul %{with_check}8 2025 Akhila Guruju < [email protected]> - %{with_check}%{with_check}.2-7 |
106 | 110 | - Patch CVE-2025-7546 |
107 | 111 | - Fix package tests |
108 | 112 |
|
109 | | -* Mon Apr 21 2025 Kanishk Bansal <[email protected]> - 11.2-6 |
| 113 | +* Mon Apr 2%{with_check} 2025 Kanishk Bansal < [email protected]> - %{with_check}%{with_check}.2-6 |
110 | 114 | - Patch CVE-2022-47673, CVE-2022-47696 using an upstream patch |
111 | 115 |
|
112 | | -* Thu Apr 03 2025 Sandeep Karambelkar <[email protected]> - 11.2-5 |
| 116 | +* Thu Apr 03 2025 Sandeep Karambelkar <[email protected]> - %{with_check}%{with_check}.2-5 |
113 | 117 | - Fix CVE-2022-48064, CVE-2022-48065 |
114 | 118 |
|
115 | | -* Thu Feb 13 2025 Ankita Pareek <[email protected]> - 11.2-4 |
116 | | -- Address CVE-2025-1176 and CVE-2025-1182 |
| 119 | +* Thu Feb %{with_check}3 2025 Ankita Pareek < [email protected]> - %{with_check}%{with_check}.2-4 |
| 120 | +- Address CVE-2025-%{with_check}%{with_check}76 and CVE-2025-%{with_check}%{with_check}82 |
117 | 121 |
|
118 | | -* Tue Oct 08 2024 Mitch Zhu <[email protected]> - 11.2-3 |
119 | | -- Fix CVE-2023-39128, CVE-2023-39129, CVE-2023-39130 |
| 122 | +* Tue Oct 08 2024 Mitch Zhu <[email protected]> - %{with_check}%{with_check}.2-3 |
| 123 | +- Fix CVE-2023-39%{with_check}28, CVE-2023-39%{with_check}29, CVE-2023-39%{with_check}30 |
120 | 124 |
|
121 | | -* Wed Sep 20 2023 Jon Slobodzian <[email protected]> - 11.2-2 |
| 125 | +* Wed Sep 20 2023 Jon Slobodzian <[email protected]> - %{with_check}%{with_check}.2-2 |
122 | 126 | - Recompile with stack-protection fixed gcc version (CVE-2023-4039) |
123 | 127 |
|
124 | | -* Wed May 11 2022 Fanzhe Lyu <[email protected]> - 11.2 |
125 | | -- Upgrade to gdb 11.2 |
| 128 | +* Wed May %{with_check}%{with_check} 2022 Fanzhe Lyu < [email protected]> - %{with_check}%{with_check}.2 |
| 129 | +- Upgrade to gdb %{with_check}%{with_check}.2 |
126 | 130 |
|
127 | | -* Thu Nov 11 2021 Thomas Crain <[email protected]> - 11.1 |
| 131 | +* Thu Nov %{with_check}%{with_check} 202%{with_check} Thomas Crain < [email protected]> - %{with_check}%{with_check}.%{with_check} |
128 | 132 | - Upgrade to latest upstream version and remove upstreamed patches |
129 | 133 | - Use system zlib during build |
130 | 134 |
|
131 | | -* Fri Jul 23 2021 Thomas Crain <[email protected]> - 8.3-5 |
| 135 | +* Fri Jul 23 202%{with_check} Thomas Crain < [email protected]> - 8.3-5 |
132 | 136 | - Add compatibility provides for gdbserver subpackage |
133 | 137 | - Use make macros throughout |
134 | 138 |
|
135 | | -* Fri Mar 26 2021 Thomas Crain <[email protected]> - 8.3-4 |
136 | | -- Merge the following releases from 1.0 to dev branch |
137 | | -- [email protected], 8.3-3: Patch CVE-2019-1010180 |
| 139 | +* Fri Mar 26 202%{with_check} Thomas Crain < [email protected]> - 8.3-4 |
| 140 | +- Merge the following releases from %{with_check}.0 to dev branch |
| 141 | +- [email protected], 8.3-3: Patch CVE-20%{with_check}9-%{with_check}0%{with_check}0%{with_check}80 |
138 | 142 | - [email protected], 8.3-4: Only run gdb.base/default.exp tests |
139 | 143 |
|
140 | | -* Wed Mar 03 2021 Henry Li <[email protected]> - 8.3-3 |
| 144 | +* Wed Mar 03 202%{with_check} Henry Li < [email protected]> - 8.3-3 |
141 | 145 | - Add gcc-c++ and gcc-gfortran as dependencies |
142 | 146 | - Provides gdb-headless |
143 | 147 |
|
144 | 148 | * Sat May 09 2020 Nick Samson <[email protected]> - 8.3-2 |
145 | 149 | - Added %%license line automatically |
146 | 150 |
|
147 | | -* Mon Mar 16 2020 Henry Beberman <[email protected]> - 8.3-1 |
| 151 | +* Mon Mar %{with_check}6 2020 Henry Beberman < [email protected]> - 8.3- %{with_check} |
148 | 152 | - Update to 8.3. URL fixed. License verified. |
149 | 153 |
|
150 | | -* Tue Sep 03 2019 Mateusz Malisz <[email protected]> - 8.2-2 |
| 154 | +* Tue Sep 03 20%{with_check}9 Mateusz Malisz < [email protected]> - 8.2-2 |
151 | 155 | - Initial CBL-Mariner import from Photon (license: Apache2). |
152 | 156 |
|
153 | | -* Fri Sep 14 2018 Keerthana K <[email protected]> - 8.2-1 |
| 157 | +* Fri Sep %{with_check}4 20%{with_check}8 Keerthana K < [email protected]> - 8.2- %{with_check} |
154 | 158 | - Update to version 8.2 |
155 | 159 |
|
156 | | -* Thu Dec 07 2017 Alexey Makhalov <[email protected]> - 7.12.1-8 |
| 160 | +* Thu Dec 07 20%{with_check}7 Alexey Makhalov < [email protected]> - 7. %{with_check}2.%{with_check}-8 |
157 | 161 | - Enable LZMA support |
158 | 162 |
|
159 | | -* Tue Nov 14 2017 Alexey Makhalov <[email protected]> - 7.12.1-7 |
| 163 | +* Tue Nov %{with_check}4 20%{with_check}7 Alexey Makhalov < [email protected]> - 7. %{with_check}2.%{with_check}-7 |
160 | 164 | - Aarch64 support |
161 | 165 |
|
162 | | -* Mon Sep 11 2017 Rui Gu <[email protected]> - 7.12.1-6 |
| 166 | +* Mon Sep %{with_check}%{with_check} 20%{with_check}7 Rui Gu < [email protected]> - 7. %{with_check}2.%{with_check}-6 |
163 | 167 | - Enable make check in docker with part of checks disabled |
164 | 168 |
|
165 | | -* Thu Aug 10 2017 Alexey Makhalov <[email protected]> - 7.12.1-5 |
| 169 | +* Thu Aug %{with_check}0 20%{with_check}7 Alexey Makhalov < [email protected]> - 7. %{with_check}2.%{with_check}-5 |
166 | 170 | - Make check improvements |
167 | 171 |
|
168 | | -* Fri Jul 21 2017 Rui Gu <[email protected]> - 7.12.1-4 |
| 172 | +* Fri Jul 2%{with_check} 20%{with_check}7 Rui Gu < [email protected]> - 7. %{with_check}2.%{with_check}-4 |
169 | 173 | - Add pstack wrapper which will invoke gdb. |
170 | 174 |
|
171 | | -* Wed Jul 12 2017 Alexey Makhalov <[email protected]> - 7.12.1-3 |
| 175 | +* Wed Jul %{with_check}2 20%{with_check}7 Alexey Makhalov < [email protected]> - 7. %{with_check}2.%{with_check}-3 |
172 | 176 | - Get tcl, expect and dejagnu from packages |
173 | 177 |
|
174 | | -* Thu May 18 2017 Xiaolin Li <[email protected]> - 7.12.1-2 |
| 178 | +* Thu May %{with_check}8 20%{with_check}7 Xiaolin Li < [email protected]> - 7. %{with_check}2.%{with_check}-2 |
175 | 179 | - Build gdb with python3. |
176 | 180 |
|
177 | | -* Wed Mar 22 2017 Alexey Makhalov <[email protected]> - 7.12.1-1 |
| 181 | +* Wed Mar 22 20%{with_check}7 Alexey Makhalov < [email protected]> - 7. %{with_check}2.%{with_check}-%{with_check} |
178 | 182 | - Version update |
179 | 183 |
|
180 | | -* Tue May 24 2016 Priyesh Padmavilasom <[email protected]> - 7.8.2-3 |
| 184 | +* Tue May 24 20%{with_check}6 Priyesh Padmavilasom < [email protected]> - 7.8.2-3 |
181 | 185 | - GA - Bump release of all rpms |
182 | 186 |
|
183 | | -* Tue Nov 10 2015 Xiaolin Li <[email protected]> - 7.8.2-2 |
| 187 | +* Tue Nov %{with_check}0 20%{with_check}5 Xiaolin Li < [email protected]> - 7.8.2-2 |
184 | 188 | - Handled locale files with macro find_lang |
185 | 189 |
|
186 | | -* Wed Apr 08 2015 Priyesh Padmavilasom <[email protected]> - 7.8.2-1 |
| 190 | +* Wed Apr 08 20%{with_check}5 Priyesh Padmavilasom < [email protected]> - 7.8.2- %{with_check} |
187 | 191 | - Initial build. First version |
0 commit comments