libirecovery: upgrade 1.2.0 -> 1.2.1

Changelog:
===========
* Changes:
  - Make sure IRECV_DEVICE_REMOVE event has the mode set the device was in
  - KIS: Add some retry loops around open/set config/set interface operations

* Device database changes:
  - Support Apple Watch Series 10 and iPhone 16 models
  - Add iPad Air (M2) and iPad Pro (M4) models

* Bug Fixes:
  - Windows: Fix crash due to access to uninitialized data

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-10-14 16:54:29 +08:00 committed by Khem Raj
parent 1c52a7daa7
commit bf48f3b335
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -8,7 +8,7 @@ HOMEPAGE = "http://www.libimobiledevice.org/"
DEPENDS = "libimobiledevice-glue libusb1 readline" DEPENDS = "libimobiledevice-glue libusb1 readline"
SRCREV = "2254dab893ec439f9a73235ea07194afa77399db" SRCREV = "2fb767d784c01269a0ded5bacd5539aee3768c35"
SRC_URI = "git://github.com/libimobiledevice/libirecovery;protocol=https;branch=master" SRC_URI = "git://github.com/libimobiledevice/libirecovery;protocol=https;branch=master"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"