From patchwork Thu Feb 15 17:32:27 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: 39379 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 6A433C48BF7 for ; Thu, 15 Feb 2024 17:32:30 +0000 (UTC) Received: from a27-31.smtp-out.us-west-2.amazonses.com (a27-31.smtp-out.us-west-2.amazonses.com [54.240.27.31]) by mx.groups.io with SMTP id smtpd.web11.20327.1708018344756167160 for ; Thu, 15 Feb 2024 09:32:28 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=fSFtOQmo; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=Lwl6kJR6; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.31, mailfrom: 0101018dadd3ad3e-a1d960e2-b20b-4668-b6d9-d2e79194aa61-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=1708018347; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=dkoOMj4G9ABHQGh0YEerM9lPlLqjhtKX4//nVTJyT4g=; b=fSFtOQmo23b4FnMrn65JeXOEuhs14dx741q0Veu5+NyC0JBELuAinnPYQw0Aylzc lj2ar+2xvNNnBoKN1IT0BPnKN5L8/VJRX+hWEKSc7X++nU4ODihIXZJ94YEZQKuNb3E tQt9jAH0C/TO4k/czW2z9qzAJ8xClrk5wTQ02Eq4= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1708018347; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=dkoOMj4G9ABHQGh0YEerM9lPlLqjhtKX4//nVTJyT4g=; b=Lwl6kJR6pkbFhCzH0n+smQ+Xh5QFLARraUtWYIGVUbErAd3Y7gV8awnL6lKk0oW7 fYkbg9yYdwQxYxFWSD37jSA6l79n1uOMFUf9Eb4xiaQ8JoBH+CaLKV7QHoY7109PqtM +qO2N/Z3Pa849GKNfXCVsXVj6k/ahLiaQSoXTZg0= MIME-Version: 1.0 From: auh@yoctoproject.org To: Alexander Kanavin Cc: openembedded-core@lists.openembedded.org Subject: [AUH] libmicrohttpd: upgrading to 1.0.0 SUCCEEDED Message-ID: <0101018dadd3ad3e-a1d960e2-b20b-4668-b6d9-d2e79194aa61-000000@us-west-2.amazonses.com> Date: Thu, 15 Feb 2024 17:32:27 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.02.15-54.240.27.31 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 ; Thu, 15 Feb 2024 17:32:30 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/195678 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libmicrohttpd* to *1.0.0* has Succeeded. Next steps: - apply the patch: git am 0001-libmicrohttpd-upgrade-0.9.77-1.0.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 eca163ba579c93e38f1e5833c93014373d978cf6 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 15 Feb 2024 17:14:43 +0000 Subject: [PATCH] libmicrohttpd: upgrade 0.9.77 -> 1.0.0 --- .../{libmicrohttpd_0.9.77.bb => libmicrohttpd_1.0.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/libmicrohttpd/{libmicrohttpd_0.9.77.bb => libmicrohttpd_1.0.0.bb} (90%) diff --git a/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb b/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.0.bb similarity index 90% rename from meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb rename to meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.0.bb index 792ac24726..8ef5251e1a 100644 --- a/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb +++ b/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.0.bb @@ -7,7 +7,7 @@ SECTION = "net" DEPENDS = "file" SRC_URI = "${GNU_MIRROR}/libmicrohttpd/${BPN}-${PV}.tar.gz" -SRC_URI[sha256sum] = "9e7023a151120060d2806a6ea4c13ca9933ece4eacfc5c9464d20edddb76b0a0" +SRC_URI[sha256sum] = "a02792d3cd1520e2ecfed9df642079d44a36ed87167442b28d7ed19e906e3e96" inherit autotools lib_package pkgconfig gettext