summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Marko <peter.marko@siemens.com>2025-08-23 22:52:35 +0200
committerSteve Sakoman <steve@sakoman.com>2025-08-29 10:02:59 -0700
commit16858730757977f208657a5cc0f090ea99939911 (patch)
tree293d115344197380d6b0b627df0edb0c02270c59
parentf0c015b3f1ac27ce601e438bead36b7526e90db8 (diff)
downloadpoky-16858730757977f208657a5cc0f090ea99939911.tar.gz
gnutls: mark CVE-2025-32989 and CVE-2025-32990 as fixed
This is mentioned in [1]. NVD tracks this as version-less CVE. [1] https://gitlab.com/gnutls/gnutls/-/blob/3.8.10/NEWS?ref_type=tags#L8 (From OE-Core rev: 0c84e464d67df1111e62edc5d4f9ad398e19e40a) Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--meta/recipes-support/gnutls/gnutls_3.8.10.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-support/gnutls/gnutls_3.8.10.bb b/meta/recipes-support/gnutls/gnutls_3.8.10.bb
index 600f23683e..2ef71a1213 100644
--- a/meta/recipes-support/gnutls/gnutls_3.8.10.bb
+++ b/meta/recipes-support/gnutls/gnutls_3.8.10.bb
@@ -98,3 +98,6 @@ pkg_postinst_ontarget:${PN}-fips () {
98 ${bindir}/fipshmac ${libdir}/libhogweed.so.6.* > ${libdir}/.libhogweed.so.6.hmac 98 ${bindir}/fipshmac ${libdir}/libhogweed.so.6.* > ${libdir}/.libhogweed.so.6.hmac
99 fi 99 fi
100} 100}
101
102CVE_STATUS[CVE-2025-32989] = "fixed-version: fixed in version 3.8.10"
103CVE_STATUS[CVE-2025-32990] = "fixed-version: fixed in version 3.8.10"