!44 Upgrade to 3.4.0 for fix CVE-2023-48795
From: @starlet-dx Reviewed-by: @lyn1001 Signed-off-by: @lyn1001
This commit is contained in:
commit
b6f08d3664
Binary file not shown.
BIN
paramiko-3.4.0.tar.gz
Normal file
BIN
paramiko-3.4.0.tar.gz
Normal file
Binary file not shown.
@ -1,5 +1,5 @@
|
|||||||
Name: python-paramiko
|
Name: python-paramiko
|
||||||
Version: 3.2.0
|
Version: 3.4.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Python SSH module
|
Summary: Python SSH module
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -17,12 +17,12 @@ connections to remote machines.
|
|||||||
|
|
||||||
%package -n python3-paramiko
|
%package -n python3-paramiko
|
||||||
Summary: Python SSH module
|
Summary: Python SSH module
|
||||||
BuildRequires: python3-devel python3-setuptools python3-bcrypt >= 3.1.3 python3-pytest
|
BuildRequires: python3-devel python3-setuptools python3-bcrypt >= 3.2 python3-pytest
|
||||||
BuildRequires: python3-cryptography >= 2.5 python3-pyasn1 >= 0.1.7 python3-pynacl >= 1.0.1
|
BuildRequires: python3-cryptography >= 3.3 python3-pyasn1 >= 0.1.7 python3-pynacl >= 1.5
|
||||||
BuildRequires: python3-mock >= 2.0
|
BuildRequires: python3-mock >= 2.0
|
||||||
BuildRequires: python3-lexicon >= 2.0.1 python3-invoke python3-pytest-relaxed
|
BuildRequires: python3-lexicon >= 2.0.1 python3-invoke python3-pytest-relaxed
|
||||||
Requires: python3-bcrypt >= 3.1.3 python3-cryptography >= 1.5
|
Requires: python3-bcrypt >= 3.2 python3-cryptography >= 3.3
|
||||||
Requires: python3-pyasn1 >= 0.1.7 python3-pynacl >= 1.0.1
|
Requires: python3-pyasn1 >= 0.1.7 python3-pynacl >= 1.5
|
||||||
%{?python_provide:%python_provide python3-paramiko}
|
%{?python_provide:%python_provide python3-paramiko}
|
||||||
|
|
||||||
%description -n python3-paramiko
|
%description -n python3-paramiko
|
||||||
@ -63,9 +63,12 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} pytest-%{python3_version}
|
|||||||
%{python3_sitelib}/paramiko/
|
%{python3_sitelib}/paramiko/
|
||||||
|
|
||||||
%files help
|
%files help
|
||||||
%doc html/ demos/ NEWS README.rst
|
%doc html/ demos/ README.rst
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 09 2024 yaoxin <yao_xin001@hoperun.com> - 3.4.0-1
|
||||||
|
- Upgrade to 3.4.0 for fix CVE-2023-48795
|
||||||
|
|
||||||
* Thu Jun 15 2023 yaoxin <yao_xin001@hoperun.com> - 3.2.0-1
|
* Thu Jun 15 2023 yaoxin <yao_xin001@hoperun.com> - 3.2.0-1
|
||||||
- Update to 3.2.0
|
- Update to 3.2.0
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user