Changelog for
libwsman1-2.7.2-228.2.i586.rpm :
* Thu Feb 22 2024 Michael Vetter
- Use %patch -P N instead of deprecated %patchN.
* Mon Jan 16 2023 Stefan Schubert - Migration of PAM settings to /usr/lib/pam.d.
* Wed Dec 28 2022 Klaus Kämpf - Update to 2.7.2
* Security - call setgroups before setuid or setgid (kkaempf) - harden systemd service (https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort)
* Bugfixes - wsman-win-client-transport: initialize certificate pointer (Alexander Usyskin) - iniparser: fix buffer size (Alexander Usyskin) - wsman-win-client-transport: plug leak in error path (Alexander Usyskin) - memory.c: fix memory cleanup (Alexander Usyskin) - Improve handling of HTTP 401 Unauthorized (Vitezslav Crhonek) - Fix serialization tests (kkaempf) - Fix Ruby bindings warnings (kkaempf) - Fix Ruby plugin loading test (kkaempf) - Fix rpm packaging (kkaempf) - Allow to run tests from \'build\' directory (kkaempf) - Add Python XML test (kkaempf) - Enable CUNIT tests (kkaempf)- drop openwsman-initscript.patch and harden_openwsman.service.patch (both upstream)- add openwsman-redhat-initscript.patch
* Thu Apr 28 2022 Jan Engelhardt - Resolve rpmlint report \"libwsman3.x86_64: E: shlib-policy-name-error SONAME: libwsman.so.1, expected package suffix: 1\" (packaging bug introduced by the update to v2.6.1 on Aug 28 2015)
* Thu Apr 07 2022 Klaus Kämpf - Update to 2.7.1 Bugfix release
* msvc build fixes (Alexander Usyskin)
* cleanup passwords after use (Alexander Usyskin)
* drop RANDFILE in owsmangencert.h (kkaempf)
* fix potential NULL pointer dereference (Alexander Usyskin)
* MinGW build enablement (Bastian Germann)
* Wed Oct 13 2021 Johannes Segitz - Added hardening to systemd service(s) (bsc#1181400). Added patch(es):
* harden_openwsman.service.patch Modified:
* openwsman.service
* Mon Aug 24 2020 Dominique Leuenberger - Use more appropriate %{_prefix}/lib for firewalld service definitions (boo#1174075).
* Mon May 25 2020 Klaus Kämpf - Update to 2.7.0
* API change: client_opt: expiry and hearbeat_interval are float (Alexander Usyskin) wsmc_set_sub_expiry() and wsmc_set_heartbeat_interval() change their first parameter from int to float
* bump so version of libwsman_client from 4 to 5
* split off client libraries from server libraries libwsman_client5 is separate from libwsman3 now.- Features
* new functions for C++ bindings: OpenWsmanClient::GetWithFlags() and OpenWsmanClient::PutWithFlags to add a \'flags\' parameter (Alexander Usyskin)
* add FLAG_SUPRESS_100_CONTINUE to options, fixes #131 to workaround a curl problem. Reportedly curl 7.69.0 fixes this also in curl. (Alexander Usyskin)- Fixes
* fixed several compiler warnings (Alexander Usyskin)
* fixed spelling errors (Tomas Winkler)
* Fri Oct 04 2019 Klaus Kämpf - Update to 2.6.13
* Bugfixes - fixed several compiler warnings (Alexander Usyskin) - code cleanup (Alexander Usyskin) - general code robustness (Alexander Usyskin)
* Tue Sep 17 2019 Klaus Kämpf - Update to 2.6.12
* Bugfix release - fix regression from 2.5.0: __cimnamespace selector was not properly set in requests.