diff --git a/paramiko-3.2.0.tar.gz b/paramiko-3.2.0.tar.gz deleted file mode 100644 index f36b3c685d2c26b411010c39100aa30212688442..0000000000000000000000000000000000000000 Binary files a/paramiko-3.2.0.tar.gz and /dev/null differ diff --git a/paramiko-3.4.0.tar.gz b/paramiko-3.4.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..f711c8556bdc3e037bdb819f1c342d9bdf9aa0e0 Binary files /dev/null and b/paramiko-3.4.0.tar.gz differ diff --git a/python-paramiko.spec b/python-paramiko.spec index 60bdbc76119422af4df6278fd45a8c74520a0e52..c4d80ac942fffe2b4a7d8d04bbc0eb0280937090 100644 --- a/python-paramiko.spec +++ b/python-paramiko.spec @@ -1,5 +1,5 @@ Name: python-paramiko -Version: 3.2.0 +Version: 3.4.0 Release: 1 Summary: Python SSH module License: LGPLv2+ @@ -17,12 +17,12 @@ connections to remote machines. %package -n python3-paramiko Summary: Python SSH module -BuildRequires: python3-devel python3-setuptools python3-bcrypt >= 3.1.3 python3-pytest -BuildRequires: python3-cryptography >= 2.5 python3-pyasn1 >= 0.1.7 python3-pynacl >= 1.0.1 +BuildRequires: python3-devel python3-setuptools python3-bcrypt >= 3.2 python3-pytest +BuildRequires: python3-cryptography >= 3.3 python3-pyasn1 >= 0.1.7 python3-pynacl >= 1.5 BuildRequires: python3-mock >= 2.0 BuildRequires: python3-lexicon >= 2.0.1 python3-invoke python3-pytest-relaxed -Requires: python3-bcrypt >= 3.1.3 python3-cryptography >= 1.5 -Requires: python3-pyasn1 >= 0.1.7 python3-pynacl >= 1.0.1 +Requires: python3-bcrypt >= 3.2 python3-cryptography >= 3.3 +Requires: python3-pyasn1 >= 0.1.7 python3-pynacl >= 1.5 %{?python_provide:%python_provide python3-paramiko} %description -n python3-paramiko @@ -63,9 +63,12 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} pytest-%{python3_version} %{python3_sitelib}/paramiko/ %files help -%doc html/ demos/ NEWS README.rst +%doc html/ demos/ README.rst %changelog +* Tue Jan 09 2024 yaoxin - 3.4.0-1 +- Upgrade to 3.4.0 for fix CVE-2023-48795 + * Thu Jun 15 2023 yaoxin - 3.2.0-1 - Update to 3.2.0