From patchwork Fri Nov 3 19:52:49 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: 33636 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 10B88C25B07 for ; Fri, 3 Nov 2023 19:52:53 +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.63880.1699041167836017796 for ; Fri, 03 Nov 2023 12:52:49 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=MK77Ci6B; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=jaKXToXZ; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.23, mailfrom: 0101018b96becf96-67a2629e-707d-4a47-a344-7b41799a27d9-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=1699041169; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=3Y1EfvLn0gORplewZsc/snpb0ODqGReyObY1ktdg+MA=; b=MK77Ci6B8wiajYXf5fBiJWFvoImMs77rPAAyP330+tkDEnv5ZKKN9DEU4gLLNuPA 6tC87FJHwOINwHd64Dz63t+i8Zqmzee4az/5Kv5oIGdBAVufj5OQzeUbnK2KpFz0dOI wCy9gO8xRhNkHRfp71x8mQa6z7h+VVyx00WOIzcY= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1699041169; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=3Y1EfvLn0gORplewZsc/snpb0ODqGReyObY1ktdg+MA=; b=jaKXToXZ/mn91cs3TF/rvnqdyhmpgT3NwJ7SHFKom64BaR7oDASKbUHj+/pHPcPf BixM8IJpYWZz9rGusoXzwzNenIZm48lHGNiCyKOm3B/L5Y5bJhGwXDCrHm6VsJlv8rS C3J0GxKbZu6ALFR7KVOSpQtjsOrRJKjfmxC/zfR4= 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] libsodium: upgrading to 1.0.19 SUCCEEDED Message-ID: <0101018b96becf96-67a2629e-707d-4a47-a344-7b41799a27d9-000000@us-west-2.amazonses.com> Date: Fri, 3 Nov 2023 19:52:49 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.11.03-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 ; Fri, 03 Nov 2023 19:52:53 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/105970 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libsodium* to *1.0.19* has Succeeded. Next steps: - apply the patch: git am 0001-libsodium-upgrade-1.0.18-1.0.19.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 e7874cb60dc93d2bb4c54f80847d15e19998c4ff Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 3 Nov 2023 14:55:01 +0000 Subject: [PATCH] libsodium: upgrade 1.0.18 -> 1.0.19 --- ...ibsodium_1.0.18.bb => libsodium_1.0.19.bb} | 28 +++++++++++++++++-- 1 file changed, 25 insertions(+), 3 deletions(-) rename meta-oe/recipes-crypto/libsodium/{libsodium_1.0.18.bb => libsodium_1.0.19.bb} (26%) diff --git a/meta-oe/recipes-crypto/libsodium/libsodium_1.0.18.bb b/meta-oe/recipes-crypto/libsodium/libsodium_1.0.19.bb similarity index 26% rename from meta-oe/recipes-crypto/libsodium/libsodium_1.0.18.bb rename to meta-oe/recipes-crypto/libsodium/libsodium_1.0.19.bb index 53b3ddc26..142b63917 100644 --- a/meta-oe/recipes-crypto/libsodium/libsodium_1.0.18.bb +++ b/meta-oe/recipes-crypto/libsodium/libsodium_1.0.19.bb @@ -1,13 +1,35 @@ +# 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 +# +++ LICENSE +# @@ -1,7 +1,7 @@ +# /* +# * ISC License +# * +# - * Copyright (c) 2013-2019 +# + * Copyright (c) 2013-2023 +# * Frank Denis +# * +# * Permission to use, copy, modify, and/or distribute this software for any +# +# + SUMMARY = "The Sodium crypto library" HOMEPAGE = "http://libsodium.org/" BUGTRACKER = "https://github.com/jedisct1/libsodium/issues" LICENSE = "ISC" -LIC_FILES_CHKSUM = "file://LICENSE;md5=47203c753972e855179dfffe15188bee" +LIC_FILES_CHKSUM = "file://LICENSE;md5=49ce3b426e6a002e23a1387248e6dbe9" SRC_URI = "https://download.libsodium.org/libsodium/releases/${BPN}-${PV}.tar.gz" -SRC_URI[md5sum] = "3ca9ebc13b6b4735acae0a6a4c4f9a95" -SRC_URI[sha256sum] = "6f504490b342a4f8a4c4a02fc9b866cbef8622d5df4e5452b46be121e46636c1" +SRC_URI[sha256sum] = "018d79fe0a045cca07331d37bd0cb57b2e838c51bc48fd837a1472e50068bbea" inherit autotools +S = "${WORKDIR}/libsodium-stable" BBCLASSEXTEND = "native nativesdk"