diff mbox series

[meta-oe] libmtp: upgrade 1.1.20 -> 1.1.21

Message ID 20231116095716.181552-1-alperyasinak1@gmail.com
State Accepted
Headers show
Series [meta-oe] libmtp: upgrade 1.1.20 -> 1.1.21 | expand

Commit Message

Alper Ak Nov. 16, 2023, 9:57 a.m. UTC
Changelog:

Bugs fixed:

- Fix LIBMTP_STORAGE_SORTBY_MAXSPACE not working (copy-paste mistake)
- fix warnings regarding mismatched parameter docs
- fix comment above sort_storage_bysort_storage_by
- Revert "ptp_pack_string: check string length for no iconv situation"
- remove dependency on ptp.h
- fixed paste error vendor/product id
- libusb-glue: check return value of ptp_init_send_memory_handler
- ptp_pack_string: check string length for no iconv situation
- ptp-pack: fix ucs2str overflow

Features:

- add a LIBMTP_FreeMemory function that wraps free()
- added functions to get device by serial number
- added serial number of device to output of 'mtp-files'
- added optional serial number parameter to 'mtp-getfile'
- added optional serial number parameter to 'mtp-delfile'
- feat: Add LIBMTP_Get_Children() to read the list of raw IDs of a folder.
- merge a patch from google https://source.chromium.org/chromiumos/chromiumos/codesearch/+/main:src/third_party/chromiumos-overlay/media-libs/libmtp/files/libmtp-1.1.20-10_remove_nexus_s_from_device_list.patch

New devices:

- add Garmin Forerunner 955 + mtp-detect log
- added SHARP S7-SH https://sourceforge.net/p/libmtp/bugs/1914/
- added another Lenovo Tab TB-X306F id fixes #116
- added tolino vsiion 6 reader https://sourceforge.net/p/libmtp/bugs/1921/
- added FLIR C5 camera
- added iBasso DX170 DAP, fixes #125
- added Lenovo Tab P11 fixes #127
- aded Sony NW-A105 fixes //github.com//issues/130
- added Honor Any-NX1 #135
- added gopro hero11 black #136
- removed a dup of a Mediatek MT65xx devices https://sourceforge.net/p/libmtp/bugs/1922/
- rename some LG devices to match reality better
- rename 3 blackberry to correct vendor/product names
- added realme Phone
- updated some mediatek id names, removed some duplicates
- adjusted various id names https://sourceforge.net/p/libmtp/bugs/1926/
- fixed order, https://sourceforge.net/p/libmtp/bugs/1931/
- some more brand renames. https://sourceforge.net/p/libmtp/bugs/1930/
- adjust some device naming https://sourceforge.net/p/libmtp/bugs/1932/
- added Vivo V19 (fixes #143)
- added Garmin Forerunner 255S Music
- rename and merge, also reshuffle to sorting ... fixes https://sourceforge.net/p/libmtp/bugs/1933/
- added Garmin Forerunner 255M smartwatch, fixes #150

Signed-off-by: alperak <alperyasinak1@gmail.com>
---
 .../libmtp/{libmtp_1.1.20.bb => libmtp_1.1.21.bb}               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-connectivity/libmtp/{libmtp_1.1.20.bb => libmtp_1.1.21.bb} (95%)

Comments

Khem Raj Nov. 20, 2023, 3:51 a.m. UTC | #1
On Thu, 16 Nov 2023 12:57:16 +0300, alperak wrote:
> Changelog:
> 
> Bugs fixed:
> 
> - Fix LIBMTP_STORAGE_SORTBY_MAXSPACE not working (copy-paste mistake)
> - fix warnings regarding mismatched parameter docs
> - fix comment above sort_storage_bysort_storage_by
> - Revert "ptp_pack_string: check string length for no iconv situation"
> - remove dependency on ptp.h
> - fixed paste error vendor/product id
> - libusb-glue: check return value of ptp_init_send_memory_handler
> - ptp_pack_string: check string length for no iconv situation
> - ptp-pack: fix ucs2str overflow
> 
> [...]

Applied, thanks!

[1/1] libmtp: upgrade 1.1.20 -> 1.1.21
      commit: 2584d79f802dad3ffb19360942bc26a4c12ae72a

Best regards,
diff mbox series

Patch

diff --git a/meta-oe/recipes-connectivity/libmtp/libmtp_1.1.20.bb b/meta-oe/recipes-connectivity/libmtp/libmtp_1.1.21.bb
similarity index 95%
rename from meta-oe/recipes-connectivity/libmtp/libmtp_1.1.20.bb
rename to meta-oe/recipes-connectivity/libmtp/libmtp_1.1.21.bb
index 41fc46c31..94cbef8fc 100644
--- a/meta-oe/recipes-connectivity/libmtp/libmtp_1.1.20.bb
+++ b/meta-oe/recipes-connectivity/libmtp/libmtp_1.1.21.bb
@@ -19,7 +19,7 @@  DEPENDS:append:class-target = " ${BPN}-native"
 
 SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/v${PV}/${BP}.tar.gz"
 SRC_URI:append:class-target = " file://0001-Use-native-mtp-hotplug.patch"
-SRC_URI[sha256sum] = "c9191dac2f5744cf402e08641610b271f73ac21a3c802734ec2cedb2c6bc56d0"
+SRC_URI[sha256sum] = "f4c1ceb3df020a6cb851110f620c14fe399518c494ed252039cbfb4e34335135"
 
 inherit autotools pkgconfig lib_package