From patchwork Sat Sep 5 06:28:37 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 97341 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id CAD9CC79F95 for ; Sat, 5 Sep 2026 06:28:40 +0000 (UTC) Received: from a27-31.smtp-out.us-west-2.amazonses.com (a27-31.smtp-out.us-west-2.amazonses.com [54.240.27.31]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.3416.1788589715343453452 for ; Fri, 04 Sep 2026 23:28:38 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=g/WSi0e6; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=g+V9nFDe; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.31, mailfrom: 010101a0704137a0-89698f1a-1f9c-4cdb-8bf4-55df2880f88c-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1788589717; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date; bh=xHLGmtdutWylv7FqYMQozkMb9VUMMwa7t5nmQdUU7lo=; b=g/WSi0e6j55Q9k44bVxo9FPOZJeFkG5kF3AMWNQHjUeAtU0Bf6qmqPW8zEvsz7aE 3vbGwCAmuO95wkOpscg6MuMpFWlji8A2h7aATq21098R2TaziFfI/skj+yjOEZlQwlI 8YgYEwBpIn6rZ4SuIlzMmSsq5OfOteIrMqdy9jCY= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1788589717; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date:Feedback-ID; bh=xHLGmtdutWylv7FqYMQozkMb9VUMMwa7t5nmQdUU7lo=; b=g+V9nFDefb0jbw3vCswlFfnYPgDtc8+uktVzzt/ELxSkes3oNWvzsi2ToLCZFPfv H67/fu2v+dRWHG2yQHf/UrsslNgYPcegob8jqULO9qrACj6FMXwG2gJRqeF3NMSoOwT 1cGskL7n6xa8WZpn8W67wMrjRkjH/uEZ5Q4y0rRM= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Subject: [AUH] taglib: upgrading to 2.3.2 SUCCEEDED Message-ID: <010101a0704137a0-89698f1a-1f9c-4cdb-8bf4-55df2880f88c-000000@us-west-2.amazonses.com> Date: Sat, 5 Sep 2026 06:28:37 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.09.05-54.240.27.31 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sat, 05 Sep 2026 06:28:40 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/245139 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *taglib* to *2.3.2* has Succeeded. Next steps: - apply the patch: git am 0001-taglib-upgrade-2.3.1-2.3.2.patch - check the changes to upstream patches and summarize them in the commit message, - compile an image that contains the package - perform some basic sanity tests - amend the patch and sign it off: git commit -s --reset-author --amend - send it to the appropriate mailing list Alternatively, if you believe the recipe should not be upgraded at this time, you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that automatic upgrades would no longer be attempted. Please review the attached files for further information and build/update failures. Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler Regards, The Upgrade Helper -- >8 -- From ea32581e8dc27750a31f167a93717b1094a9554a Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 5 Sep 2026 06:28:28 +0000 Subject: [PATCH] taglib: upgrade 2.3.1 -> 2.3.2 Source: CHANGELOG.md TagLib 2.3.2 (Sep 5, 2026) ========================== * MP3: Fix parsing of per-frame unsynchronized ID3v2 frames. * MP3: Accept iTunes ID3 frames with space padded ID3v2.2 ID. * MP4: More tolerant handling of `covr` atom with wrong flags. * MP4: Support additional codecs (AC3, DTS, EAC3, FLAC, Opus). * Ogg: Support Vorbis comments from a multiplexed stream. * WMA: Improve property interface for ASF files. * RIFF: Support RF64 and BW64 64-bit extensions. * Matroska: Fix file scanning with fast read style. * Matroska: Load attachment data lazily on demand. * Matroska: Read the segment title without audio properties. * Verify values parsed from files to prevent resource exhaustion, denial of service attacks and out of range conversions by crafted input for various file formats (AIFF, APE, DSDIFF, FLAC, MP3, MP4, MPC, Matroska, Ogg, SHN, WMA, XM). * Fix data races in lazily initialized shared caches, test thread safety. * Use `Requires.private` for zlib with `pkg-config`. --- .../recipes-support/taglib/{taglib_2.3.1.bb => taglib_2.3.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/taglib/{taglib_2.3.1.bb => taglib_2.3.2.bb} (95%) diff --git a/meta/recipes-support/taglib/taglib_2.3.1.bb b/meta/recipes-support/taglib/taglib_2.3.2.bb similarity index 95% rename from meta/recipes-support/taglib/taglib_2.3.1.bb rename to meta/recipes-support/taglib/taglib_2.3.2.bb index 0852295650..1156e44e67 100644 --- a/meta/recipes-support/taglib/taglib_2.3.1.bb +++ b/meta/recipes-support/taglib/taglib_2.3.2.bb @@ -11,7 +11,7 @@ DEPENDS = "zlib utfcpp" SRC_URI = "http://taglib.github.io/releases/${BP}.tar.gz" -SRC_URI[sha256sum] = "a19d90e6fd41d09a0281ec0fe762d51491d7a6ccffc923c4f7868c5e647ca230" +SRC_URI[sha256sum] = "3ca2d8afaa7f1cf7f6ed10e511ebc368bfacd6dcaa3dbfa690b89e502e8963dc" UPSTREAM_CHECK_URI = "https://taglib.org/" UPSTREAM_CHECK_REGEX = "taglib-(?P\d+(\.\d+)+)\.tar"