update to 2.4.1 and fix CVE-2013-0340

This commit is contained in:
panxiaohe 2021-07-02 15:20:53 +08:00
parent 521c4f889e
commit ebb5ea8884
3 changed files with 6 additions and 1 deletions

Binary file not shown.

BIN
expat-2.4.1.tar.gz Normal file

Binary file not shown.

View File

@ -1,6 +1,6 @@
%define Rversion %(echo %{version} | sed -e 's/\\./_/g' -e 's/^/R_/') %define Rversion %(echo %{version} | sed -e 's/\\./_/g' -e 's/^/R_/')
Name: expat Name: expat
Version: 2.2.10 Version: 2.4.1
Release: 1 Release: 1
Summary: An XML parser library Summary: An XML parser library
License: MIT License: MIT
@ -50,6 +50,7 @@ make check
%defattr(-,root,root) %defattr(-,root,root)
%{_includedir}/* %{_includedir}/*
%{_libdir}/{libexpat.*a,libexpat.so} %{_libdir}/{libexpat.*a,libexpat.so}
%{_libdir}/cmake/expat-%{version}
%{_libdir}/pkgconfig/expat.pc %{_libdir}/pkgconfig/expat.pc
%files help %files help
@ -58,6 +59,10 @@ make check
%{_mandir}/man1/* %{_mandir}/man1/*
%changelog %changelog
* Tue Jul 6 2021 panxiaohe <panxiaohe@huawei.com> - 2.4.1-1
- update to 2.4.1
- fix CVE-2013-0340
* Wed Jan 20 2021 wangchen <wangchen137@huawei.com> - 2.2.10-1 * Wed Jan 20 2021 wangchen <wangchen137@huawei.com> - 2.2.10-1
- update to 2.2.10 - update to 2.2.10