From patchwork Thu Jan 1 11:38:00 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: 77887 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 D459DEEE278 for ; Thu, 1 Jan 2026 11:38:11 +0000 (UTC) Received: from a27-23.smtp-out.us-west-2.amazonses.com (a27-23.smtp-out.us-west-2.amazonses.com [54.240.27.23]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.102979.1767267481135786650 for ; Thu, 01 Jan 2026 03:38:01 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=qaSUuXv4; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=F8mNEMUv; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.23, mailfrom: 0101019b7959b412-6d5e2c32-85a2-4281-9fde-dbeb3eb4aa31-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=j46ser6a2yusdzubpv7m7ewqgesde2ie; d=yoctoproject.org; t=1767267480; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=ggPZqnTomw2tkDxB2UPnwtxfQ1SgSyCzuOUvttcGLz8=; b=qaSUuXv4bLZphgYIcpAv9TtLQHq5XMfh4In6HzTXhtsgHDNbLKjqvTxBkiLuYMl1 Tw5K9Gk0pXFuSsytkAXDJt1kjJ4B4bdNqyc5i36CIxulfLpFo8iAGLSiQaJJmJ4p5fE eiuvWzB3Nl24J+8sEqqmRdMd5AnXXb0PkNAAwlZ4= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1767267480; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=ggPZqnTomw2tkDxB2UPnwtxfQ1SgSyCzuOUvttcGLz8=; b=F8mNEMUvqUxZtlD4ZcRUEF7tc3soUG6kZ8eN4I501xsTXGwyMZf4arNc2xz6ouAN cJw9sDD32lcyt1GUR5ZBpoSjQOdkaDI6OvN0ux6XAkCrStL6aEund8jyEiF6vFUAf7r CkR27VdWi+AEZqBJ/Y+DBc9YFM3EMdGxulqYu3r0= MIME-Version: 1.0 From: auh@yoctoproject.org To: Michael Opdenacker Cc: openembedded-core@lists.openembedded.org Subject: [AUH] alsa-lib: upgrading to 1.2.15.1 SUCCEEDED Message-ID: <0101019b7959b412-6d5e2c32-85a2-4281-9fde-dbeb3eb4aa31-000000@us-west-2.amazonses.com> Date: Thu, 1 Jan 2026 11:38:00 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.01.01-54.240.27.23 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 ; Thu, 01 Jan 2026 11:38:11 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/228800 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *alsa-lib* to *1.2.15.1* has Succeeded. Next steps: - apply the patch: git am 0001-alsa-lib-upgrade-1.2.15-1.2.15.1.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 ab73c1516989c8585c9ded0b6210f33df95514a2 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 1 Jan 2026 10:44:13 +0000 Subject: [PATCH] alsa-lib: upgrade 1.2.15 -> 1.2.15.1 --- ...use-closefrom-instead-of-close_range.patch | 50 ------------------- ...lsa-lib_1.2.15.bb => alsa-lib_1.2.15.1.bb} | 5 +- 2 files changed, 2 insertions(+), 53 deletions(-) delete mode 100644 meta/recipes-multimedia/alsa/alsa-lib-1.2.15/0001-ucm-use-closefrom-instead-of-close_range.patch rename meta/recipes-multimedia/alsa/{alsa-lib_1.2.15.bb => alsa-lib_1.2.15.1.bb} (89%) diff --git a/meta/recipes-multimedia/alsa/alsa-lib-1.2.15/0001-ucm-use-closefrom-instead-of-close_range.patch b/meta/recipes-multimedia/alsa/alsa-lib-1.2.15/0001-ucm-use-closefrom-instead-of-close_range.patch deleted file mode 100644 index 815aca8019..0000000000 --- a/meta/recipes-multimedia/alsa/alsa-lib-1.2.15/0001-ucm-use-closefrom-instead-of-close_range.patch +++ /dev/null @@ -1,50 +0,0 @@ -From a068cf08ad67447893b707cddfce31c9cafee643 Mon Sep 17 00:00:00 2001 -From: Michael Opdenacker -Date: Mon, 8 Dec 2025 23:46:17 -0500 -Subject: [PATCH] ucm: use closefrom instead of close_range - -From: Mike Gilbert - -closefrom is a library function with a fallback mechanism for when the -kernel does not support the close_range syscall. - -Also check for the function properly instead of assuming it is available -with _GNU_SOURCE defined. - -Closes: https://github.com/alsa-project/alsa-lib/pull/486 -Fixes: https://github.com/alsa-project/alsa-lib/issues/485 -Signed-off-by: Mike Gilbert -Signed-off-by: Jaroslav Kysela -Upstream-Status: Backport [a068cf08ad67447893b707cddfce31c9cafee643] ---- - configure.ac | 1 + - src/ucm/ucm_exec.c | 4 ++-- - 2 files changed, 3 insertions(+), 2 deletions(-) - -diff --git a/configure.ac b/configure.ac -index 8f4bd0de..f4862f64 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -52,6 +52,7 @@ dnl Checks for library functions. - AC_PROG_GCC_TRADITIONAL - AC_CHECK_FUNCS([uselocale]) - AC_CHECK_FUNCS([eaccess]) -+AC_CHECK_DECLS([closefrom]) - - dnl Enable largefile support - AC_SYS_LARGEFILE -diff --git a/src/ucm/ucm_exec.c b/src/ucm/ucm_exec.c -index b5a22023..713039b4 100644 ---- a/src/ucm/ucm_exec.c -+++ b/src/ucm/ucm_exec.c -@@ -259,8 +259,8 @@ int uc_mgr_exec(const char *prog) - - close(f); - --#if defined(_GNU_SOURCE) -- close_range(3, maxfd, 0); -+#if HAVE_DECL_CLOSEFROM -+ closefrom(3); - #else - for (f = 3; f < maxfd; f++) - close(f); diff --git a/meta/recipes-multimedia/alsa/alsa-lib_1.2.15.bb b/meta/recipes-multimedia/alsa/alsa-lib_1.2.15.1.bb similarity index 89% rename from meta/recipes-multimedia/alsa/alsa-lib_1.2.15.bb rename to meta/recipes-multimedia/alsa/alsa-lib_1.2.15.1.bb index 6ecdeefa46..f3dfd3f35d 100644 --- a/meta/recipes-multimedia/alsa/alsa-lib_1.2.15.bb +++ b/meta/recipes-multimedia/alsa/alsa-lib_1.2.15.1.bb @@ -9,9 +9,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7 \ file://src/socket.c;md5=285675b45e83f571c6a957fe4ab79c93;beginline=9;endline=24 \ " -SRC_URI = "https://www.alsa-project.org/files/pub/lib/${BP}.tar.bz2 \ - file://0001-ucm-use-closefrom-instead-of-close_range.patch" -SRC_URI[sha256sum] = "83770841585e766a60c99fd23f8c574c22643ae0cb1f2d20b793c3d84eb95a8d" +SRC_URI = "https://www.alsa-project.org/files/pub/lib/${BP}.tar.bz2" +SRC_URI[sha256sum] = "7f983ca89ca420872ca16e8a9f8f97fb63db6c1c6e2585b91737a08bb03f566c" inherit autotools pkgconfig