diff options
author | Peter Marko <peter.marko@siemens.com> | 2024-12-20 16:36:26 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-12-20 19:47:56 -0800 |
commit | 607a44649189a29e6f547ce89b41ba332a45946a (patch) | |
tree | 06bd4fe65f69d6a2842b7b7d1a3292921103dcf3 | |
parent | cdacbdf0751245614a5f0159189897b06b6ccd52 (diff) | |
download | meta-openembedded-607a44649189a29e6f547ce89b41ba332a45946a.tar.gz |
libmemcached: ignore CVE-2023-27478
Per [1] this is fixed by [2].
The commit message says that it is reverting feature added in:
$ git tag --no-contains d7a0084 | grep 1.0.18
1.0.18
This recipe is for the original memcached which is unmaintained now.
Hence the ignore instead of upgrade.
[1] https://nvd.nist.gov/vuln/detail/CVE-2023-27478
[2] https://github.com/awesomized/libmemcached/commit/48dcc61a
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-networking/recipes-support/libmemcached/libmemcached_1.0.18.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/libmemcached/libmemcached_1.0.18.bb b/meta-networking/recipes-support/libmemcached/libmemcached_1.0.18.bb index 7d18d0217d..561308b33d 100644 --- a/meta-networking/recipes-support/libmemcached/libmemcached_1.0.18.bb +++ b/meta-networking/recipes-support/libmemcached/libmemcached_1.0.18.bb | |||
@@ -16,6 +16,8 @@ SRC_URI[sha256sum] = "e22c0bb032fde08f53de9ffbc5a128233041d9f33b5de022c0978a2149 | |||
16 | 16 | ||
17 | UPSTREAM_CHECK_URI = "https://launchpad.net/libmemcached" | 17 | UPSTREAM_CHECK_URI = "https://launchpad.net/libmemcached" |
18 | 18 | ||
19 | CVE_STATUS[CVE-2023-27478] = "fixed-version: this problem was not yet introduced in 1.0.18" | ||
20 | |||
19 | TARGET_LDFLAGS += "-luuid" | 21 | TARGET_LDFLAGS += "-luuid" |
20 | TARGET_CFLAGS += "-D__USE_GNU -D_GNU_SOURCE" | 22 | TARGET_CFLAGS += "-D__USE_GNU -D_GNU_SOURCE" |
21 | 23 | ||