From patchwork Fri Nov 3 19:52:44 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: 33618 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 3B1CCC10DCE for ; Fri, 3 Nov 2023 19:52:51 +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.62971.1699041165185365512 for ; Fri, 03 Nov 2023 12:52:45 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=cHsHglrW; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=gGw5GRam; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.45, mailfrom: 0101018b96bebba0-6c14e0fd-2808-4699-9411-20fd0ff80be9-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=1699041164; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=VSfPXoTzCGkHHeFB+/8vl3A1SOA0fJJ3UbXNDHuqJYE=; b=cHsHglrWT0+H1D8KiFsQBP9SUcSAmOP+I+c0vWtv/58ZfBr9VkDr1a7geLsib83d Xj5lg3Ogp+/wbgZmhNMWSK5W2HRYBcEtpnLuodYie9TqLUKyEv+S0pO4zFaczUa6iXs jhERpgv8x5towtg7+qUUt2dRvWsDsAb0OCG+6B8A= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1699041164; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=VSfPXoTzCGkHHeFB+/8vl3A1SOA0fJJ3UbXNDHuqJYE=; b=gGw5GRamHSsLqjIJ8POypkhZnkNB11c/AMfKSZ1xlCoA6vbXBIlSdU5iifkk0TLm hNMnbrdkYcKCRsZ92d1XsZwB2Ytd3hzq2smI8BbRDknNPMD+b7nKZf+CI/+XZyXITzw iPujmWl6/SS23n/jquaYksT5wkFiJg1Dg2sAEk8s= MIME-Version: 1.0 From: auh@yoctoproject.org To: Forced@yoctoproject.org, maintainer@yoctoproject.org, for@yoctoproject.org, AUH@yoctoproject.org Cc: openembedded-devel@lists.openembedded.org Subject: [AUH] botan: upgrading to 3.2.0 FAILED Message-ID: <0101018b96bebba0-6c14e0fd-2808-4699-9411-20fd0ff80be9-000000@us-west-2.amazonses.com> Date: Fri, 3 Nov 2023 19:52:44 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.11.03-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 ; Fri, 03 Nov 2023 19:52:51 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/105879 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *botan* to *3.2.0* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-botan-upgrade-2.19.3-3.2.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 7f941fc50eaa7957b4ee6a5d20463bdb22dd3e1d Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 3 Nov 2023 11:36:07 +0000 Subject: [PATCH] botan: upgrade 2.19.3 -> 3.2.0 --- .../botan/{botan_2.19.3.bb => botan_3.2.0.bb} | 23 +++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) rename meta-oe/recipes-crypto/botan/{botan_2.19.3.bb => botan_3.2.0.bb} (60%) diff --git a/meta-oe/recipes-crypto/botan/botan_2.19.3.bb b/meta-oe/recipes-crypto/botan/botan_3.2.0.bb similarity index 60% rename from meta-oe/recipes-crypto/botan/botan_2.19.3.bb rename to meta-oe/recipes-crypto/botan/botan_3.2.0.bb index 8d9d423ce..2c426993a 100644 --- a/meta-oe/recipes-crypto/botan/botan_2.19.3.bb +++ b/meta-oe/recipes-crypto/botan/botan_3.2.0.bb @@ -1,11 +1,30 @@ +# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'. +# The following is the difference between the old and the new license text. +# Please update the LICENSE value if needed, and summarize the changes in +# the commit message via 'License-Update:' tag. +# (example: 'License-Update: copyright years updated.') +# +# The changes: +# +# --- license.txt +# +++ license.txt +# @@ -1,4 +1,4 @@ +# -Copyright (C) 1999-2022 The Botan Authors +# +Copyright (C) 1999-2023 The Botan Authors +# All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# +# + SUMMARY = "Crypto and TLS for C++11" HOMEPAGE = "https://botan.randombit.net" LICENSE = "BSD-2-Clause" -LIC_FILES_CHKSUM = "file://license.txt;md5=f4ce98476c07c34e1793daa036960fad" +LIC_FILES_CHKSUM = "file://license.txt;md5=f5254d3abe90ec5bb82c5694ff751546" SECTION = "libs" SRC_URI = "https://botan.randombit.net/releases/Botan-${PV}.tar.xz" -SRC_URI[sha256sum] = "dae047f399c5a47f087db5d3d9d9e8f11ae4985d14c928d71da1aff801802d55" +SRC_URI[sha256sum] = "049c847835fcf6ef3a9e206b33de05dd38999c325e247482772a5598d9e5ece3" S = "${WORKDIR}/Botan-${PV}"