diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-04-10 16:04:47 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-04-21 10:52:40 -0700 |
commit | 3962577d7b4987e2bbe2f425ce978858e10c536a (patch) | |
tree | 5fc22dfad5bdd66fee13bad232b8dc2ca11f7600 | |
parent | f320794e66f794ed918308c0d4d6c7764432846c (diff) | |
download | meta-openembedded-3962577d7b4987e2bbe2f425ce978858e10c536a.tar.gz |
Revert "libtorrent: remove CVE mention"
This reverts commit 0597c931ffbadf2a2242d8ed9cccb8567953d489.
-rw-r--r-- | meta-oe/recipes-connectivity/libtorrent/libtorrent_git.bb | 2 |
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 38f5f63fc4..c235547fea 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 | ||
14 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" | 14 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" |
15 | 15 | ||
16 | CVE_STATUS[CVE-2009-1760] = "backported-patch: patched in our product" | ||
17 | |||
16 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
17 | 19 | ||
18 | PACKAGECONFIG ??= "instrumentation aligned" | 20 | PACKAGECONFIG ??= "instrumentation aligned" |