From patchwork Fri Mar 1 22:05:17 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 40364 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 EC0DBC54EE5 for ; Fri, 1 Mar 2024 22:05:20 +0000 (UTC) Received: from a27-30.smtp-out.us-west-2.amazonses.com (a27-30.smtp-out.us-west-2.amazonses.com [54.240.27.30]) by mx.groups.io with SMTP id smtpd.web10.36627.1709330716569207894 for ; Fri, 01 Mar 2024 14:05:18 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=PjO/Rs1/; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=A51TD8Dg; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.30, mailfrom: 0101018dfc0cdd25-464bfca3-f974-4060-abe3-761dcf52b1c0-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=1709330718; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=LshV/V71xNIdnrt2bEq/nNDzq80IG+GzztBc4+J5HP4=; b=PjO/Rs1/V92Z6CzwdKz+yVmSybrgTBUcL3cbPKRpzX3cqBYCvLboG73MMRCtx52B Rq/9nMaayClKo/j6HZbJ2JOQv4juSlwrN+/6GfnHxq1woSBNylupdYveSx8S4XETCjn n8fk5INPRbJrKQBf5O5KjqTQrhFG55A+lqxmGcoo= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1709330718; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=LshV/V71xNIdnrt2bEq/nNDzq80IG+GzztBc4+J5HP4=; b=A51TD8DgXcq/n72omhqWDXkOTTo1YTYgzZcGw0XfDK/Gc3F/fLAmhToh5Xkc8UGq XWRoMCuf8h1JIwwB6sXrdM4CT8xp2qs3bhXmmCXN/hJ6A3Dzdyr2HuPR7FmX7vin71O 8bXHIVYlfEcu1EUdX7tkKzUM0ZeK+AyKSF6xRl7U= MIME-Version: 1.0 From: auh@yoctoproject.org To: Yi Zhao Cc: openembedded-core@lists.openembedded.org Subject: [AUH] libbsd: upgrading to 0.12.1 SUCCEEDED Message-ID: <0101018dfc0cdd25-464bfca3-f974-4060-abe3-761dcf52b1c0-000000@us-west-2.amazonses.com> Date: Fri, 1 Mar 2024 22:05:17 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.03.01-54.240.27.30 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 Mar 2024 22:05:20 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/196544 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libbsd* to *0.12.1* has Succeeded. Next steps: - apply the patch: git am 0001-libbsd-upgrade-0.11.8-0.12.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 089202f58471bc45a391d3659a6ff39c027792f7 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 1 Mar 2024 21:46:38 +0000 Subject: [PATCH] libbsd: upgrade 0.11.8 -> 0.12.1 --- .../{libbsd_0.11.8.bb => libbsd_0.12.1.bb} | 26 +++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) rename meta/recipes-support/libbsd/{libbsd_0.11.8.bb => libbsd_0.12.1.bb} (68%) diff --git a/meta/recipes-support/libbsd/libbsd_0.11.8.bb b/meta/recipes-support/libbsd/libbsd_0.12.1.bb similarity index 68% rename from meta/recipes-support/libbsd/libbsd_0.11.8.bb rename to meta/recipes-support/libbsd/libbsd_0.12.1.bb index 17049c8c28..4e097a28c8 100644 --- a/meta/recipes-support/libbsd/libbsd_0.11.8.bb +++ b/meta/recipes-support/libbsd/libbsd_0.12.1.bb @@ -1,3 +1,25 @@ +# 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: +# +# --- COPYING +# +++ COPYING +# @@ -3,7 +3,7 @@ +# Files: +# * +# Copyright: +# - Copyright © 2004-2006, 2008-2022 Guillem Jover +# + Copyright © 2004-2024 Guillem Jover +# License: BSD-3-clause +# +# Files: +# +# + SUMMARY = "Library of utility functions from BSD systems" DESCRIPTION = "This library provides useful functions commonly found on BSD systems, \ and lacking on others like GNU systems, thus making it easier to port \ @@ -33,12 +55,12 @@ LICENSE:${PN}-locale = "BSD-3-Clause & ISC & PD" LICENSE:${PN}-src = "BSD-3-Clause & ISC & PD" LICENSE:${PN}-staticdev = "BSD-3-Clause & ISC & PD" -LIC_FILES_CHKSUM = "file://COPYING;md5=befe09fada57bdcf7f7c12f51081b08f" +LIC_FILES_CHKSUM = "file://COPYING;md5=9b087a0981a1fcad42efbba6d4925a0f" SECTION = "libs" SRC_URI = "https://libbsd.freedesktop.org/releases/${BPN}-${PV}.tar.xz" -SRC_URI[sha256sum] = "55fdfa2696fb4d55a592fa9ad14a9df897c7b0008ddb3b30c419914841f85f33" +SRC_URI[sha256sum] = "d7747f8ec1baa6ff5c096a9dd587c061233dec90da0f1aedd66d830f6db6996a" inherit autotools pkgconfig