paramiko 3.4.0-1ubuntu1 source package in Ubuntu

Changelog

paramiko (3.4.0-1ubuntu1) oracular; urgency=medium

  * Merge with Debian unstable. Remaining changes (LP: #2066061):
      - d/control: Demote python3-invoke from Recommends to Suggests as
        the python-invoke package lacks unit test execution so is not suitable
        for main inclusion
      - debian/patches/disable_flaky_test.patch: disable flaky
        test_sequence_numbers_reset_on_newkeys_when_strict test.
    Dropped changes:
      - SECURITY UPDATE: Prefix truncation attack on BPP
        - debian/patches/CVE-2023-48795-*.patch: implement strict key
          exchange.
        - CVE-2023-48795
        Dropped because these patches are applied upstream
      - debian/patches/remove_six.patch : removed because already upstreamed
      - debian/patches/fix_test_on_armhf.patch : removed because not applicable
        since the tests/test_transport.py has been changed upstreamed

paramiko (3.4.0-1) unstable; urgency=medium

  * Team upload
  * New upstream version 3.4.0
    - Fix Terrapin MitM attack (CVE-2023-48795) (Closes: #1059006)
  * Add debian/salsa-ci.yml
  * Update debian/patches/remove_pytest_relaxed.patch
  * Add python3-icecream to build-dependencies
  * Fix nose deprecation errors produced by pytest. Patch:
    0001-Use-pytest-s-setup_method-in-pytest-8-the-nose-metho.patch
  * Fix 32-bit-ism in protocol seqno rollover test from Terrapin fix. Patch
    from upstream
  * Add myself to Uploaders

paramiko (2.12.0-3) unstable; urgency=medium

  * remove myself

 -- Hector Cao <email address hidden>  Fri, 17 May 2024 19:12:44 +0200

Upload details

Uploaded by:
Hector CAO
Sponsored by:
Marc Deslauriers
Uploaded to:
Oracular
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main python

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
paramiko_3.4.0.orig.tar.xz 278.8 KiB 92b2064fc3673fa843ed758e7b07c027eb412d0061f45a96724d16435d88a9cc
paramiko_3.4.0-1ubuntu1.debian.tar.xz 9.9 KiB fc5d8ff9a7ca9673156186c4a7e1b28f5927fc34fa61a5cae1849d2958a29c48
paramiko_3.4.0-1ubuntu1.dsc 2.4 KiB b1eab2b5dd61866bce1bbd1dc3c9ea356d68d9df3a4c2be390a8909660d92e9d

Available diffs

View changes file

Binary packages built by this source

paramiko-doc: Make ssh v2 connections with Python (Documentation)

 "Paramiko" is a combination of the Esperanto words for "paranoid" and "friend".
 It's a module for Python 2.7/3.4+ that implements the SSH2 protocol for secure
 (encrypted and authenticated) connections to remote machines. Unlike SSL (aka
 TLS), SSH2 protocol does not require hierarchical certificates signed by a
 powerful central authority. You may know SSH2 as the protocol that replaced
 Telnet and rsh for secure access to remote shells, but the protocol also
 includes the ability to open arbitrary channels to remote services across the
 encrypted tunnel (this is how SFTP works, for example).
 .
 This is the documentation for the package.

python3-paramiko: Make ssh v2 connections (Python 3)

 "Paramiko" is a combination of the Esperanto words for "paranoid" and "friend".
 It's a module for Python 2.7/3.4+ that implements the SSH2 protocol for secure
 (encrypted and authenticated) connections to remote machines. Unlike SSL (aka
 TLS), SSH2 protocol does not require hierarchical certificates signed by a
 powerful central authority. You may know SSH2 as the protocol that replaced
 Telnet and rsh for secure access to remote shells, but the protocol also
 includes the ability to open arbitrary channels to remote services across the
 encrypted tunnel (this is how SFTP works, for example).
 .
 This is the Python 3 version of the package.