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 <[email protected]>
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 <[email protected]>
+# + 2009-2026 Guillem Jover <[email protected]>
+# 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 <[email protected]>
+# + Copyright © 2011 Guillem Jover <[email protected]>
+# + 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 <[email protected]>
+# + 1997, 2003, 2004 Todd C. Miller <[email protected]>
+# 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
--
2.47.1
packages/x86-64-v3-poky-linux/libmd: PKGV changed from 1.1.0 [default] to 1.2.0 [default] packages/x86-64-v3-poky-linux/libmd: PV changed from "1.1.0" to "1.2.0" packages/x86-64-v3-poky-linux/libmd: SRC_URI changed from "https://archive.hadrons.org/software/libmd/libmd-1.1.0.tar.xz file://run-ptest" to "https://archive.hadrons.org/software/libmd/libmd-1.2.0.tar.xz file://run-ptest" packages/x86-64-v3-poky-linux/libmd/libmd-dbg: PKGSIZE changed from 248952 to 292176 (+17%) packages/x86-64-v3-poky-linux/libmd/libmd-dbg: FILELIST: removed "/usr/lib/.debug/libmd.so.0.1.0", added "/usr/lib/libmd/ptest/test/.debug/sha3 /usr/lib/.debug/libmd.so.0.2.0" packages/x86-64-v3-poky-linux/libmd/libmd-dbg: PKGV changed from 1.1.0 [default] to 1.2.0 [default] packages/x86-64-v3-poky-linux/libmd/libmd-dbg: PV changed from "1.1.0" to "1.2.0" packages/x86-64-v3-poky-linux/libmd/libmd-dev: PKGSIZE changed from 21568 to 24824 (+15%) packages/x86-64-v3-poky-linux/libmd/libmd-dev: FILELIST: added "/usr/include/sha3.h" packages/x86-64-v3-poky-linux/libmd/libmd-dev: PKGV changed from 1.1.0 [default] to 1.2.0 [default] packages/x86-64-v3-poky-linux/libmd/libmd-dev: PV changed from "1.1.0" to "1.2.0" packages/x86-64-v3-poky-linux/libmd/libmd-doc: PKGSIZE changed from 40012 to 52458 (+31%) packages/x86-64-v3-poky-linux/libmd/libmd-doc: FILELIST: added "/usr/share/man/man3/SHA512_256Update.3 /usr/share/man/man3/SHA3_384_Final.3 /usr/share/man/man3/SHA3_512_Final.3 /usr/share/man/man3/SHA224Pad.3 /usr/share/man/man3/SHA3_224_Final.3 /usr/share/man/man3/SHA3_256_Final.3 /usr/share/man/man3/SHA224File.3 /usr/share/man/man3/shake.3 /usr/share/man/man3/SHA3_384_Update.3 /usr/share/man/man3/SHA3_512_Update.3 /usr/share/man/man3/SHA512_256File.3 /usr/share/man/man3/SHA3_224_Update.3 /usr/share/man/man3/SHA3_256_Update.3 /usr/share/man/man3/SHA224Transform.3 /usr/share/man/man3/SHA3_Selftest.3 /usr/share/man/man3/SHA3_384_Init.3 /usr/share/man/man3/SHA3_512_Init.3 /usr/share/man/man3/SHA3_224_Init.3 /usr/share/man/man3/SHA3_256_Init.3 /usr/share/man/man3/SHA512_256FileChunk.3 /usr/share/man/man3/SHA224Data.3 /usr/share/man/man3/SHA512_256End.3 /usr/share/man/man3/SHA512_256Pad.3 /usr/share/man/man3/SHAKE128_Update.3 /usr/share/man/man3/SHAKE256_Update.3 /usr/share/man/man3/SHA2 24Update.3 /usr/share/man/man3/sha3.3 /usr/share/man/man3/SHAKE256_Init.3 /usr/share/man/man3/SHA512_256Transform.3 /usr/share/man/man3/SHA512_256Init.3 /usr/share/man/man3/SHAKE128_Init.3 /usr/share/man/man3/SHA224Final.3 /usr/share/man/man3/SHAKE256_Final.3 /usr/share/man/man3/SHA224FileChunk.3 /usr/share/man/man3/SHAKE128_Final.3 /usr/share/man/man3/SHA512_256Data.3 /usr/share/man/man3/SHA224End.3 /usr/share/man/man3/SHA224Init.3 /usr/share/man/man3/SHA512_256Final.3" packages/x86-64-v3-poky-linux/libmd/libmd-doc: PKGV changed from 1.1.0 [default] to 1.2.0 [default] packages/x86-64-v3-poky-linux/libmd/libmd-doc: PV changed from "1.1.0" to "1.2.0" packages/x86-64-v3-poky-linux/libmd/libmd-locale: PKGV changed from 1.1.0 [default] to 1.2.0 [default] packages/x86-64-v3-poky-linux/libmd/libmd-locale: PV changed from "1.1.0" to "1.2.0" packages/x86-64-v3-poky-linux/libmd/libmd-ptest: PKGSIZE changed from 86510 to 100886 (+17%) packages/x86-64-v3-poky-linux/libmd/libmd-ptest: FILELIST: added "/usr/lib/libmd/ptest/test/sha3" packages/x86-64-v3-poky-linux/libmd/libmd-ptest: PKGV changed from 1.1.0 [default] to 1.2.0 [default] packages/x86-64-v3-poky-linux/libmd/libmd-ptest: PV changed from "1.1.0" to "1.2.0" packages/x86-64-v3-poky-linux/libmd/libmd-src: PKGSIZE changed from 116868 to 147543 (+26%) packages/x86-64-v3-poky-linux/libmd/libmd-src: FILELIST: removed "/usr/src/debug/libmd/1.1.0/include/md5.h /usr/src/debug/libmd/1.1.0/src/sha2.c /usr/src/debug/libmd/1.1.0/include/md4.h /usr/src/debug/libmd/1.1.0/src/sha224hl.c /usr/src/debug/libmd/1.1.0/src/sha256hl.c /usr/src/debug/libmd/1.1.0/src/sha384hl.c /usr/src/debug/libmd/1.1.0/src/sha512hl.c /usr/src/debug/libmd/1.1.0/test/rmd160.c /usr/src/debug/libmd/1.1.0/src/sha1.c /usr/src/debug/libmd/1.1.0/src/sha1hl.c /usr/src/debug/libmd/1.1.0/src/md5.c /usr/src/debug/libmd/1.1.0/src/md2.c /usr/src/debug/libmd/1.1.0/src/rmd160hl.c /usr/src/debug/libmd/1.1.0/test/md2.c /usr/src/debug/libmd/1.1.0/test/md4.c /usr/src/debug/libmd/1.1.0/src/md2hl.c /usr/src/debug/libmd/1.1.0/test/md5.c /usr/src/debug/libmd/1.1.0/src/md5hl.c /usr/src/debug/libmd/1.1.0/test/test.h /usr/src/debug/libmd/1.1.0/include/rmd160.h /usr/src/debug/libmd/1.1.0/src/rmd160.c /usr/src/debug/libmd/1.1.0/include/md2.h /usr/src/debug/libmd/1.1.0/src/sha512_256hl.c /usr/sr c/debug/libmd/1.1.0/test/sha1.c /usr/src/debug/libmd/1.1.0/include/sha1.h /usr/src/debug/libmd/1.1.0/include/sha2.h /usr/src/debug/libmd/1.1.0/test/sha2.c /usr/src/debug/libmd/1.1.0/src/md4hl.c /usr/src/debug/libmd/1.1.0/src/md4.c", added "/usr/src/debug/libmd/1.2.0/include/md5.h /usr/src/debug/libmd/1.2.0/src/sha2.c /usr/src/debug/libmd/1.2.0/src/sha3.c /usr/src/debug/libmd/1.2.0/include/md4.h /usr/src/debug/libmd/1.2.0/src/sha224hl.c /usr/src/debug/libmd/1.2.0/src/sha256hl.c /usr/src/debug/libmd/1.2.0/src/sha384hl.c /usr/src/debug/libmd/1.2.0/src/sha512hl.c /usr/src/debug/libmd/1.2.0/src/keccak.c /usr/src/debug/libmd/1.2.0/test/rmd160.c /usr/src/debug/libmd/1.2.0/src/keccak.h /usr/src/debug/libmd/1.2.0/src/sha1.c /usr/src/debug/libmd/1.2.0/src/sha1hl.c /usr/src/debug/libmd/1.2.0/src/md5.c /usr/src/debug/libmd/1.2.0/src/md2.c /usr/src/debug/libmd/1.2.0/src/rmd160hl.c /usr/src/debug/libmd/1.2.0/test/md2.c /usr/src/debug/libmd/1.2.0/test/md4.c /usr/src/debug/libmd/1.2.0/src/md2hl.c / usr/src/debug/libmd/1.2.0/test/md5.c /usr/src/debug/libmd/1.2.0/src/md5hl.c /usr/src/debug/libmd/1.2.0/test/test.h /usr/src/debug/libmd/1.2.0/include/rmd160.h /usr/src/debug/libmd/1.2.0/src/rmd160.c /usr/src/debug/libmd/1.2.0/src/local-endian.h /usr/src/debug/libmd/1.2.0/include/md2.h /usr/src/debug/libmd/1.2.0/src/sha512_256hl.c /usr/src/debug/libmd/1.2.0/test/sha1.c /usr/src/debug/libmd/1.2.0/include/sha1.h /usr/src/debug/libmd/1.2.0/include/sha2.h /usr/src/debug/libmd/1.2.0/include/sha3.h /usr/src/debug/libmd/1.2.0/test/sha2.c /usr/src/debug/libmd/1.2.0/src/md4hl.c /usr/src/debug/libmd/1.2.0/src/md4.c /usr/src/debug/libmd/1.2.0/test/sha3.c" packages/x86-64-v3-poky-linux/libmd/libmd-src: PKGV changed from 1.1.0 [default] to 1.2.0 [default] packages/x86-64-v3-poky-linux/libmd/libmd-src: PV changed from "1.1.0" to "1.2.0" packages/x86-64-v3-poky-linux/libmd/libmd-staticdev: PKGV changed from 1.1.0 [default] to 1.2.0 [default] packages/x86-64-v3-poky-linux/libmd/libmd-staticdev: PV changed from "1.1.0" to "1.2.0" packages/x86-64-v3-poky-linux/libmd/libmd: PKGSIZE changed from 63638 to 71830 (+13%) packages/x86-64-v3-poky-linux/libmd/libmd: FILELIST: removed "/usr/lib/libmd.so.0.1.0", added "/usr/lib/libmd.so.0.2.0" packages/x86-64-v3-poky-linux/libmd/libmd: PKGV changed from 1.1.0 [default] to 1.2.0 [default] packages/x86-64-v3-poky-linux/libmd/libmd: PV changed from "1.1.0" to "1.2.0" Changes to packages/x86-64-v3-poky-linux/libmd (sysroot): /usr/lib/libmd.so.0 changed symlink target from libmd.so.0.1.0 to libmd.so.0.2.0 /usr/lib/libmd.so changed symlink target from libmd.so.0.1.0 to libmd.so.0.2.0 /usr/lib/libmd.so.0.1.0 moved to /usr/lib/libmd.so.0.2.0 /usr/include/sha3.h was added Changes to packages/x86_64-linux/libmd-native (sysroot): /usr/lib/libmd.so.0 changed symlink target from libmd.so.0.1.0 to libmd.so.0.2.0 /usr/lib/libmd.so changed symlink target from libmd.so.0.1.0 to libmd.so.0.2.0 /usr/lib/libmd.so.0.1.0 moved to /usr/lib/libmd.so.0.2.0 /usr/include/sha3.h was added Changes to packages/x86_64-linux/shadow-native (sysroot): /lib-shadow-deps/libmd.so.0.1.0 moved to /lib-shadow-deps/libmd.so.0.2.0
packages/x86-64-v3-poky-linux/libmd/libmd-dbg: PKGSIZE changed from 248952 to 292176 (+17%) packages/x86-64-v3-poky-linux/libmd/libmd-dev: FILELIST: added "/usr/include/sha3.h" packages/x86-64-v3-poky-linux/libmd/libmd-dev: PKGSIZE changed from 21568 to 24824 (+15%) packages/x86-64-v3-poky-linux/libmd/libmd-doc: FILELIST: added "/usr/share/man/man3/SHA512_256Init.3 /usr/share/man/man3/SHA512_256Transform.3 /usr/share/man/man3/SHAKE128_Update.3 /usr/share/man/man3/SHAKE256_Update.3 /usr/share/man/man3/SHA224Update.3 /usr/share/man/man3/SHA3_384_Init.3 /usr/share/man/man3/SHA3_512_Init.3 /usr/share/man/man3/SHA3_Selftest.3 /usr/share/man/man3/SHA3_224_Init.3 /usr/share/man/man3/SHA3_256_Init.3 /usr/share/man/man3/SHA224File.3 /usr/share/man/man3/SHAKE256_Final.3 /usr/share/man/man3/SHAKE128_Final.3 /usr/share/man/man3/SHA224Pad.3 /usr/share/man/man3/SHA224FileChunk.3 /usr/share/man/man3/SHA3_224_Update.3 /usr/share/man/man3/SHA3_256_Update.3 /usr/share/man/man3/SHA3_384_Update.3 /usr/share/man/man3/SHA224Transform.3 /usr/share/man/man3/SHA3_512_Update.3 /usr/share/man/man3/SHA224End.3 /usr/share/man/man3/sha3.3 /usr/share/man/man3/shake.3 /usr/share/man/man3/SHA512_256End.3 /usr/share/man/man3/SHA3_224_Final.3 /usr/share/man/man3/SHA3_256_Final.3 /usr/share/man/man3/SHA512_256Pad.3 /usr/share/man/man3/SHA3_384_Final.3 /usr/share/man/man3/SHA512_256File.3 /usr/share/man/man3/SHA3_512_Final.3 /usr/share/man/man3/SHA512_256FileChunk.3 /usr/share/man/man3/SHA512_256Final.3 /usr/share/man/man3/SHA512_256Data.3 /usr/share/man/man3/SHA224Data.3 /usr/share/man/man3/SHA224Final.3 /usr/share/man/man3/SHAKE128_Init.3 /usr/share/man/man3/SHA512_256Update.3 /usr/share/man/man3/SHAKE256_Init.3 /usr/share/man/man3/SHA224Init.3" packages/x86-64-v3-poky-linux/libmd/libmd-doc: PKGSIZE changed from 40012 to 52458 (+31%) packages/x86-64-v3-poky-linux/libmd/libmd-ptest: FILELIST: added "/usr/lib/libmd/ptest/test/sha3" packages/x86-64-v3-poky-linux/libmd/libmd-ptest: PKGSIZE changed from 86510 to 100886 (+17%) packages/x86-64-v3-poky-linux/libmd/libmd-src: PKGSIZE changed from 116868 to 147543 (+26%) packages/x86-64-v3-poky-linux/libmd/libmd: FILELIST: removed "/usr/lib/libmd.so.0.1.0", added "/usr/lib/libmd.so.0.2.0" packages/x86-64-v3-poky-linux/libmd/libmd: PKGSIZE changed from 63638 to 71830 (+13%) Changes to packages/x86-64-v3-poky-linux/libmd (sysroot): /usr/lib/libmd.so.0 changed symlink target from libmd.so.0.1.0 to libmd.so.0.2.0 /usr/lib/libmd.so changed symlink target from libmd.so.0.1.0 to libmd.so.0.2.0 /usr/lib/libmd.so.0.1.0 moved to /usr/lib/libmd.so.0.2.0 /usr/include/sha3.h was added Changes to packages/x86_64-linux/libmd-native (sysroot): /usr/lib/libmd.so.0 changed symlink target from libmd.so.0.1.0 to libmd.so.0.2.0 /usr/lib/libmd.so changed symlink target from libmd.so.0.1.0 to libmd.so.0.2.0 /usr/lib/libmd.so.0.1.0 moved to /usr/lib/libmd.so.0.2.0 /usr/include/sha3.h was added Changes to packages/x86_64-linux/shadow-native (sysroot): /lib-shadow-deps/libmd.so.0.1.0 moved to /lib-shadow-deps/libmd.so.0.2.0
0001-libmd-upgrade-1.1.0-1.2.0.patch
Description: Binary data
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#237168): https://lists.openembedded.org/g/openembedded-core/message/237168 Mute This Topic: https://lists.openembedded.org/mt/119329430/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
