Compare commits
No commits in common. "imports/c8-beta/openwsman-2.6.5-9.el8" and "c8" have entirely different histories.
imports/c8
...
c8
@ -1,2 +0,0 @@
|
|||||||
a6a8bbbfa71ce04bedae55f2f06ce97089b6c5e1 SOURCES/openwsmand.8.gz
|
|
||||||
51230beeaad4a94ab6eb3d390e2608c87b4d76fe SOURCES/v2.6.5.tar.gz
|
|
15
SOURCES/openwsman-2.6.5-update-ssleay-conf.patch
Normal file
15
SOURCES/openwsman-2.6.5-update-ssleay-conf.patch
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
diff -up openwsman-2.6.5/etc/ssleay.cnf.orig openwsman-2.6.5/etc/ssleay.cnf
|
||||||
|
--- openwsman-2.6.5/etc/ssleay.cnf.orig 2017-11-28 09:32:15.000000000 +0100
|
||||||
|
+++ openwsman-2.6.5/etc/ssleay.cnf 2023-07-10 10:00:44.713426317 +0200
|
||||||
|
@@ -2,10 +2,8 @@
|
||||||
|
# SSLeay example configuration file.
|
||||||
|
#
|
||||||
|
|
||||||
|
-RANDFILE = /dev/random
|
||||||
|
-
|
||||||
|
[ req ]
|
||||||
|
-default_bits = 1024
|
||||||
|
+default_bits = 2048
|
||||||
|
default_keyfile = privkey.pem
|
||||||
|
distinguished_name = req_distinguished_name
|
||||||
|
|
@ -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,13 +292,17 @@ rm -f /var/log/wsmand.log
|
|||||||
%{_bindir}/winrs
|
%{_bindir}/winrs
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Sep 20 2022 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.6.5-9
|
* Thu Jul 27 2023 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.6.5-10
|
||||||
- Rebuild
|
- Remove RANDFILE and increase default bits in ssleay.conf
|
||||||
Related: #2124894
|
Resolves: #2220821
|
||||||
|
|
||||||
|
* Tue Feb 14 2023 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.6.5-9
|
||||||
|
- Add rpminspect.yaml
|
||||||
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user