wolfssl: upgrade 5.8.4 -> 5.9.0

Conatins many CVE fixes:
https://github.com/wolfSSL/wolfssl/releases/tag/v5.9.0-stable

Dropped CVE_STATUS for version 5.8.4 specific CVE conflicts.

Ptests:

START: ptest-runner
2026-03-23T10:28
BEGIN: /usr/lib/wolfssl/ptest
Wolfssl ptest logs are stored in /tmp/wolfss_temp.Y7VEJ2/ptest.log
Test script returned: 0
unit_test: Success for all configured tests.
PASS: Wolfssl
DURATION: 130
END: /usr/lib/wolfssl/ptest
2026-03-23T10:30
STOP: ptest-runner
TOTAL: 1 FAIL: 0

Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
Ankur Tyagi 2026-03-24 08:51:05 +13:00 committed by Khem Raj
parent 969b6221bd
commit 84b2e83ab0
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -17,7 +17,7 @@ SRC_URI = " \
file://run-ptest \
"
SRCREV = "59f4fa568615396fbf381b073b220d1e8d61e4c2"
SRCREV = "922d04b3568c6428a9fb905ddee3ef5a68db3108"
inherit autotools ptest
@ -46,6 +46,3 @@ do_install_ptest() {
cp -rf ${S}/certs ${D}${PTEST_PATH}
cp -rf ${S}/tests ${D}${PTEST_PATH}
}
CVE_STATUS[CVE-2025-11931] = "fixed-version: The currently used version (5.8.4) contains the fix already."
CVE_STATUS[CVE-2025-12889] = "fixed-version: The currently used version (5.8.4) contains the fix already."