From: Georgi Valkov Date: Sat, 9 Nov 2024 12:41:41 +0000 (+0200) Subject: libimobiledevice: update to the latest git version X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=683ffd113eaeadaa23608917b5b33b15ffc9f61b;p=feed%2Fpackages.git libimobiledevice: update to the latest git version Notable changes - add detection and note about passcode requirement for iOS 16.1 - add support for iOS 17+ Personalized Developer Disk image mounting - fix heap buffer overflow in ideviceimagemounter - tools/afcclient: add missing time.h header - depends on libtatsu, which depends on libcurl Signed-off-by: Georgi Valkov --- diff --git a/libs/libimobiledevice/Makefile b/libs/libimobiledevice/Makefile index f8a1afdec9..597a2242a8 100644 --- a/libs/libimobiledevice/Makefile +++ b/libs/libimobiledevice/Makefile @@ -12,9 +12,9 @@ PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/libimobiledevice/libimobiledevice.git -PKG_SOURCE_DATE:=2024-05-20 -PKG_SOURCE_VERSION:=9ccc52222c287b35e41625cc282fb882544676c6 -PKG_MIRROR_HASH:=9d272d40515c5ba6be5fa22eb897724d8940a505163918120c005bbeed352475 +PKG_SOURCE_DATE:=2024-10-27 +PKG_SOURCE_VERSION:=5aebbc0c694d1048712505195c32a17c3091d417 +PKG_MIRROR_HASH:=26f3b15e2cb7d79b20541f3c53852014415f9ca527dc13ffe0184bec24d9e69f PKG_MAINTAINER:=Rosen Penev PKG_LICENSE:=LGPL-2.1-or-later @@ -41,7 +41,7 @@ define Package/libimobiledevice $(call Package/libimobiledevice/Default) SECTION:=libs CATEGORY:=Libraries - DEPENDS:=+libplist +libimobiledevice-glue +libusbmuxd +libopenssl + DEPENDS:=+libplist +libimobiledevice-glue +libtatsu +libusbmuxd +libopenssl LICENSE:=LGPL-2.1-or-later LICENSE_FILES:=COPYING.LESSER endef diff --git a/libs/libimobiledevice/patches/010-gcc14.patch b/libs/libimobiledevice/patches/010-gcc14.patch deleted file mode 100644 index 09138659c2..0000000000 --- a/libs/libimobiledevice/patches/010-gcc14.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/tools/afcclient.c -+++ b/tools/afcclient.c -@@ -37,6 +37,7 @@ - #include - #include - #include -+#include - - #ifdef WIN32 - #include