twisted-names 11.0.0-1 source package in Ubuntu

Changelog

twisted-names (11.0.0-1) unstable; urgency=low

  * New upstream release.

twisted-names (10.2.0-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * Rebuild to add Python 2.7 and drop Python 2.5 support 

twisted-names (10.2.0-1) unstable; urgency=low

  * New upstream release.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sat,  30 Apr 2011 13:56:05 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Matthias Klose
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
twisted-names_11.0.0.orig.tar.bz2 50.9 KiB 738f3e4fa56d2ebeddf0f3774419fbe3de9067424eb928ce234bc178a146d496
twisted-names_11.0.0-1.debian.tar.gz 7.6 KiB 05555426326051d49df605a7506ca9b7132188def2caa6bb9a5e3bc74a528e42
twisted-names_11.0.0-1.dsc 1.1 KiB 7a1bbe7a9aacaeec3323f3e8f6a09f4b8867d785b36e42096ac58df701a57ff7

Available diffs

View changes file

Binary packages built by this source

python-twisted-names: DNS protocol implementation with client and server

 Twisted Names is both a domain name server as well as a client
 resolver library. Twisted Names comes with an "out of the box"
 nameserver which can read most BIND-syntax zone files as well as a
 simple Python-based configuration format. Twisted Names can act as an
 authoritative server, perform zone transfers from a master to act as
 a secondary, act as a caching nameserver, or any combination of
 these. Twisted Names' client resolver library provides functions to
 query for all commonly used record types as well as a replacement for
 the blocking gethostbyname() function provided by the Python stdlib
 socket module.