!62 添加sw架构

From: @wuzx065891 
Reviewed-by: @wangbin224 
Signed-off-by: @wangbin224
This commit is contained in:
openeuler-ci-bot 2022-10-28 06:34:00 +00:00 committed by Gitee
commit 897c821826
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 3112 additions and 1 deletions

3105
crash-7.3.0-sw.patch Executable file

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
Name: crash
Version: 7.3.0
Release: 6
Release: 7
Summary: Linux kernel crash utility.
License: GPLv3
URL: https://crash-utility.github.io
@ -16,6 +16,9 @@ Patch6: add-SDEI-stack-resolution.patch
Patch7: Handle-task_struct-cpu-member-changes-for-kernels-5..patch
Patch8: 0001-CVE-2019-1010180-Add-bfd_get_file_size-to-get-archive-element-size.patch
Patch9: 0002-CVE-2019-1010180-DWARF-reader-Reject-sections-with-invalid-sizes.patch
%ifarch sw_64
Patch10: crash-7.3.0-sw.patch
%endif
BuildRequires: ncurses-devel zlib-devel lzo-devel snappy-devel
BuildRequires: gcc gcc-c++ bison m4
@ -81,6 +84,9 @@ install -D -m 0644 defs.h %{buildroot}%{_includedir}/%{name}/defs.h
%{_mandir}/man8/crash.8*
%changelog
* Wed Oct 19 2022 wuzx<wuzx1226@qq.com> - 7.3.0-7
- add sw64 patch
* Sun Oct 9 2022 chenhaixiang <chenhaixiang3@huawei.com> - 7.3.0-6
- fix gdb CVE-2019-1010180