!37 [sync] PR-34: Upgrade to 20210528 to fix CVE-2020-27545 and CVE-2020-28163
From: @openeuler-sync-bot Reviewed-by: @ruebb Signed-off-by: @ruebb
This commit is contained in:
commit
576689d770
Binary file not shown.
BIN
libdwarf-20210528.tar.gz
Normal file
BIN
libdwarf-20210528.tar.gz
Normal file
Binary file not shown.
@ -1,5 +1,5 @@
|
|||||||
Name: libdwarf
|
Name: libdwarf
|
||||||
Version: 20201020
|
Version: 20210528
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Library to access DWARF debugging information
|
Summary: Library to access DWARF debugging information
|
||||||
License: LGPLv2
|
License: LGPLv2
|
||||||
@ -32,6 +32,7 @@ Libdwarf-tools contains dwarfdump, a tool to access DWARF debug information.
|
|||||||
%prep
|
%prep
|
||||||
%autosetup -n %{name}-%{version} -p1
|
%autosetup -n %{name}-%{version} -p1
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-shared
|
%configure --enable-shared
|
||||||
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
||||||
@ -42,7 +43,6 @@ sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
|||||||
%make_install
|
%make_install
|
||||||
install -d %{buildroot}%{_includedir}/libdwarf
|
install -d %{buildroot}%{_includedir}/libdwarf
|
||||||
mv %{buildroot}%{_includedir}/*.h %{buildroot}%{_includedir}/libdwarf
|
mv %{buildroot}%{_includedir}/*.h %{buildroot}%{_includedir}/libdwarf
|
||||||
|
|
||||||
%delete_la
|
%delete_la
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@ -57,6 +57,7 @@ LD_LIBRARY_PATH=$PWD/libdwarf/.libs %__make check
|
|||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/libdwarf
|
%{_includedir}/libdwarf
|
||||||
|
%{_libdir}/libdwarf.so
|
||||||
%{_libdir}/{libdwarf.so,libdwarf.a}
|
%{_libdir}/{libdwarf.so,libdwarf.a}
|
||||||
|
|
||||||
%files tools
|
%files tools
|
||||||
@ -72,10 +73,13 @@ LD_LIBRARY_PATH=$PWD/libdwarf/.libs %__make check
|
|||||||
%{_mandir}/man1/dwarfdump.1.gz
|
%{_mandir}/man1/dwarfdump.1.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 26 2022 panys<panyanshuang@nati-gba.cn> - 20210528-1
|
||||||
|
- upgrade to version 20210528
|
||||||
|
|
||||||
* Tue Nov 24 2020 SimpleUpdate Robot <tc@openeuler.org> - 20201020-1
|
* Tue Nov 24 2020 SimpleUpdate Robot <tc@openeuler.org> - 20201020-1
|
||||||
- Upgrade to version 20201020
|
- Upgrade to version 20201020
|
||||||
|
|
||||||
* Fri Jun 21 2020 hanhui<hanhui15@huawei.com> - 20200114
|
* Sun Jun 21 2020 hanhui<hanhui15@huawei.com> - 20200114
|
||||||
- Mainline branch update to 20200114
|
- Mainline branch update to 20200114
|
||||||
|
|
||||||
* Tue Apr 21 2020 songnannan <songnannan2@huawei.com> - 20200114
|
* Tue Apr 21 2020 songnannan <songnannan2@huawei.com> - 20200114
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user