CVE-2016-5104
This commit is contained in:
parent
e44c9b33de
commit
9e7f0cb452
@ -29,6 +29,3 @@ index b276864..e2968a6 100644
|
||||
addr.sin_port = htons(port);
|
||||
|
||||
addr_len = sizeof(addr);
|
||||
--
|
||||
2.5.0
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
|
||||
Name: libimobiledevice
|
||||
Version: 1.2.0
|
||||
Release: 6%{?dist}
|
||||
Release: 7%{?dist}
|
||||
Summary: Library for connecting to mobile devices
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -17,7 +17,7 @@ Source0: http://www.libimobiledevice.org/downloads/%{name}-%{version}.tar.
|
||||
# Fix the build with gnutls 3.4
|
||||
Patch0: 0001-Updated-cert-callback-to-gnutls3-API.patch
|
||||
Patch1: 0001-Fix-installation_proxy-when-using-GnuTLS-instead-of-.patch
|
||||
Patch2: 0001-common-security-fix-Make-sure-sockets-only-listen-lo.patch
|
||||
Patch2: CVE-2016-5104.patch
|
||||
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: gnutls-devel
|
||||
@ -115,6 +115,9 @@ find %{buildroot} -type f -name "*.la" -delete
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri May 27 2016 Peter Robinson <pbrobinson@fedoraproject.org> 1.2.0-7
|
||||
- Fix CVE-2016-5104
|
||||
|
||||
* Mon Mar 14 2016 Bastien Nocera <bnocera@redhat.com> 1.2.0-6
|
||||
- Add fix for potential security issue
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user