From patchwork Mon Jul 15 19:19:08 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: 46394 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 9B9C1C3DA65 for ; Mon, 15 Jul 2024 19:19:13 +0000 (UTC) Received: from a27-193.smtp-out.us-west-2.amazonses.com (a27-193.smtp-out.us-west-2.amazonses.com [54.240.27.193]) by mx.groups.io with SMTP id smtpd.web10.1382.1721071149225354608 for ; Mon, 15 Jul 2024 12:19:09 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=dZzRoAj3; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=abxjYmqL; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.193, mailfrom: 01010190b7d59e29-96a03fb5-5aed-4df5-b91d-593d62430c20-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=1721071148; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=Qt0pe5GcSjvLvEK5cKG1k9U8Ei6EQGwuWCYraMPHOOw=; b=dZzRoAj3r4qWEZJ2K0HdMxbqsBYfVYCTBPBy6tw8jKotObs16zW6hnBxP5B+7fn4 zbb+7c+2Wchq/DME0z6gcZo6kL4y30wq7q/7R+uIFaqu/vN2hlGPkPXhvOWZl4CBvL0 m+jJpvGvUGg0RiaIqvdA4y4m5lK0HU29FZSOvRc0= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1721071148; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=Qt0pe5GcSjvLvEK5cKG1k9U8Ei6EQGwuWCYraMPHOOw=; b=abxjYmqLEDXj6vVe5TIedzkJmX9t4dobd2/Hre0pgRxPhZVeHP+OMp2ydcv+wrjz ckcc85VfDqMZEJG7Y9kFrVZgN/L+5MYQYF3nYEuRFpd3C8V9M4HsZROxnawQ5lCXe7m y2OYBiDRWDDp7GDEtcF2fpNptfFmbYkYerW2ulW0= MIME-Version: 1.0 From: auh@yoctoproject.org To: Alexander Kanavin Cc: openembedded-core@lists.openembedded.org Subject: [AUH] gdbm: upgrading to 1.24 SUCCEEDED Message-ID: <01010190b7d59e29-96a03fb5-5aed-4df5-b91d-593d62430c20-000000@us-west-2.amazonses.com> Date: Mon, 15 Jul 2024 19:19:08 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.07.15-54.240.27.193 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, 15 Jul 2024 19:19:13 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/202056 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *gdbm* to *1.24* has Succeeded. Next steps: - apply the patch: git am 0001-gdbm-upgrade-1.23-1.24.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 12dfab3f407b54ecb3225a94fa7870076bbe191d Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 15 Jul 2024 18:21:42 +0000 Subject: [PATCH] gdbm: upgrade 1.23 -> 1.24 --- meta/recipes-support/gdbm/files/ptest.patch | 12 ++++-------- .../gdbm/{gdbm_1.23.bb => gdbm_1.24.bb} | 2 +- 2 files changed, 5 insertions(+), 9 deletions(-) rename meta/recipes-support/gdbm/{gdbm_1.23.bb => gdbm_1.24.bb} (94%) diff --git a/meta/recipes-support/gdbm/files/ptest.patch b/meta/recipes-support/gdbm/files/ptest.patch index 25fb6bb2f4..4acdf2e294 100644 --- a/meta/recipes-support/gdbm/files/ptest.patch +++ b/meta/recipes-support/gdbm/files/ptest.patch @@ -1,4 +1,4 @@ -From 8bea84a598b51a7ac7e50aa8f0f20857a9b6b07b Mon Sep 17 00:00:00 2001 +From b0505e4e8a27074153b0799e017c71828fb240e4 Mon Sep 17 00:00:00 2001 From: Josep Puigdemont Date: Sun, 4 May 2014 16:02:07 +0200 Subject: [PATCH] Add install-ptest rules. @@ -6,14 +6,13 @@ Subject: [PATCH] Add install-ptest rules. Signed-off-by: Josep Puigdemont Signed-off-by: Maxin B. John Upstream-Status: Pending - --- Makefile.am | 5 +++++ tests/Makefile.am | 12 ++++++++++++ 2 files changed, 17 insertions(+) diff --git a/Makefile.am b/Makefile.am -index 59e2643..5f3ceb0 100644 +index d0b46ea..6c57b11 100644 --- a/Makefile.am +++ b/Makefile.am @@ -64,3 +64,8 @@ ChangeLog: @@ -26,10 +25,10 @@ index 59e2643..5f3ceb0 100644 + $(MAKE) -C $$subdir DESTDIR=$(DESTDIR)/$$subdir $@; \ + done diff --git a/tests/Makefile.am b/tests/Makefile.am -index fac6826..5dc2091 100644 +index eb071ac..9d14fe8 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am -@@ -143,3 +143,15 @@ d_creat_ce_LDADD = ../src/libgdbm.la ../compat/libgdbm_compat.la +@@ -145,3 +145,15 @@ d_creat_ce_LDADD = ../src/libgdbm.la ../compat/libgdbm_compat.la t_wordwrap_LDADD = ../tools/libgdbmapp.a SUBDIRS = gdbmtool @@ -45,6 +44,3 @@ index fac6826..5dc2091 100644 + $(INSTALL_PROGRAM) $$file $(DESTDIR) ; \ + fi \ + done --- -2.25.1 - diff --git a/meta/recipes-support/gdbm/gdbm_1.23.bb b/meta/recipes-support/gdbm/gdbm_1.24.bb similarity index 94% rename from meta/recipes-support/gdbm/gdbm_1.23.bb rename to meta/recipes-support/gdbm/gdbm_1.24.bb index a08079741d..88f9fa47cf 100644 --- a/meta/recipes-support/gdbm/gdbm_1.23.bb +++ b/meta/recipes-support/gdbm/gdbm_1.24.bb @@ -13,7 +13,7 @@ SRC_URI = "${GNU_MIRROR}/gdbm/gdbm-${PV}.tar.gz \ file://ptest.patch \ " -SRC_URI[sha256sum] = "74b1081d21fff13ae4bd7c16e5d6e504a4c26f7cde1dca0d963a484174bbcacd" +SRC_URI[sha256sum] = "695e9827fdf763513f133910bc7e6cfdb9187943a4fec943e57449723d2b8dbf" inherit autotools gettext texinfo lib_package ptest