diff options
author | Peter Marko <peter.marko@siemens.com> | 2025-08-23 22:47:05 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-08-25 17:47:21 +0100 |
commit | 0a05bf16db4ca79356ab6ecf9aa5df668cc9a03a (patch) | |
tree | 4a7813693180500bfd2ba16a8080290389c6e63c | |
parent | 4ad2a935c793ad568f1084aaaf8d6602997b92cb (diff) | |
download | poky-0a05bf16db4ca79356ab6ecf9aa5df668cc9a03a.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: 8367ddb87a51abaa8949614faabc146f40f518a1)
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/gnutls/gnutls_3.8.10.bb | 3 |
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 | |||
102 | CVE_STATUS[CVE-2025-32989] = "fixed-version: fixed in version 3.8.10" | ||
103 | CVE_STATUS[CVE-2025-32990] = "fixed-version: fixed in version 3.8.10" | ||