libimobiledevice-glue: upgrade 1.0.0 -> 1.2.0

Changelog:
============
* socket: Use poll() - when available - instead of select()
* socket: Allow NULL as address for socket_create() and socket_connect()
* win32: Remove windows.h from public headers
* Add version function to interface
* Add helper code to deal with NSKeyedArchiver plist data
* opack: Fixed 32bit buffer overflow
* opack: Fix parsing of 32 and 64 bit packed values
* socket: Make sure errno is always set on error, and always return a meaningful error code

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Wang Mingyu
2024-06-07 13:06:19 +08:00
committed by Khem Raj
parent 80d1d51ff3
commit 3e28f9152c
@@ -8,9 +8,7 @@ HOMEPAGE = "http://www.libimobiledevice.org/"
DEPENDS = "libplist" DEPENDS = "libplist"
PV = "1.0.0+git" SRCREV = "fde8946a3988790fd5d3f01fc0a1fd43609ab1d1"
SRCREV = "114098d30e783fbb3def5c9b49427a86621cfcb1"
SRC_URI = "git://github.com/libimobiledevice/libimobiledevice-glue;protocol=https;branch=master" SRC_URI = "git://github.com/libimobiledevice/libimobiledevice-glue;protocol=https;branch=master"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"