libimobiledevice: revbump against libusbmuxd
Signed-off-by: Nathan Owens <ndowens04@gmail.com>
This commit is contained in:
parent
093dcba0da
commit
ce0d446279
@ -9,8 +9,8 @@ Subject: [PATCH] common: [security fix] Make sure sockets only listen locally
|
||||
|
||||
diff --git a/common/socket.c b/common/socket.c
|
||||
index b276864e..e2968a64 100644
|
||||
--- a/common/socket.c
|
||||
+++ b/common/socket.c
|
||||
--- common/socket.c
|
||||
+++ common/socket.c
|
||||
@@ -172,7 +172,7 @@ int socket_create(uint16_t port)
|
||||
|
||||
memset((void *) &saddr, 0, sizeof(saddr));
|
||||
|
@ -1,18 +1,19 @@
|
||||
# Template file for 'libimobiledevice'
|
||||
pkgname=libimobiledevice
|
||||
version=1.2.0
|
||||
revision=13
|
||||
patch_args="-Np1"
|
||||
revision=14
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool pkg-config python-devel"
|
||||
hostmakedepends="automake libtool pkgconf python-Cython"
|
||||
makedepends="python-devel libglib-devel libressl-devel libusb-devel
|
||||
libplist-devel libusbmuxd-devel"
|
||||
short_desc="Library to communicate with Apple devices"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-2,LGPL-2.1"
|
||||
homepage="http://www.libimobiledevice.org/"
|
||||
distfiles="http://www.libimobiledevice.org/downloads/${pkgname}-${version}.tar.bz2"
|
||||
checksum=786b0de0875053bf61b5531a86ae8119e320edab724fc62fe2150cc931f11037
|
||||
license="LGPL-2.1-only"
|
||||
homepage="https://github.com/libimobiledevice/libimobiledevice"
|
||||
distfiles="https://github.com/libimobiledevice/libimobiledevice/archive/${version}.tar.gz"
|
||||
checksum=8ba1ea817691b3548b83371f8ec22d73d1e37f8fda7c899ac9c7121d924ca830
|
||||
|
||||
CFLAGS="-I/usr/include/python3.6"
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
configure_args="ac_cv_sys_file_offset_bits=yes ac_cv_sys_large_file=yes"
|
||||
|
Loading…
x
Reference in New Issue
Block a user