From patchwork Mon Jun 1 15:35:57 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 89047 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 36CB3CD6E69 for ; Mon, 1 Jun 2026 15:36:02 +0000 (UTC) Received: from a27-191.smtp-out.us-west-2.amazonses.com (a27-191.smtp-out.us-west-2.amazonses.com [54.240.27.191]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.1569.1780328137833093025 for ; Mon, 01 Jun 2026 08:35:58 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=LmfRNKGf; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=R1h7lEwk; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.191, mailfrom: 0101019e83d3d21d-94a06e13-f523-4621-892e-01e6fc0996e0-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=1780328157; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=eXQaRjPJAEsSFDMXDHsOjmQVkdr+3hTS+eBCD7gmSSw=; b=LmfRNKGf+obF7c19Ufz/yOvd18QRrFCXGGGT6GJwqdqezmWyLq31c4BbgPm/rG7s mo2/w/MIPfHrNoR8ZactejqnjDr4LQsb9Xyoge9Hj+xNqTeFUgr5R6NA6ChXj4mLss3 oJR51Liv+7x6XxF544EF8cdekwImKIBR3VhDGsbk= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1780328157; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=eXQaRjPJAEsSFDMXDHsOjmQVkdr+3hTS+eBCD7gmSSw=; b=R1h7lEwkxvlEKqWntv1vGS3YJ58OsLPe/tio1mmsEviHso6c04IzIuthY66cUges ESUdmIoaiBIfQgXruAqhpJTl9Teacst9x2/8liZzupzSwyzm8a84kK52DIzpyATMUJc k68j8yr+fs3bW663Y8IEhKa7VrkglGNDvOdkdWXc= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Cc: Subject: [AUH] libmd: upgrading to 1.2.0 SUCCEEDED Message-ID: <0101019e83d3d21d-94a06e13-f523-4621-892e-01e6fc0996e0-000000@us-west-2.amazonses.com> Date: Mon, 1 Jun 2026 15:35:57 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.06.01-54.240.27.191 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 01 Jun 2026 15:36:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/237965 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *libmd* to *1.2.0* has Succeeded. Next steps: - apply the patch: git am 0001-libmd-upgrade-1.1.0-1.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 344c79a03bb7e3087083bc029472dba8dc17fa0f Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 1 Jun 2026 15:00:29 +0000 Subject: [PATCH] libmd: upgrade 1.1.0 -> 1.2.0 --- .../libmd/{libmd_1.1.0.bb => libmd_1.2.0.bb} | 105 +++++++++++++++++- 1 file changed, 103 insertions(+), 2 deletions(-) rename meta/recipes-support/libmd/{libmd_1.1.0.bb => libmd_1.2.0.bb} (17%) diff --git a/meta/recipes-support/libmd/libmd_1.1.0.bb b/meta/recipes-support/libmd/libmd_1.2.0.bb similarity index 17% rename from meta/recipes-support/libmd/libmd_1.1.0.bb rename to meta/recipes-support/libmd/libmd_1.2.0.bb index ffc59deb26..4bb0e198ce 100644 --- a/meta/recipes-support/libmd/libmd_1.1.0.bb +++ b/meta/recipes-support/libmd/libmd_1.2.0.bb @@ -1,3 +1,104 @@ +# 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 © 2009, 2011, 2016 Guillem Jover +# + 2009-2026 Guillem Jover +# License: BSD-3-clause +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions +# @@ -31,8 +31,7 @@ +# include/sha2.h +# src/sha2.c +# Copyright: +# - Copyright © 2000-2001, Aaron D. Gifford +# - All rights reserved. +# + 2000-2001 Aaron D. Gifford +# License: BSD-3-clause-Aaron-D-Gifford +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions +# @@ -62,7 +61,7 @@ +# include/rmd160.h +# src/rmd160.c +# Copyright: +# - Copyright © 2001 Markus Friedl. All rights reserved. +# + 2001 Markus Friedl +# License: BSD-2-clause +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions +# @@ -85,12 +84,46 @@ +# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# +# Files: +# + include/sha3.h +# + man/SHA3_Selftest.3 +# + man/sha3.3 +# + man/shake.3 +# + src/keccak.c +# + src/keccak.h +# + src/local-endian.h +# + src/sha3.c +# +Copyright: +# + Copyright © 2002 Thomas Moestl +# + Copyright © 2011 Guillem Jover +# + Copyright © 2015 Taylor R. Campbell +# +License: BSD-2-clause-contributors +# + Redistribution and use in source and binary forms, with or without +# + modification, are permitted provided that the following conditions +# + are met: +# + 1. Redistributions of source code must retain the above copyright +# + notice, this list of conditions and the following disclaimer. +# + 2. Redistributions in binary form must reproduce the above copyright +# + notice, this list of conditions and the following disclaimer in the +# + documentation and/or other materials provided with the distribution. +# + . +# + THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND +# + ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +# + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +# + ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE +# + FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +# + DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +# + OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +# + HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +# + LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +# + OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +# + SUCH DAMAGE. +# + +# +Files: +# src/md2.c +# Copyright: +# - Copyright (c) 2001 The NetBSD Foundation, Inc. +# - All rights reserved. +# - . +# - This code is derived from software contributed to The NetBSD Foundation +# + 2001 The NetBSD Foundation, Inc. +# +Comment: +# + Some code is derived from software contributed to The NetBSD Foundation +# by Andrew Brown. +# License: BSD-2-clause-NetBSD +# Redistribution and use in source and binary forms, with or without +# @@ -119,7 +152,7 @@ +# man/sha1.3 +# man/sha2.3 +# Copyright: +# - Copyright © 1997, 2003, 2004 Todd C. Miller +# + 1997, 2003, 2004 Todd C. Miller +# License: ISC +# Permission to use, copy, modify, and distribute this software for any +# purpose with or without fee is hereby granted, provided that the above +# +# + SUMMARY = "Message Digest functions from BSD systems" DESCRIPTION = "This library provides message digest functions \ found on BSD systems either on their libc (NetBSD, OpenBSD) or \ @@ -6,12 +107,12 @@ lacking on others like GNU systems." HOMEPAGE = "https://www.hadrons.org/software/libmd/" LICENSE = "BSD-3-Clause & BSD-2-Clause" -LIC_FILES_CHKSUM = "file://COPYING;md5=0436d4fb62a71f661d6e8b7812f9e1df" +LIC_FILES_CHKSUM = "file://COPYING;md5=261bf22602270e2b29c53930d409a3ca" SRC_URI = "https://archive.hadrons.org/software/libmd/libmd-${PV}.tar.xz \ file://run-ptest \ " -SRC_URI[sha256sum] = "1bd6aa42275313af3141c7cf2e5b964e8b1fd488025caf2f971f43b00776b332" +SRC_URI[sha256sum] = "ac15ffb8430502fbaccdec66c5a82ee0eab0b0f36220df56710feadfeb13d0a0" inherit autotools ptest