From patchwork Sat Sep 2 10:29:16 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: 29848 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 423A3CCF986 for ; Sat, 2 Sep 2023 10:29:26 +0000 (UTC) Received: from a27-23.smtp-out.us-west-2.amazonses.com (a27-23.smtp-out.us-west-2.amazonses.com [54.240.27.23]) by mx.groups.io with SMTP id smtpd.web10.5679.1693650553403327734 for ; Sat, 02 Sep 2023 03:29:16 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=JD9qGrQ6; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=A0rpZopw; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.23, mailfrom: 0101018a557094a8-d790b045-c50c-4a6d-b402-a3da560263ce-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=1693650556; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date; bh=YOvRqUK86l9CBf6JhlOCP2YguvejtKZ/J8uN9JO1zaQ=; b=JD9qGrQ6a57xmc2hDAVX6LhgM92WNI08b5UV5nfKTb8wVXH0fqkygRjNQNBhYvOl EW4qOHWYKn7qF+CyYz05iaw5yEvi/6ZcQ8K0g7IOK31Ud+YUszat3oWAFwydc+feUjZ fUiUsuOPOj9pCHOulyi7McghDmqV5OzgQ297CcCU= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1693650556; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date:Feedback-ID; bh=YOvRqUK86l9CBf6JhlOCP2YguvejtKZ/J8uN9JO1zaQ=; b=A0rpZopweRFbkZuxj1wGbRxOTuQSghco91qGUXbBIpr9guSvL8OYQYM9mU1+JyDm nSuMYZVcGYe+90YbNcqohzI74pKcYbHNdqOnAuG6fPGJ4e7eLXulAW9q7jb8fnGpVvT vyqoWdyKqvJUuu+Si1uY6cD+sTEd+/pXiizfdnoM= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Subject: [AUH] libgit2: upgrading to 1.7.1 SUCCEEDED Message-ID: <0101018a557094a8-d790b045-c50c-4a6d-b402-a3da560263ce-000000@us-west-2.amazonses.com> Date: Sat, 2 Sep 2023 10:29:16 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.09.02-54.240.27.23 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 ; Sat, 02 Sep 2023 10:29:26 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/187134 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libgit2* to *1.7.1* has Succeeded. Next steps: - apply the patch: git am 0001-libgit2-upgrade-1.7.0-1.7.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 7066b1f257b8d426e79491ff29f475eab822b648 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 2 Sep 2023 07:17:34 +0000 Subject: [PATCH] libgit2: upgrade 1.7.0 -> 1.7.1 --- .../libgit2/{libgit2_1.7.0.bb => libgit2_1.7.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/libgit2/{libgit2_1.7.0.bb => libgit2_1.7.1.bb} (92%) diff --git a/meta/recipes-support/libgit2/libgit2_1.7.0.bb b/meta/recipes-support/libgit2/libgit2_1.7.1.bb similarity index 92% rename from meta/recipes-support/libgit2/libgit2_1.7.0.bb rename to meta/recipes-support/libgit2/libgit2_1.7.1.bb index 15a91cfb27..92af0b8454 100644 --- a/meta/recipes-support/libgit2/libgit2_1.7.0.bb +++ b/meta/recipes-support/libgit2/libgit2_1.7.1.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=5bdf47bbc9a39dc6ce076d59e322dc17" DEPENDS = "curl openssl zlib libssh2 libgcrypt libpcre2" SRC_URI = "git://github.com/libgit2/libgit2.git;branch=maint/v1.7;protocol=https" -SRCREV = "3e2baa6d0bfb42f9016e24cba1733a6ae26a8ae6" +SRCREV = "a2bde63741977ca0f4ef7db2f609df320be67a08" S = "${WORKDIR}/git"