python-tx-tftp 0.1~bzr38-0ubuntu4~14.04.1 source package in Ubuntu

Changelog

python-tx-tftp (0.1~bzr38-0ubuntu4~14.04.1) trusty-proposed; urgency=medium

  * debian/patches/05_lp1317705.patch: Regonise error code 8, which is
    used to terminate a transfer due to option negotiation.
    See RFC 2347, "TFTP Option Extension". (LP: #1317705)

python-tx-tftp (0.1~bzr38-0ubuntu3) utopic; urgency=medium

  * debian/patches/04-implement-rollover.patch: Resets the block number
    counter back to 0 after it reaches 2^16. (LP: #1476175)

 -- Andres Rodriguez <email address hidden>  Mon, 22 Jun 2015 12:33:26 -0400

Upload details

Uploaded by:
Andres Rodriguez
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty updates main python

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-tx-tftp_0.1~bzr38.orig.tar.gz 24.2 KiB cdc9203a0f2be0facf5407a0c5ac6ea0502e975821328f8f3916425253bda2fb
python-tx-tftp_0.1~bzr38-0ubuntu4~14.04.1.debian.tar.gz 4.5 KiB e00ebda3b84ed6186ca1225bc5f6bc69d33b5f4527346fcfd4fdaab5e45484a1
python-tx-tftp_0.1~bzr38-0ubuntu4~14.04.1.dsc 1.9 KiB e408001bc0e1166fd0fd4fc6fffbf0b6f642cc249daefa1e4fe3059b5f369321

View changes file

Binary packages built by this source

python-txtftp: Twisted-based TFTP implementation

 A Twisted-based TFTP implementation that implements:
 .
  * RFC1350 (base TFTP specification) support.
  * Asynchronous backend support.
  * netascii transfer mode.
  * RFC2347 (TFTP Option Extension) support. blksize (RFC2348) and timeout.
    (partial support for RFC2349) options are supported.
  * An actual TFTP server.
  * Plugin for twistd.