!14 [sync] PR-6: Upgrade to 1.5.5 for fix CVE-2022-32325
From: @openeuler-sync-bot Reviewed-by: @starlet-dx Signed-off-by: @starlet-dx
This commit is contained in:
commit
4ba95de73a
Binary file not shown.
BIN
jpegoptim-1.5.5.tar.gz
Normal file
BIN
jpegoptim-1.5.5.tar.gz
Normal file
Binary file not shown.
@ -1,10 +1,10 @@
|
||||
Name: jpegoptim
|
||||
Version: 1.4.6
|
||||
Version: 1.5.5
|
||||
Release: 1
|
||||
Summary: Utility to optimize JPEG files
|
||||
License: GPLv2+
|
||||
URL: http://www.kokkonen.net/tjko/projects.html
|
||||
Source0: http://www.kokkonen.net/tjko/src/%{name}-%{version}.tar.gz
|
||||
Source0: https://github.com/tjko/jpegoptim/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
BuildRequires: coreutils gcc libjpeg-devel make
|
||||
|
||||
%description
|
||||
@ -13,7 +13,7 @@ Jpegoptim is an utility to optimize JPEG files. Provides lossless optimization
|
||||
setting maximum quality factor.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%configure
|
||||
@ -25,11 +25,14 @@ install -Dpm 0644 jpegoptim.1 %{buildroot}/%{_mandir}/man1/jpegoptim.1
|
||||
|
||||
%files
|
||||
%{!?_licensedir:%global license %doc}
|
||||
%license COPYRIGHT COPYING
|
||||
%license COPYRIGHT
|
||||
%doc README
|
||||
%{_bindir}/jpegoptim
|
||||
%{_mandir}/man1/*.1*
|
||||
|
||||
%changelog
|
||||
* Mon Apr 01 2024 yaoxin <yao_xin001@hoperun.com> - 1.5.5-1
|
||||
- Upgrade to 1.5.5 for fix CVE-2022-32325
|
||||
|
||||
* Mon Jul 27 2020 chengzihan <chengzihan2@huawei.com> - 1.4.6-1
|
||||
- Package init
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user