From: Lian Wang <lianux.mm@gmail.com>
To: openembedded-devel@lists.openembedded.org
Cc: raj.khem@gmail.com, Lian Wang <lianux.wang@processmission.com>
Subject: [oe-devel][master][PATCH v3] wolfssl: upgrade 5.9.1 -> 5.9.2
Date: Mon, 20 Jul 2026 10:12:41 +0800 [thread overview]
Message-ID: <20260720021241.76204-1-lianux.wang@processmission.com> (raw)
- Update SRCREV to v5.9.2-stable tag
- All security fixes from 5.9.2 release included
- Fix ptest symlink-to-sysroot QA error by removing build dir symlinks
Fixes build error:
https://errors.yoctoproject.org/Errors/Details/950825/
Signed-off-by: Lian Wang <lianux.wang@processmission.com>
---
.../wolfssl/{wolfssl_5.9.1.bb => wolfssl_5.9.2.bb} | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
rename meta-networking/recipes-connectivity/wolfssl/{wolfssl_5.9.1.bb => wolfssl_5.9.2.bb} (94%)
diff --git a/meta-networking/recipes-connectivity/wolfssl/wolfssl_5.9.1.bb b/meta-networking/recipes-connectivity/wolfssl/wolfssl_5.9.2.bb
similarity index 94%
rename from meta-networking/recipes-connectivity/wolfssl/wolfssl_5.9.1.bb
rename to meta-networking/recipes-connectivity/wolfssl/wolfssl_5.9.2.bb
index 2978ff1..5867cf8 100644
--- a/meta-networking/recipes-connectivity/wolfssl/wolfssl_5.9.1.bb
+++ b/meta-networking/recipes-connectivity/wolfssl/wolfssl_5.9.2.bb
@@ -17,7 +17,7 @@ SRC_URI = " \
file://run-ptest \
"
-SRCREV = "1d363f3adceba9d1478230ede476a37b0dcdef24"
+SRCREV = "a82476d144290bf6a786607a16c224acff63d882"
inherit autotools ptest
@@ -45,6 +45,9 @@ do_install_ptest() {
cp -rf ${B}/tests/. ${D}${PTEST_PATH}/test
cp -rf ${S}/certs ${D}${PTEST_PATH}
cp -rf ${S}/tests ${D}${PTEST_PATH}
+
+ # Remove symlinks pointing to build directory (symlink-to-sysroot QA)
+ find ${D}${PTEST_PATH} -type l -delete
}
CVE_STATUS[CVE-2026-0819] = "fixed-version: fixed in 5.9.0"
--
2.55.0
reply other threads:[~2026-07-20 2:12 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260720021241.76204-1-lianux.wang@processmission.com \
--to=lianux.mm@gmail.com \
--cc=lianux.wang@processmission.com \
--cc=openembedded-devel@lists.openembedded.org \
--cc=raj.khem@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox