|
|
@ -3,7 +3,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: openwsman
|
|
|
|
Name: openwsman
|
|
|
|
Version: 2.6.5
|
|
|
|
Version: 2.6.5
|
|
|
|
Release: 9%{?dist}
|
|
|
|
Release: 10%{?dist}
|
|
|
|
Summary: Open source Implementation of WS-Management
|
|
|
|
Summary: Open source Implementation of WS-Management
|
|
|
|
|
|
|
|
|
|
|
|
License: BSD
|
|
|
|
License: BSD
|
|
|
@ -24,6 +24,8 @@ Patch6: openwsman-2.6.5-CVE-2019-3816.patch
|
|
|
|
# Patch7: fixes CVE-2019-3833, rhbz#1687865
|
|
|
|
# Patch7: fixes CVE-2019-3833, rhbz#1687865
|
|
|
|
Patch7: openwsman-2.6.5-CVE-2019-3833.patch
|
|
|
|
Patch7: openwsman-2.6.5-CVE-2019-3833.patch
|
|
|
|
Patch8: openwsman-2.6.5-http-unauthorized-improve.patch
|
|
|
|
Patch8: openwsman-2.6.5-http-unauthorized-improve.patch
|
|
|
|
|
|
|
|
# Patch9: fixes cert issue, rhbz#2220821
|
|
|
|
|
|
|
|
Patch9: openwsman-2.6.5-update-ssleay-conf.patch
|
|
|
|
BuildRequires: swig
|
|
|
|
BuildRequires: swig
|
|
|
|
BuildRequires: libcurl-devel libxml2-devel pam-devel sblim-sfcc-devel
|
|
|
|
BuildRequires: libcurl-devel libxml2-devel pam-devel sblim-sfcc-devel
|
|
|
|
BuildRequires: python3 python3-devel ruby ruby-devel rubygems-devel perl-interpreter
|
|
|
|
BuildRequires: python3 python3-devel ruby ruby-devel rubygems-devel perl-interpreter
|
|
|
@ -133,6 +135,7 @@ You can use it to send shell commands to a remote Windows hosts.
|
|
|
|
%patch6 -p1 -b .CVE-2019-3816
|
|
|
|
%patch6 -p1 -b .CVE-2019-3816
|
|
|
|
%patch7 -p1 -b .CVE-2019-3833
|
|
|
|
%patch7 -p1 -b .CVE-2019-3833
|
|
|
|
%patch8 -p1 -b .http-unauthorized-improve
|
|
|
|
%patch8 -p1 -b .http-unauthorized-improve
|
|
|
|
|
|
|
|
%patch9 -p1 -b .update-ssleay-conf
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
# Removing executable permissions on .c and .h files to fix rpmlint warnings.
|
|
|
|
# Removing executable permissions on .c and .h files to fix rpmlint warnings.
|
|
|
@ -289,16 +292,20 @@ rm -f /var/log/wsmand.log
|
|
|
|
%{_bindir}/winrs
|
|
|
|
%{_bindir}/winrs
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Jul 27 2023 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.6.5-10
|
|
|
|
|
|
|
|
- Remove RANDFILE and increase default bits in ssleay.conf
|
|
|
|
|
|
|
|
Resolves: #2220821
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 26 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 2.6.5-9
|
|
|
|
* Wed Jul 26 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 2.6.5-9
|
|
|
|
- Rebuilt for MSVSphere 8.8
|
|
|
|
- Rebuilt for MSVSphere 8.8
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Sep 20 2022 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.6.5-9
|
|
|
|
* Tue Feb 14 2023 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.6.5-9
|
|
|
|
- Rebuild
|
|
|
|
- Add rpminspect.yaml
|
|
|
|
Related: #2124894
|
|
|
|
Related: #2105315
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Sep 08 2022 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.6.5-8
|
|
|
|
* Thu Sep 08 2022 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.6.5-8
|
|
|
|
- Improve handling of HTTP 401 Unauthorized
|
|
|
|
- Improve handling of HTTP 401 Unauthorized
|
|
|
|
Resolves: #2124894
|
|
|
|
Resolves: #2105315
|
|
|
|
|
|
|
|
|
|
|
|
* Mon May 11 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.6.5-7
|
|
|
|
* Mon May 11 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.6.5-7
|
|
|
|
- Fix CVE-2019-3833
|
|
|
|
- Fix CVE-2019-3833
|
|
|
|