From patchwork Wed Nov 15 14:37:08 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 34569 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 0C2E3C54F59 for ; Wed, 15 Nov 2023 14:37:11 +0000 (UTC) Received: from a27-45.smtp-out.us-west-2.amazonses.com (a27-45.smtp-out.us-west-2.amazonses.com [54.240.27.45]) by mx.groups.io with SMTP id smtpd.web11.14619.1700059029930698307 for ; Wed, 15 Nov 2023 06:37:10 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=C/o8HJhz; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=es8382vd; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.45, mailfrom: 0101018bd36a1d78-8548b84a-1a0c-4564-98a7-0f87346c68f1-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=1700059029; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date; bh=Pbqbe7fYXKnkMII5B/fg1J4xTps/+8Yuh6gUT+L5aFI=; b=C/o8HJhzPcx6azBiqyVDqcDfVh5r6wPGKfQxAicrvqPPFOX/mnLhLjZFjFrzW1Lq DlC/EtDz7cEHZ2D/mLbZZPKOplmuUnIjavfimI5Du3AuaBgCsuRtQ6nbcdPlgmFwpW0 mJPfVweSTvBqIRNO63Z8fpatwC9CYDX7YmBVMb9s= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1700059029; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date:Feedback-ID; bh=Pbqbe7fYXKnkMII5B/fg1J4xTps/+8Yuh6gUT+L5aFI=; b=es8382vdzZCTRpZvPZhApFV+0Mm5HnPMdHhCvvhkcxbv6DNJCs9lgOlbex2tWL1i dUewfgJj//Z4Hatv6qanSQY8BsTIQ+y+BRc8/DI8gbHqR1f/hmEP4kRbpZm/kx+iWoq 6YOCXN7pdqI6bRRckqpUxQo09+enVF2y7Sm6xbJA= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Subject: [AUH] dpkg: upgrading to 1.22.1 SUCCEEDED Message-ID: <0101018bd36a1d78-8548b84a-1a0c-4564-98a7-0f87346c68f1-000000@us-west-2.amazonses.com> Date: Wed, 15 Nov 2023 14:37:08 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.11.15-54.240.27.45 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 ; Wed, 15 Nov 2023 14:37:11 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/190619 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *dpkg* to *1.22.1* has Succeeded. Next steps: - apply the patch: git am 0001-dpkg-upgrade-1.22.0-1.22.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 e0e91e9be7007205e5a87a7487c18509b45b702c Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 15 Nov 2023 05:59:24 +0000 Subject: [PATCH] dpkg: upgrade 1.22.0 -> 1.22.1 --- .../dpkg/0001-build.c-ignore-return-of-1-from-tar-cf.patch | 4 ++-- meta/recipes-devtools/dpkg/{dpkg_1.22.0.bb => dpkg_1.22.1.bb} | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-devtools/dpkg/{dpkg_1.22.0.bb => dpkg_1.22.1.bb} (95%) diff --git a/meta/recipes-devtools/dpkg/dpkg/0001-build.c-ignore-return-of-1-from-tar-cf.patch b/meta/recipes-devtools/dpkg/dpkg/0001-build.c-ignore-return-of-1-from-tar-cf.patch index f2367c95e9..91bad062e9 100644 --- a/meta/recipes-devtools/dpkg/dpkg/0001-build.c-ignore-return-of-1-from-tar-cf.patch +++ b/meta/recipes-devtools/dpkg/dpkg/0001-build.c-ignore-return-of-1-from-tar-cf.patch @@ -1,4 +1,4 @@ -From e3ade3464b8a1129a55c2790cf114d9ae01e3cda Mon Sep 17 00:00:00 2001 +From 555d2dd1e1a98715fd0860c84771b26599b42d60 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Tue, 16 Jun 2020 03:57:25 +0000 Subject: [PATCH] build.c: ignore return of 1 from tar -cf @@ -29,7 +29,7 @@ Signed-off-by: Paul Eggleton 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/deb/build.c b/src/deb/build.c -index 76613adec..7c216d1a9 100644 +index 5da771924..7779706db 100644 --- a/src/deb/build.c +++ b/src/deb/build.c @@ -482,6 +482,7 @@ tarball_pack(const char *dir, filenames_feed_func *tar_filenames_feeder, diff --git a/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb b/meta/recipes-devtools/dpkg/dpkg_1.22.1.bb similarity index 95% rename from meta/recipes-devtools/dpkg/dpkg_1.22.0.bb rename to meta/recipes-devtools/dpkg/dpkg_1.22.1.bb index 7eaae9f22e..a56d0871a6 100644 --- a/meta/recipes-devtools/dpkg/dpkg_1.22.0.bb +++ b/meta/recipes-devtools/dpkg/dpkg_1.22.1.bb @@ -18,6 +18,6 @@ SRC_URI = "git://salsa.debian.org/dpkg-team/dpkg.git;protocol=https;branch=main SRC_URI:append:class-native = " file://0001-build.c-ignore-return-of-1-from-tar-cf.patch" -SRCREV = "744487c98a622b9b38c22c6ca330315af4a30a11" +SRCREV = "34451fab061f2c19fed6337f48a7949fc1eb57dd" S = "${WORKDIR}/git"