mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
libimobiledevice-glue: upgrade 1.3.1 -> 1.3.2
Changelog: ============= - socket: [macOS] Fix build on older macOS - socket: [Windows] Prevent crash by properly initializing memory buffers - Switch to better initializer strategy - Fix compilation on MSVC - Add extern "C" guards to public headers - socket: Improve error message output/verbose logging - socket: [Windows] Make sure errno is set in error conditions - socket: Allow setting debug level via environment variable - socket: [Windows] Use WSAAddressToStringA (ANSI version) - socket: [Windows] Use inet_ntop instead of WSAAddressToStringA for >= Vista Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
4a20c58f12
commit
0be8ef7617
|
|
@ -8,7 +8,7 @@ HOMEPAGE = "http://www.libimobiledevice.org/"
|
|||
|
||||
DEPENDS = "libplist"
|
||||
|
||||
SRCREV = "a4ec1cf9cc7084cbe5571e31640ef773701e5f51"
|
||||
SRCREV = "aef2bf0f5bfe961ad83d224166462d87b1df2b00"
|
||||
SRC_URI = "git://github.com/libimobiledevice/libimobiledevice-glue;protocol=https;branch=master"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
Loading…
Reference in New Issue
Block a user