libimobiledevice: update to the latest git version

Fix initial device enumeration

change log
https://github.com/libimobiledevice/libimobiledevice/commits/master/

Signed-off-by: Georgi Valkov <gvalkov@gmail.com>
This commit is contained in:
Georgi Valkov
2025-07-29 18:22:36 +03:00
committed by Robert Marko
parent 2485fa4797
commit d7c2ed9c5b
2 changed files with 4 additions and 4 deletions

View File

@@ -12,9 +12,9 @@ PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/libimobiledevice/libimobiledevice.git
PKG_SOURCE_DATE:=2024-10-27
PKG_SOURCE_VERSION:=5aebbc0c694d1048712505195c32a17c3091d417
PKG_MIRROR_HASH:=26f3b15e2cb7d79b20541f3c53852014415f9ca527dc13ffe0184bec24d9e69f
PKG_SOURCE_DATE:=2025-07-29
PKG_SOURCE_VERSION:=c269d7e3a7c28ac33d05d5c3de6a8682f480abd0
PKG_MIRROR_HASH:=47a6e5aea5dedaabcf91b68357fbb1e7a64bf9df22d4c10b13e85002207bcdf1
PKG_MAINTAINER:=Rosen Penev <rosenp@gmail.com>
PKG_LICENSE:=LGPL-2.1-or-later

View File

@@ -1,6 +1,6 @@
--- a/common/userpref.c
+++ b/common/userpref.c
@@ -173,7 +173,7 @@ const char *userpref_get_config_dir()
@@ -174,7 +174,7 @@ const char *userpref_get_config_dir()
#ifdef __APPLE__
base_config_dir = strdup("/var/db");
#else