Upgrade to 0.28.1 for fix CVE-2023-44398
This commit is contained in:
parent
16959e42b3
commit
62cc165d9f
Binary file not shown.
11
exiv2.spec
11
exiv2.spec
@ -1,5 +1,5 @@
|
|||||||
Name: exiv2
|
Name: exiv2
|
||||||
Version: 0.28.0
|
Version: 0.28.1
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Exif, IPTC and XMP metadata and the ICC Profile
|
Summary: Exif, IPTC and XMP metadata and the ICC Profile
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -43,7 +43,7 @@ make doc
|
|||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
%find_lang exiv2 --with-man
|
%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}
|
chrpath -d %{buildroot}%{_bindir}/%{name}
|
||||||
|
|
||||||
|
|
||||||
@ -60,15 +60,13 @@ test -x %{buildroot}%{_libdir}/libexiv2.so
|
|||||||
%{_bindir}/exiv2
|
%{_bindir}/exiv2
|
||||||
%{_libdir}/libexiv2.so.28*
|
%{_libdir}/libexiv2.so.28*
|
||||||
%{_libdir}/libexiv2.so.%{version}
|
%{_libdir}/libexiv2.so.%{version}
|
||||||
%exclude %{_libdir}/pkgconfig/exiv2.lsm
|
|
||||||
%exclude %{_libdir}/libxmp.a
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/pkgconfig/exiv2.pc
|
%{_libdir}/pkgconfig/exiv2.pc
|
||||||
%{_libdir}/libexiv2.so
|
%{_libdir}/libexiv2.so
|
||||||
%{_includedir}/exiv2/
|
%{_includedir}/exiv2/
|
||||||
%{_libdir}/cmake/exiv2/
|
%{_datadir}/cmake/exiv2/
|
||||||
|
|
||||||
%files help
|
%files help
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -76,6 +74,9 @@ test -x %{buildroot}%{_libdir}/libexiv2.so
|
|||||||
%{_pkgdocdir}/
|
%{_pkgdocdir}/
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Sep 2 2023 liyanan <thistleslyn@163.com> - 0.28.0-1
|
||||||
- Upgrade to version 0.28.0
|
- Upgrade to version 0.28.0
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user