summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavide Gardenal <davidegarde2000@gmail.com>2022-07-04 11:59:13 +0200
committerKhem Raj <raj.khem@gmail.com>2022-07-05 09:23:04 -0400
commit279fce2c87c990c942bcb2b72ea83a67e0d74170 (patch)
treee5c20097fce4d95421db147a55808db2dd8f92e1
parent92d4a5374b3100aed5606c2e759cacab9273c62e (diff)
downloadmeta-openembedded-279fce2c87c990c942bcb2b72ea83a67e0d74170.tar.gz
usrsctp: add CVE_VERSION to correctly check for CVEs
The current version of usrsctp is not a release so cve-check is not able to find the product version. CVE_VERSION is now set to 0.9.3.0 that is the nearest version in the past starting from the revision we have. This is done because we don't have the complete 0.9.4.0 release. Signed-off-by: Davide Gardenal <davide.gardenal@huawei.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-networking/recipes-protocols/usrsctp/usrsctp_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-networking/recipes-protocols/usrsctp/usrsctp_git.bb b/meta-networking/recipes-protocols/usrsctp/usrsctp_git.bb
index 4f8e4d4282..dcfa7406d2 100644
--- a/meta-networking/recipes-protocols/usrsctp/usrsctp_git.bb
+++ b/meta-networking/recipes-protocols/usrsctp/usrsctp_git.bb
@@ -23,3 +23,5 @@ PACKAGECONFIG[inet] = "--enable-inet,--disable-inet,"
23PACKAGECONFIG[inet6] = "--enable-inet6,--disable-inet6," 23PACKAGECONFIG[inet6] = "--enable-inet6,--disable-inet6,"
24 24
25EXTRA_OECONF += "--disable-debug" 25EXTRA_OECONF += "--disable-debug"
26
27CVE_VERSION = "0.9.3.0"