!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
Subject: [PATCH] common: [security fix] Make sure sockets only listen locally
Signed-off-by: Joshua Hill <posixninja@gmail.com>
---
common/socket.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

View File

@ -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 <wubo009@163.com> - 1.0.10-13
- rebuild package
* Fri Aug 30 2019 louhongxiang <louhongxiang@huawei.com> - 1.0.10-12
- Type:enhancemnet
- ID:NA