summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-04-10 16:04:47 -0700
committerKhem Raj <raj.khem@gmail.com>2024-04-15 21:01:20 -0700
commitad340c8fe23e7043d6fcc815dbf6462a6244352d (patch)
tree7b1a3abcfe34d48cffb0fa76ea6f5c6efb94a284
parent84712861e97a5d3247111e3297e97c812e2a145e (diff)
downloadmeta-openembedded-ad340c8fe23e7043d6fcc815dbf6462a6244352d.tar.gz
Revert "libtorrent: remove CVE mention"
This reverts commit 0597c931ffbadf2a2242d8ed9cccb8567953d489.
-rw-r--r--meta-oe/recipes-connectivity/libtorrent/libtorrent_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/libtorrent/libtorrent_git.bb b/meta-oe/recipes-connectivity/libtorrent/libtorrent_git.bb
index 38f5f63fc..c235547fe 100644
--- a/meta-oe/recipes-connectivity/libtorrent/libtorrent_git.bb
+++ b/meta-oe/recipes-connectivity/libtorrent/libtorrent_git.bb
@@ -13,6 +13,8 @@ SRCREV = "e60f222241319aaae482789517ad00ae9344bd13"
13 13
14UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" 14UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
15 15
16CVE_STATUS[CVE-2009-1760] = "backported-patch: patched in our product"
17
16S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
17 19
18PACKAGECONFIG ??= "instrumentation aligned" 20PACKAGECONFIG ??= "instrumentation aligned"