diff options
| author | Sekine Shigeki <sekine.shigeki@fujitsu.com> | 2021-06-11 17:32:34 +0900 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-06-11 08:48:26 -0700 |
| commit | bb4a4f0ff8d9926137cb152fd3f2808bd9f961ce (patch) | |
| tree | 00357f255ada356fc959c1c287b25e90f3f65e9c | |
| parent | 6b9f0feb54d95560f7015c61566044baf4d215d0 (diff) | |
| download | meta-openembedded-bb4a4f0ff8d9926137cb152fd3f2808bd9f961ce.tar.gz | |
add CVE-2011-2411 to allowlist
This affects only on HP NonStop Server, so add it to allowlist.
Signed-off-by: Sekine Shigeki <sekine.shigeki@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-networking/recipes-connectivity/samba/samba_4.14.5.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/samba/samba_4.14.5.bb b/meta-networking/recipes-connectivity/samba/samba_4.14.5.bb index bc4c615a73..efaf4f2a15 100644 --- a/meta-networking/recipes-connectivity/samba/samba_4.14.5.bb +++ b/meta-networking/recipes-connectivity/samba/samba_4.14.5.bb | |||
| @@ -40,6 +40,10 @@ SRC_URI[sha256sum] = "bb6ef5d2f16b85288d823578abc453d9a80514c42e5a2ea2c4e3c60dc4 | |||
| 40 | UPSTREAM_CHECK_REGEX = "samba\-(?P<pver>4\.14(\.\d+)+).tar.gz" | 40 | UPSTREAM_CHECK_REGEX = "samba\-(?P<pver>4\.14(\.\d+)+).tar.gz" |
| 41 | 41 | ||
| 42 | inherit systemd waf-samba cpan-base perlnative update-rc.d | 42 | inherit systemd waf-samba cpan-base perlnative update-rc.d |
| 43 | |||
| 44 | # CVE-2011-2411 is valnerble only on HP NonStop Servers. | ||
| 45 | CVE_CHECK_WHITELIST += "CVE-2011-2411" | ||
| 46 | |||
| 43 | # remove default added RDEPENDS on perl | 47 | # remove default added RDEPENDS on perl |
| 44 | RDEPENDS_${PN}_remove = "perl" | 48 | RDEPENDS_${PN}_remove = "perl" |
| 45 | 49 | ||
