From patchwork Mon Jul 1 16:57:55 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 45887 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 A7E13C3DA6F for ; Mon, 1 Jul 2024 16:58:00 +0000 (UTC) Received: from a27-29.smtp-out.us-west-2.amazonses.com (a27-29.smtp-out.us-west-2.amazonses.com [54.240.27.29]) by mx.groups.io with SMTP id smtpd.web11.2180.1719853076154796170 for ; Mon, 01 Jul 2024 09:57:56 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=YRiN+UeR; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=E7FzmwLp; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.29, mailfrom: 010101906f3b4bb9-d4b00e72-cc09-42e5-b004-dbd5777d674b-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx; d=yoctoproject.org; t=1719853075; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=gmRb6r6RJQNK4OjsIby0GAJlojEn57UIPNJcdC8U+eI=; b=YRiN+UeRE54FFJo3G1SyIGJVU6HRMrKGGuES+AAYmNAmINFzSQcJXiV5YUtbrV9u rJ6E6djEQ5ohPoCoby394hvShQPp+XwRG5LykBU9rke8ol1wr0f8DYrFXvg1Kb1yFdB mVJFvBj7aW1ho423WHvPZvq+75L3MHlZKvwGPhng= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1719853075; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=gmRb6r6RJQNK4OjsIby0GAJlojEn57UIPNJcdC8U+eI=; b=E7FzmwLpYKHxHLkx2aJ/UrMU3jjFbv05LOU42mtu2KK9Eqtzk7ygZ0J4Eo6P0akZ VSqhvxHi/RPk1wWAOuaVaQndYQK9xQiNMmABHg1my+q+TK8B2tfQfc9dIIrPjWfdnxG niIA8LjYXOFO/fJauI8Vb/Itk6M2j5jtp3mB3Kvo= MIME-Version: 1.0 From: auh@yoctoproject.org To: Alex Stewart Cc: openembedded-core@lists.openembedded.org Subject: [AUH] opkg-utils: upgrading to 0.7.0 SUCCEEDED Message-ID: <010101906f3b4bb9-d4b00e72-cc09-42e5-b004-dbd5777d674b-000000@us-west-2.amazonses.com> Date: Mon, 1 Jul 2024 16:57:55 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.07.01-54.240.27.29 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 01 Jul 2024 16:58:00 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/201339 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *opkg-utils* to *0.7.0* has Succeeded. Next steps: - apply the patch: git am 0001-opkg-utils-upgrade-0.6.3-0.7.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 847531ab7739efdfae6483293cebd677f096c585 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 1 Jul 2024 08:24:29 +0000 Subject: [PATCH] opkg-utils: upgrade 0.6.3 -> 0.7.0 --- ...e-numeric-owner-parameter-overzealou.patch | 34 ------------------- ...lternatives-correctly-match-priority.patch | 2 +- ...pkg-utils_0.6.3.bb => opkg-utils_0.7.0.bb} | 3 +- 3 files changed, 2 insertions(+), 37 deletions(-) delete mode 100644 meta/recipes-devtools/opkg-utils/opkg-utils/0001-opkg-build-remove-numeric-owner-parameter-overzealou.patch rename meta/recipes-devtools/opkg-utils/{opkg-utils_0.6.3.bb => opkg-utils_0.7.0.bb} (94%) diff --git a/meta/recipes-devtools/opkg-utils/opkg-utils/0001-opkg-build-remove-numeric-owner-parameter-overzealou.patch b/meta/recipes-devtools/opkg-utils/opkg-utils/0001-opkg-build-remove-numeric-owner-parameter-overzealou.patch deleted file mode 100644 index 0cdeb9574a..0000000000 --- a/meta/recipes-devtools/opkg-utils/opkg-utils/0001-opkg-build-remove-numeric-owner-parameter-overzealou.patch +++ /dev/null @@ -1,34 +0,0 @@ -From 19c2c6a14c8760c3595f5dc6cc89cde85fbdbac1 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Piotr=20=C5=81obacz?= -Date: Tue, 9 Jan 2024 09:20:55 +0100 -Subject: [PATCH] opkg-build: remove `--numeric-owner` parameter overzealously - added - -In some corner cases this parameter has been added overzealously. -All discussion on this topic can be read in here: -https://bugzilla.yoctoproject.org/show_bug.cgi?id=15334 - -Upstream-Status: Backport [https://git.yoctoproject.org/opkg-utils/commit/?id=68a969f0e867ace0d94faf8ebe7c7bb67f59d386] - -Signed-off-by: Alex Stewart -Signed-off-by: Khem Raj ---- - opkg-build | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/opkg-build b/opkg-build -index 6edd938..0582958 100755 ---- a/opkg-build -+++ b/opkg-build -@@ -337,7 +337,7 @@ export LANG=C - export LC_ALL=C - ( cd $pkg_dir/$CONTROL && find . -type f | sort > $tmp_dir/control_list ) - ( cd $pkg_dir && find . -path ./$CONTROL -prune -o -path . -o -print | sort > $tmp_dir/file_list ) --( cd $pkg_dir && tar $attributesargs $ogargs $tsortargs --numeric-owner --no-recursion $mtime_args -c $tarformat -T $tmp_dir/file_list | $compressor $compressorargs > $tmp_dir/data.tar.$cext ) -+( cd $pkg_dir && tar $attributesargs $ogargs $tsortargs --no-recursion $mtime_args -c $tarformat -T $tmp_dir/file_list | $compressor $compressorargs > $tmp_dir/data.tar.$cext ) - ( cd $pkg_dir/$CONTROL && tar $ogargs $tsortargs --no-recursion $mtime_args -c $tarformat -T $tmp_dir/control_list | gzip $zipargs > $tmp_dir/control.tar.gz ) - rm $tmp_dir/file_list - rm $tmp_dir/control_list --- -2.43.0 - diff --git a/meta/recipes-devtools/opkg-utils/opkg-utils/0001-update-alternatives-correctly-match-priority.patch b/meta/recipes-devtools/opkg-utils/opkg-utils/0001-update-alternatives-correctly-match-priority.patch index 556d4ce5f5..5db0213873 100644 --- a/meta/recipes-devtools/opkg-utils/opkg-utils/0001-update-alternatives-correctly-match-priority.patch +++ b/meta/recipes-devtools/opkg-utils/opkg-utils/0001-update-alternatives-correctly-match-priority.patch @@ -1,4 +1,4 @@ -From 26206005dacd61380663bb4fd9b18178bb33665b Mon Sep 17 00:00:00 2001 +From 4f3804db2bb3d436b40559073fd349ba02bddcd9 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Sat, 24 Oct 2020 21:59:27 +0200 Subject: [PATCH] update-alternatives: correctly match priority diff --git a/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb b/meta/recipes-devtools/opkg-utils/opkg-utils_0.7.0.bb similarity index 94% rename from meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb rename to meta/recipes-devtools/opkg-utils/opkg-utils_0.7.0.bb index e138bc24af..44958b442e 100644 --- a/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb +++ b/meta/recipes-devtools/opkg-utils/opkg-utils_0.7.0.bb @@ -9,9 +9,8 @@ PROVIDES += "${@bb.utils.contains('PACKAGECONFIG', 'update-alternatives', 'virtu SRC_URI = "git://git.yoctoproject.org/opkg-utils;protocol=https;branch=master \ file://0001-update-alternatives-correctly-match-priority.patch \ - file://0001-opkg-build-remove-numeric-owner-parameter-overzealou.patch \ " -SRCREV = "589880d01969eb9af1e66120e731d43193504718" +SRCREV = "68a969f0e867ace0d94faf8ebe7c7bb67f59d386" S = "${WORKDIR}/git"