!2 当前补丁序号命名不太友好, 修改从0000开始

Merge pull request !2 from Paul.Wu/master
This commit is contained in:
openeuler-ci-bot 2020-07-01 17:43:33 +08:00 committed by Gitee
commit 690ddc50c7
2 changed files with 6 additions and 2 deletions

View File

@ -3,6 +3,7 @@ From: Joshua Hill <posixninja@gmail.com>
Date: Tue, 29 Dec 2015 23:09:37 +0100 Date: Tue, 29 Dec 2015 23:09:37 +0100
Subject: [PATCH] common: [security fix] Make sure sockets only listen locally Subject: [PATCH] common: [security fix] Make sure sockets only listen locally
Signed-off-by: Joshua Hill <posixninja@gmail.com>
--- ---
common/socket.c | 4 ++-- common/socket.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-) 1 file changed, 2 insertions(+), 2 deletions(-)

View File

@ -1,11 +1,11 @@
Name: libusbmuxd Name: libusbmuxd
Version: 1.0.10 Version: 1.0.10
Release: 12 Release: 13
Summary: software protocol library and tools to communicate with iOS devices natively Summary: software protocol library and tools to communicate with iOS devices natively
License: LGPLv2+ and GPLv2+ License: LGPLv2+ and GPLv2+
URL: http://www.libimobiledevice.org/ URL: http://www.libimobiledevice.org/
Source0: http://www.libimobiledevice.org/downloads/%{name}-%{version}.tar.bz2 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 BuildRequires: gcc git libplist-devel >= 1.11
Provides: %{name}-utils Provides: %{name}-utils
@ -57,6 +57,9 @@ make check
%{_libdir}/pkgconfig/libusbmuxd.pc %{_libdir}/pkgconfig/libusbmuxd.pc
%changelog %changelog
* Wed Jul 1 2019 Wu Bo <wubo009@163.com> - 1.0.10-13
- rebuild package
* Fri Aug 30 2019 louhongxiang <louhongxiang@huawei.com> - 1.0.10-12 * Fri Aug 30 2019 louhongxiang <louhongxiang@huawei.com> - 1.0.10-12
- Type:enhancemnet - Type:enhancemnet
- ID:NA - ID:NA