From patchwork Fri Aug 14 06:36:46 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: 95231 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 3C9F9C5DF76 for ; Fri, 14 Aug 2026 06:36:48 +0000 (UTC) Received: from a27-192.smtp-out.us-west-2.amazonses.com (a27-192.smtp-out.us-west-2.amazonses.com [54.240.27.192]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.7503.1786689407384559951 for ; Thu, 13 Aug 2026 23:36:47 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=rHhYedC6; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=O5WGYIPD; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.192, mailfrom: 0101019ffefcc67e-b14ce8b1-9a36-4a63-9c3c-2c697434ede4-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=1786689406; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date; bh=yWi36VUKQGZYRpfjdSQbs8oEwr4wHyC+Ngw1oDV0T4g=; b=rHhYedC6JFz993mHM8SL/W4BJCPAn2SaH3Ua6G7PIvFDHBwHAC32bD9I56vleKom WiIs+wBAZtMwnDBTkDClEXh9xYtsWwv+MkKJ6rFO766IQw87GSdX7xFqEvFfG0jQL6M we0l7szmp1unRMGGEV85Ml/EnJMNrXNk4BXoDwps= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1786689406; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date:Feedback-ID; bh=yWi36VUKQGZYRpfjdSQbs8oEwr4wHyC+Ngw1oDV0T4g=; b=O5WGYIPDe+jvJjNu0NRJz/WMiJa8PLTu+MOirgk5H2940NTiYD7lQsJ6xkPkZZzk 0BPPSYgQAYYR+vy8wbN2hUsyiAU2kFMbE5mEmGGSCGjsbyWDqi2NV0m0pcEqKYvSRC5 NqJorYgcYu5vYONNa8d/9D9y9uHB5CZ7GR2Qlt7o= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Subject: [AUH] bash-completion: upgrading to 2.18.0 SUCCEEDED Message-ID: <0101019ffefcc67e-b14ce8b1-9a36-4a63-9c3c-2c697434ede4-000000@us-west-2.amazonses.com> Date: Fri, 14 Aug 2026 06:36:46 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.08.14-54.240.27.192 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 ; Fri, 14 Aug 2026 06:36:48 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/243417 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *bash-completion* to *2.18.0* has Succeeded. Next steps: - apply the patch: git am 0001-bash-completion-upgrade-2.17.0-2.18.0.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 c3f156f068910a009b0afa72bff9e4764bf5bb10 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 14 Aug 2026 06:31:25 +0000 Subject: [PATCH] bash-completion: upgrade 2.17.0 -> 2.18.0 Source: CHANGELOG.md # Changelog ## [2.18.0](https://github.com/scop/bash-completion/compare/2.17.0...2.18.0) (2026-07-05) This release comes with notable changes to the directories used for looking up and sourcing completion recipes and helpers, allowing for more flexibility and customization and fewer conflicts between things shipping with bash-completion and third party/upstream/origin packages. Files that come with bash-completion itself are located in directories reserved for that use, their names ending with `-core` and `-fallback`. Packages should continue install their files in the same `completions` and `helpers` dirs like before; these directories precede the bash-completion "core" ones in lookup order. A new concept of `startup` dirs has been introduced. Files from these directories are sourced eagerly on bash-completion startup. This replaces and allows for more flexibility than using the deprecated `/etc/bash_completion.d` directory for this purpose. See README.md for more information. ### Features * **_comp__init:** source system startup files earlier ([b09700d](https://github.com/scop/bash-completion/commit/b09700dda29b56fb89812e1215956a631cc7c848)) * **_comp_compgen_filedir:** automatically add `-f` on _comp_compgen `-C` or `-P` ([#1552](https://github.com/scop/bash-completion/issues/1552)) ([6d5fca6](https://github.com/scop/bash-completion/commit/6d5fca6eaeb4e33750a187072efceecd22e82346)) * **_comp_compgen_filedir:** support "filedir -X" ([ce28419](https://github.com/scop/bash-completion/commit/ce2841911c7a3f5a056b6a310038f0df17a8da42)) * **_comp_compgen_sysv_services:** factorize SysV service generation ([c4c8c4b](https://github.com/scop/bash-completion/commit/c4c8c4b54040d4acc2688ed8fc040330d964fe12)) * **aclocal,automake:** support versioned 1.17 executables ([94bbb3a](https://github.com/scop/bash-completion/commit/94bbb3a1b6fafeac96c27e1899dd5efc920a6a89)) * **aclocal,automake:** support versioned 1.18 executables ([9287b4b](https://github.com/scop/bash-completion/commit/9287b4be2d49be873aded3fb40f56380fd8f97d8)) * **apt-*:** update known options up to apt 3.2.0 ([c421d50](https://github.com/scop/bash-completion/commit/c421d508b6d922ee43364fd9e0d9bc3bddb5f56c)) * **apt-cache:** update known options up to apt 3.2.0 ([0ab85c5](https://github.com/scop/bash-completion/commit/0ab85c5ff2c39300acfce0afde2e65b707e314b4)) * **apt-get:** update known options up to apt 3.2.0 ([6a18e0c](https://github.com/scop/bash-completion/commit/6a18e0c0cf11c9be16616bc817f4613cb9ba95b0)) * **apt-mark:** update known options up to apt 3.2.0 ([644a026](https://github.com/scop/bash-completion/commit/644a0268c117c98a6915dfd23548a3a8b8def6db)) * **codex:** 3rd party fallback completion loader ([0f425bd](https://github.com/scop/bash-completion/commit/0f425bd37c2982b70f6c2ce865eeae0af05a715d)) * **copilot:** 3rd party fallback completion loader ([744602a](https://github.com/scop/bash-completion/commit/744602ac64dc24586e2492813751cc38a0aef2d7)) * **c [Changelog truncated as it exceeds 3000 characters; the full changelog can be found in an attachment to the AUH email] --- .../{bash-completion_2.17.0.bb => bash-completion_2.18.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/bash-completion/{bash-completion_2.17.0.bb => bash-completion_2.18.0.bb} (92%) diff --git a/meta/recipes-support/bash-completion/bash-completion_2.17.0.bb b/meta/recipes-support/bash-completion/bash-completion_2.18.0.bb similarity index 92% rename from meta/recipes-support/bash-completion/bash-completion_2.17.0.bb rename to meta/recipes-support/bash-completion/bash-completion_2.18.0.bb index 843b5b831d..c14681bc96 100644 --- a/meta/recipes-support/bash-completion/bash-completion_2.17.0.bb +++ b/meta/recipes-support/bash-completion/bash-completion_2.18.0.bb @@ -14,7 +14,7 @@ SECTION = "console/utils" SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BPN}-${PV}.tar.xz" -SRC_URI[sha256sum] = "dd9d825e496435fb3beba3ae7bea9f77e821e894667d07431d1d4c8c570b9e58" +SRC_URI[sha256sum] = "88bcf85124f77f74f2f2f8bcd16ac4382d807a827ede742a64940c7116aea33f" GITHUB_BASE_URI = "https://github.com/scop/bash-completion/releases" PARALLEL_MAKE = ""