| |
@@ -42,7 +42,7 @@
|
| |
|
| |
%global rpmver 4.16.1.3
|
| |
#global snapver rc1
|
| |
- %global rel 25.1
|
| |
+ %global rel 25.2
|
| |
%global sover 9
|
| |
|
| |
%global srcver %{rpmver}%{?snapver:-%{snapver}}
|
| |
@@ -195,6 +195,7 @@
|
| |
Patch9932: 0032-rpmcow-workaround.patch
|
| |
Patch9933: 0033-rpmcow-fix-stack-overflow-in-rpm2extents.patch
|
| |
Patch9934: 0034-rpmcow-fix-issue-for-transaction-with-transcoded-and-untranscoded-packages.patch
|
| |
+ Patch9935: 0035-rpmcow-fix-segfault-in-rpm2extents.patch
|
| |
Provides: rpm(pr1470)
|
| |
Provides: rpm(pr1470_1)
|
| |
|
| |
@@ -794,6 +795,9 @@
|
| |
%doc doc/librpm/html/*
|
| |
|
| |
%changelog
|
| |
+ * Wed Jul 3 2024 Michal Grzedzicki <mge@meta.com> - 4.16.1.3-25.2
|
| |
+ - Fix segfault in rpm2extents
|
| |
+
|
| |
* Thu Aug 17 2023 Richard Phibel <richardphibel@meta.com> - 4.16.1.3-25.1
|
| |
- Merge upstream changes for Hyperscale
|
| |
|
| |
On empty input h and sigh variables remain uninitialised and headerFree() crashes trying to free those values in process_package().