!76 Upgrade to 0.28.1 for fix CVE-2023-44398

From: @starlet-dx 
Reviewed-by: @lyn1001 
Signed-off-by: @lyn1001
This commit is contained in:
openeuler-ci-bot 2023-11-09 06:53:17 +00:00 committed by Gitee
commit a32e67625e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 6 additions and 5 deletions

View File

@ -1,5 +1,5 @@
Name: exiv2
Version: 0.28.0
Version: 0.28.1
Release: 1
Summary: Exif, IPTC and XMP metadata and the ICC Profile
License: GPLv2+
@ -43,7 +43,7 @@ make doc
%install
%make_install
%find_lang exiv2 --with-man
chrpath -d %{buildroot}%{_libdir}/libexiv2.so.0.28.0
chrpath -d %{buildroot}%{_libdir}/libexiv2.so.0.28.1
chrpath -d %{buildroot}%{_bindir}/%{name}
@ -60,15 +60,13 @@ test -x %{buildroot}%{_libdir}/libexiv2.so
%{_bindir}/exiv2
%{_libdir}/libexiv2.so.28*
%{_libdir}/libexiv2.so.%{version}
%exclude %{_libdir}/pkgconfig/exiv2.lsm
%exclude %{_libdir}/libxmp.a
%files devel
%defattr(-,root,root)
%{_libdir}/pkgconfig/exiv2.pc
%{_libdir}/libexiv2.so
%{_includedir}/exiv2/
%{_libdir}/cmake/exiv2/
%{_datadir}/cmake/exiv2/
%files help
%defattr(-,root,root)
@ -76,6 +74,9 @@ test -x %{buildroot}%{_libdir}/libexiv2.so
%{_pkgdocdir}/
%changelog
* Thu Nov 09 2023 yaoxin <yao_xin001@hoperun.com> - 0.28.1-1
- Upgrade to 0.28.1 for fix CVE-2023-44398
* Sat Sep 2 2023 liyanan <thistleslyn@163.com> - 0.28.0-1
- Upgrade to version 0.28.0