python-asyncssh 2.10.1-2ubuntu1 source package in Ubuntu

Changelog

python-asyncssh (2.10.1-2ubuntu1) oracular; urgency=medium

  [Nishit Majithia]
  * Fix FTBFS due to unit test cases failures
    - d/p/fix-test_home_percent_expansion_unavailable.patch: Avoid using
      internal members of Path
    - d/p/fix-sha1-tests.patch: Handle elimination of SHA-1 for digital
      signatures in cryptograhy 39.0.0
    - d/p/fix-fido2_related_tests.patch: Increase minimum required fido2
      version to 0.9.2
    - d/p/fix-test_stdout_stream.patch: Read from stdout instead of
      communicate

  [Shishir Subedi]
  * SECURITY UPDATE: Prefix truncation attack on BPP
    - debian/patches/CVE-2023-48795.patch: implement "strict key exchange"
      in connection.py
    - CVE-2023-48795

 -- Shishir Subedi <email address hidden>  Thu, 26 Sep 2024 13:00:23 +0545

Upload details

Uploaded by:
Shishir Subedi
Sponsored by:
Alex Murray
Uploaded to:
Oracular
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Plucky release universe misc
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-asyncssh_2.10.1.orig.tar.gz 468.5 KiB 6c58c999806b17d7cf654d995cebb7f2b918d17335ebc11226f5a0c1ea29d12f
python-asyncssh_2.10.1-2ubuntu1.debian.tar.xz 14.2 KiB fc680c81935b06ddf176c6ff4200d09b6442e0157f6d001b8cd32438591fcbc1
python-asyncssh_2.10.1-2ubuntu1.dsc 2.2 KiB a1fb9d65386bddd23f0a64db97c4ebdf32250ffdb041db04d493be494c2503bc

View changes file

Binary packages built by this source

python-asyncssh-doc: asyncio-based client and server implementation of SSHv2 protocol (doc)

 AsyncSSH is a Python package which provides an asynchronous client
 and server implementation of the SSHv2 protocol on top of the Python
 3.4+ asyncio framework.
 .
 It comes with a full support of SSHv2 and SFTP client and server
 functions, including shell, command and subsystem channels, direct
 and forwarded TCP channels, local and remote TCP port forwarding.
 .
 This package contains the HTML docs and examples.

python3-asyncssh: asyncio-based client and server implementation of SSHv2 protocol

 AsyncSSH is a Python package which provides an asynchronous client
 and server implementation of the SSHv2 protocol on top of the Python
 3.4+ asyncio framework.
 .
 It comes with a full support of SSHv2 and SFTP client and server
 functions, including shell, command and subsystem channels, direct
 and forwarded TCP channels, local and remote TCP port forwarding.
 .
 Other features include:
    + Multiple simultaneous sessions on a single SSH connection
    + Multiple SSH connections in a single event loop
    + Byte and string based I/O with settable encoding
    + A variety of key exchange, encryption, and MAC algorithms
    + Support for gzip compression
    + Password, public key, and keyboard-interactive user authentication methods
    + Many types and formats of public keys and certificates
    + OpenSSH-style known_hosts file support
    + OpenSSH-style authorized_keys file support