diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2022-12-30 12:56:51 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-01-06 11:38:16 -0800 |
| commit | bdbb3eeb2bfaf2a03dd6ab2a2024775ab28306a7 (patch) | |
| tree | 0e6f91418a0fbb091a1ca5dc1af868734dc76c05 /meta-oe | |
| parent | 8b7413a845383127fee96a5dee344c1e5599739d (diff) | |
| download | meta-openembedded-bdbb3eeb2bfaf2a03dd6ab2a2024775ab28306a7.tar.gz | |
openwsman: upgrade 2.7.1 -> 2.7.2
Changelog:
==========
- Security
- call setgroups before setuid or setgid
- harden systemd service (https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort)
- Bugfixes
- wsman-win-client-transport: initialize certificate pointer
- iniparser: fix buffer size
- wsman-win-client-transport: plug leak in error path
- memory.c: fix memory cleanup
- Improve handling of HTTP 401 Unauthorized
- Fix serialization tests
- Fix Ruby bindings warnings
- Fix Ruby plugin loading test
- Fix rpm packaging
- Allow to run tests from 'build' directory
- Add Python XML test
- Enable CUNIT tests
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-extended/openwsman/openwsman_2.7.2.bb (renamed from meta-oe/recipes-extended/openwsman/openwsman_2.7.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/openwsman/openwsman_2.7.1.bb b/meta-oe/recipes-extended/openwsman/openwsman_2.7.2.bb index 0776ea2f62..39a9c52a47 100644 --- a/meta-oe/recipes-extended/openwsman/openwsman_2.7.1.bb +++ b/meta-oe/recipes-extended/openwsman/openwsman_2.7.2.bb | |||
| @@ -15,7 +15,7 @@ DEPENDS = "curl libxml2 openssl libpam" | |||
| 15 | inherit features_check | 15 | inherit features_check |
| 16 | REQUIRED_DISTRO_FEATURES = "pam" | 16 | REQUIRED_DISTRO_FEATURES = "pam" |
| 17 | 17 | ||
| 18 | SRCREV = "6cdf3bee50388d8e5f70850322a4df57fd685a5e" | 18 | SRCREV = "0120e256faa255d997d9a49d5207662c0b73d430" |
| 19 | 19 | ||
| 20 | SRC_URI = "git://github.com/Openwsman/openwsman.git;branch=main;protocol=https \ | 20 | SRC_URI = "git://github.com/Openwsman/openwsman.git;branch=main;protocol=https \ |
| 21 | file://libssl-is-required-if-eventint-supported.patch \ | 21 | file://libssl-is-required-if-eventint-supported.patch \ |
