From patchwork Fri May 15 13:20:43 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: 88188 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 472F3CD4F51 for ; Fri, 15 May 2026 13:20:49 +0000 (UTC) Received: from a27-33.smtp-out.us-west-2.amazonses.com (a27-33.smtp-out.us-west-2.amazonses.com [54.240.27.33]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.34817.1778851226141020403 for ; Fri, 15 May 2026 06:20:44 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=f0OhjUgq; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=1BBsKlnu; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.33, mailfrom: 0101019e2bcbe717-30152a0c-0934-4b14-ae9a-9c09f8d3d765-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=1778851243; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=ZZrJw6S0vA/+++fsgia/6lJ4+jZjBSctsfBwzMbRwr0=; b=f0OhjUgqJ4622rL2dI7tpOEPfBPVecYeLSBo7614qV5pzC82XroqDQ+ij3qnTr88 lG82eYdxNesKn/fUyLAsheBeHnG5VI2wT6+CqnB0qbDEqDToN9pWM43q80KB3lbQnD5 w+qvYUT7qbLXULBCJah+jlAxPLtdqxLW1tiG6Zis= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1778851243; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=ZZrJw6S0vA/+++fsgia/6lJ4+jZjBSctsfBwzMbRwr0=; b=1BBsKlnu2oKX0hubt0VXvnEF2VwIgC3ogry+Si2lhgAahREWvitmscTZZ5o+FG+Z WGk4q3MvfWEb/KcotIRpmqvP4AJuFd2rvE01p8EEnvS0pKi2dobiJ4k7Zxu+1RFGSOM AnN7MZ/aR+IKMinec+V469VoKjWEpQaSIumOiwCI= 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: <0101019e2bcbe717-30152a0c-0934-4b14-ae9a-9c09f8d3d765-000000@us-west-2.amazonses.com> Date: Fri, 15 May 2026 13:20:43 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.05.15-54.240.27.33 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 ; Fri, 15 May 2026 13:20:49 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/237168 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 19bb909945fb574707abcf329bb45aafd22008c0 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 15 May 2026 12:57:33 +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