From patchwork Fri Dec 1 13:14:50 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: 35555 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 553DDC27C58 for ; Fri, 1 Dec 2023 13:15:01 +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.web10.22317.1701436491352897859 for ; Fri, 01 Dec 2023 05:14:51 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=VwK6Yw7b; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=BAlG+XXH; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.192, mailfrom: 0101018c25848339-bdc86daa-3543-4b38-a2f8-4f513a475027-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=1701436490; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date; bh=aG0/1VAimZsjaTTFS7w6Ra/FK0n2W3wdO7fPgDv3lDQ=; b=VwK6Yw7boR4HxNuIfTTAFi4LDEux8w5S/bZyBQg3KWnzohrQwXbwTmDRlLXij+BM H9DWHze0PMKw1j+Q80sP2EzLsD8MTU/stMQI/Kz+zb/cEaXosr1uAFzvbXV5am2L1il Ci+GOQWcw32xEv1IEEEP5Q6nmrITmt/ub501bDN4= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1701436490; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date:Feedback-ID; bh=aG0/1VAimZsjaTTFS7w6Ra/FK0n2W3wdO7fPgDv3lDQ=; b=BAlG+XXHUNg7W15R2xCd8twZrMFuH+hYQzeBRvHpkh91JJu+Mflb27OZpvqZ7QSG i2yA9PeuzBezkuhaBOUNwJt1JUSQ4lY2/h0kaf7z3HJwS+txV9NqTDG2cPXFijw6QJc kn6Q74gAqc5KQ4UPdbhTaaQUBy5+IXVLsSQ2ILPM= 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: <0101018c25848339-bdc86daa-3543-4b38-a2f8-4f513a475027-000000@us-west-2.amazonses.com> Date: Fri, 1 Dec 2023 13:14:50 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.12.01-54.240.27.192 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 ; Fri, 01 Dec 2023 13:15:01 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/191586 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 e84c36702c644f67f8a87a3fb3152d903f426d42 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 1 Dec 2023 06:46:46 +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..e3859e5af9 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 2f8a9dbfd088044c39760cbd7528230d4d77e7ca 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"