From 2b067e8fa3508fe26b21ba5a141420fc26037036 Mon Sep 17 00:00:00 2001 From: Wu Bo Date: Wed, 1 Jul 2020 14:34:11 +0800 Subject: [PATCH] rebuild package --- 6000-CVE-2016-5104.patch => 0000-CVE-2016-5104.patch | 1 + libusbmuxd.spec | 7 +++++-- 2 files changed, 6 insertions(+), 2 deletions(-) rename 6000-CVE-2016-5104.patch => 0000-CVE-2016-5104.patch (95%) 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