fix CVE-2014-3710 (#1155464)
This commit is contained in:
parent
29c8a177f3
commit
d6f358b960
@ -4,7 +4,7 @@
|
||||
Summary: A utility for determining file types
|
||||
Name: file
|
||||
Version: 5.20
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: BSD
|
||||
Group: Applications/File
|
||||
Source0: ftp://ftp.astron.com/pub/file/file-%{version}.tar.gz
|
||||
@ -19,6 +19,7 @@ Patch6: file-5.04-generic-msdos.patch
|
||||
Patch7: file-5.14-x86boot.patch
|
||||
Patch8: file-5.14-perl.patch
|
||||
Patch14: file-5.19-cafebabe.patch
|
||||
Patch15: file-5.20-CVE-2014-3710.patch
|
||||
URL: http://www.darwinsys.com/file/
|
||||
Requires: file-libs = %{version}-%{release}
|
||||
BuildRequires: zlib-devel
|
||||
@ -88,6 +89,7 @@ file(1) command.
|
||||
%patch7 -p1
|
||||
%patch8 -p1
|
||||
%patch14 -p1
|
||||
%patch15 -p1
|
||||
|
||||
# Patches can generate *.orig files, which can't stay in the magic dir,
|
||||
# otherwise there will be problems with compiling magic file!
|
||||
@ -196,6 +198,9 @@ cd %{py3dir}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Oct 23 2014 Jan Kaluza <jkaluza@redhat.com> - 5.20-2
|
||||
- fix CVE-2014-3710 (#1155464)
|
||||
|
||||
* Thu Oct 16 2014 Jan Kaluza <jkaluza@redhat.com> - 5.20-1
|
||||
- update to new version 5.20
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user