diff options
author | Adrian Bunk <bunk@stusta.de> | 2019-10-29 20:31:23 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-11-01 17:22:52 -0700 |
commit | c2a91b2d8c5534538eaf39d1efac8ed66e301a3a (patch) | |
tree | 579413eb8479688fb51c04e27fa85420081b1e1a | |
parent | 1f381f4444609814d2d5c19b443c56600b5f4e3a (diff) | |
download | meta-openembedded-c2a91b2d8c5534538eaf39d1efac8ed66e301a3a.tar.gz |
openwsman: Upgrade 2.6.9 -> 2.6.11
This includes the fix for CVE-2019-3833.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-extended/openwsman/openwsman_2.6.11.bb (renamed from meta-oe/recipes-extended/openwsman/openwsman_2.6.9.bb) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/openwsman/openwsman_2.6.9.bb b/meta-oe/recipes-extended/openwsman/openwsman_2.6.11.bb index f9292790cc..16a83a4be3 100644 --- a/meta-oe/recipes-extended/openwsman/openwsman_2.6.9.bb +++ b/meta-oe/recipes-extended/openwsman/openwsman_2.6.11.bb | |||
@@ -15,8 +15,7 @@ DEPENDS = "curl libxml2 openssl libpam" | |||
15 | inherit distro_features_check | 15 | inherit distro_features_check |
16 | REQUIRED_DISTRO_FEATURES = "pam" | 16 | REQUIRED_DISTRO_FEATURES = "pam" |
17 | 17 | ||
18 | # v2.6.9 | 18 | SRCREV = "d8eba6cb6682b59d84ca1da67a523520b879ade6" |
19 | SRCREV = "5efb1545dbac7e6d1e0a992f3e84ca12cea1c18e" | ||
20 | 19 | ||
21 | SRC_URI = "git://github.com/Openwsman/openwsman.git \ | 20 | SRC_URI = "git://github.com/Openwsman/openwsman.git \ |
22 | file://libssl-is-required-if-eventint-supported.patch \ | 21 | file://libssl-is-required-if-eventint-supported.patch \ |