paramiko 1.7.7.1-2ubuntu1 source package in Ubuntu

Changelog

paramiko (1.7.7.1-2ubuntu1) precise-proposed; urgency=low

  * debian/patches/fix-paramiko-rng-errors.patch: Backport upstream
    fix to prevent rng errors in large runs,
    f8239015ec427a2b5e62afa8370885894483a356. (LP: #1150720)
 -- Chuck Short <email address hidden>   Mon, 18 Mar 2013 12:47:37 -0500

Upload details

Uploaded by:
Chuck Short
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
paramiko_1.7.7.1.orig.tar.gz 803.7 KiB 101e7642cbb59574539eaef537d0ef0bb54f1f987cc950f0ada0b050ac245eae
paramiko_1.7.7.1-2ubuntu1.debian.tar.gz 4.3 KiB 7d5effb359bc3b11465ff83f958fc5d16b0ce41d827af12fd9983e392650e608
paramiko_1.7.7.1-2ubuntu1.dsc 1.4 KiB 403a9f7e74b12cfc909fc2abc55e786359499903584dad5ec7c79d1f4fb5d498

View changes file

Binary packages built by this source

python-paramiko: Make ssh v2 connections with Python

 This is a library for making SSH2 connections (client or server).
 Emphasis is on using SSH2 as an alternative to SSL for making secure
 connections between Python scripts. All major ciphers and hash methods
 are supported. SFTP client and server mode are both supported too.