From: Wang Mingyu Date: Tue, 4 Aug 2026 04:05:07 +0000 (+0800) Subject: taglib: upgrade 2.3 -> 2.3.1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9325384d0af76aac328e4aaed9d1109e4d255ea0;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git taglib: upgrade 2.3 -> 2.3.1 Changelog: ========== * Matroska: Fix crash when seek head is invalid or missing. * Matroska: Check element length, support unknown size length, skip invalid elements. * Matroska: Allow Chapters without a ChapterUID. * Fix data length indicator check for compressed ID3v2 frames. * MP4: Use 'LongLong' instead of 'UInt' for 'cnID' atom to support large catalog IDs. * MP4: Fix destructor and assignment operator for 'MP4::Chapter'. * MP4: Let 'hasiXMLData()', 'hasBEXTData()' track on-disk state rather than in-memory state. * MP4: Support NI STEM atoms with 64-bit length. * MP4: Enlarge limit number of MP4 atoms at top level. * MP4: Avoid excessive sample allocations with invalid 'stsc' for QT chapters. * XM: Correctly save XM tracker files with samples. Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/taglib/taglib_2.3.bb b/meta/recipes-support/taglib/taglib_2.3.1.bb similarity index 95% rename from meta/recipes-support/taglib/taglib_2.3.bb rename to meta/recipes-support/taglib/taglib_2.3.1.bb index 26839cdbdb..0852295650 100644 --- a/meta/recipes-support/taglib/taglib_2.3.bb +++ b/meta/recipes-support/taglib/taglib_2.3.1.bb @@ -11,7 +11,7 @@ DEPENDS = "zlib utfcpp" SRC_URI = "http://taglib.github.io/releases/${BP}.tar.gz" -SRC_URI[sha256sum] = "7349f6fd942418bc7009ebe743eb7c9d055f02921ec56fa436ec25007c47fd38" +SRC_URI[sha256sum] = "a19d90e6fd41d09a0281ec0fe762d51491d7a6ccffc923c4f7868c5e647ca230" UPSTREAM_CHECK_URI = "https://taglib.org/" UPSTREAM_CHECK_REGEX = "taglib-(?P\d+(\.\d+)+)\.tar"