Skip to content

Commit

Permalink
libimobiledevice: update to the latest git version
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
httpstorm committed Oct 1, 2024
1 parent 2fd0917 commit 52af752
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
8 changes: 4 additions & 4 deletions libs/libimobiledevice/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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-09-16
PKG_SOURCE_VERSION:=ed9703db1ee6d54e3801b618cee9524563d709e1
PKG_MIRROR_HASH:=f49a6e22e9cc5ac085decdcf783ded3e3fbf0adc4bdd9c8e1689068c58c0c668

PKG_MAINTAINER:=Rosen Penev <[email protected]>
PKG_LICENSE:=LGPL-2.1-or-later
Expand All @@ -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
Expand Down
10 changes: 0 additions & 10 deletions libs/libimobiledevice/patches/010-gcc14.patch

This file was deleted.

0 comments on commit 52af752

Please sign in to comment.