aboutsummaryrefslogtreecommitdiff
path: root/libs/libimobiledevice/patches
Commit message (Collapse)AuthorAge
* libimobiledevice: update to the latest git versionGeorgi Valkov2024-04-30
| | | | | | | There have been no releases since 2020-06-16. Update to the latest git 5f083426b4ede24b2576f3a56eaf8ac3632c02f7 Signed-off-by: Georgi Valkov <gvalkov@gmail.com>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* imobiledevice: backport iOS 14 backup patch.Rosen Penev2020-12-27
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libimobiledevice: update to 1.3.0Rosen Penev2020-06-19
| | | | | | | | | | | | | | Upstream created proper tarballs. Switch to those. Removed autoreconf as a result. Adjusted filepaths. Removed upstreamed patch. Disabled static libraries as they're not useful. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libimobiledevice: update to 2020-02-19Rosen Penev2020-02-26
| | | | | | Added config directory patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libimobiledevice: Update to latest masterRosen Penev2019-12-16
| | | | | | | | | | | | | | Added patch to fix Wformat warning. Fixed license information. Removed outdated iconv dependency Placed in a submenu for readability. Added myself as maintainer. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libimobiledevice: Update to 2019-11-29Rosen Penev2019-12-08
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libimobiledevice: Update to latest gitRosen Penev2019-05-05
Upstream makes seriously infrequent updates whereas they have an active git repository with important bugfixes. Also fixed compilation without deprecated OpenSSL APIs. Signed-off-by: Rosen Penev <rosenp@gmail.com>