diff --git a/6000-CVE-2016-5104.patch b/0000-CVE-2016-5104.patch similarity index 95% rename from 6000-CVE-2016-5104.patch rename to 0000-CVE-2016-5104.patch index 8de02d8..bde5d30 100644 --- a/6000-CVE-2016-5104.patch +++ b/0000-CVE-2016-5104.patch @@ -3,6 +3,7 @@ From: Joshua Hill Date: Tue, 29 Dec 2015 23:09:37 +0100 Subject: [PATCH] common: [security fix] Make sure sockets only listen locally +Signed-off-by: Joshua Hill --- common/socket.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libusbmuxd.spec b/libusbmuxd.spec index 1ac9985..e3ce483 100644 --- a/libusbmuxd.spec +++ b/libusbmuxd.spec @@ -1,11 +1,11 @@ Name: libusbmuxd Version: 1.0.10 -Release: 12 +Release: 13 Summary: software protocol library and tools to communicate with iOS devices natively License: LGPLv2+ and GPLv2+ URL: http://www.libimobiledevice.org/ Source0: http://www.libimobiledevice.org/downloads/%{name}-%{version}.tar.bz2 -Patch0: 6000-CVE-2016-5104.patch +Patch0: 0000-CVE-2016-5104.patch BuildRequires: gcc git libplist-devel >= 1.11 Provides: %{name}-utils @@ -57,6 +57,9 @@ make check %{_libdir}/pkgconfig/libusbmuxd.pc %changelog +* Wed Jul 1 2019 Wu Bo - 1.0.10-13 +- rebuild package + * Fri Aug 30 2019 louhongxiang - 1.0.10-12 - Type:enhancemnet - ID:NA