diff options
author | gson <gson@pkgsrc.org> | 2010-10-16 10:45:31 +0000 |
---|---|---|
committer | gson <gson@pkgsrc.org> | 2010-10-16 10:45:31 +0000 |
commit | bdd98fe62bec5aee84d0458613d99b22040e5796 (patch) | |
tree | 030940bb9641646854c4348c6b73c4caef36814e /net/py-dns | |
parent | 194f220edd0e33384235947009f0bd2558696b1b (diff) | |
download | pkgsrc-bdd98fe62bec5aee84d0458613d99b22040e5796.tar.gz |
Update net/py-dns to 1.8.0. Summary of changes since 1.7.1:
2010-01-13 Bob Halley <halley@dnspython.org>
* dns/dnssec.py: Added RSASHA256 and RSASHA512 codepoints; added
other missing codepoints to _algorithm_by_text.
2010-01-12 Bob Halley <halley@dnspython.org>
* Escapes in masterfiles now work correctly. Previously they were
only working correctly when the text involved was part of a domain
name.
* dns/tokenizer.py: The tokenizer's get() method now returns Token
objects, not (type, text) tuples.
2009-11-13 Bob Halley <halley@dnspython.org>
* Support has been added for hmac-sha1, hmac-sha224, hmac-sha256,
hmac-sha384 and hmac-sha512. Thanks to Kevin Chen for a
thoughtful, high quality patch.
* dns/update.py (Update::present): A zero TTL was not added if
present() was called with a single rdata, causing _add() to be
unhappy. Thanks to Eugene Kim for reporting the problem and
submitting a patch.
* dns/entropy.py: Use os.urandom() if present. Don't seed until
someone wants randomness.
2009-09-16 Bob Halley <halley@dnspython.org>
* dns/entropy.py: The entropy module needs locking in order to be
used safely in a multithreaded environment. Thanks to Beda Kosata
for reporting the problem.
2009-07-27 Bob Halley <halley@dnspython.org>
* dns/query.py (xfr): The socket was not set to nonblocking mode.
Thanks to Erik Romijn for reporting this problem.
2009-07-23 Bob Halley <halley@dnspython.org>
* dns/rdtypes/IN/SRV.py (SRV._cmp): SRV records were compared
incorrectly due to a cut-and-paste error. Thanks to Tommie
Gannert for reporting this bug.
* dns/e164.py (query): The resolver parameter was not used.
Thanks to MatÃas Bellone for reporting this bug.
2009-06-23 Bob Halley <halley@dnspython.org>
* dns/entropy.py (EntropyPool.__init__): open /dev/random unbuffered;
there's no need to consume more randomness than we need. Thanks
to Brian Wellington for the patch.
Diffstat (limited to 'net/py-dns')
-rw-r--r-- | net/py-dns/Makefile | 6 | ||||
-rw-r--r-- | net/py-dns/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/net/py-dns/Makefile b/net/py-dns/Makefile index 4e1299de693..95a448344fc 100644 --- a/net/py-dns/Makefile +++ b/net/py-dns/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2009/10/31 02:57:30 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2010/10/16 10:45:31 gson Exp $ -DISTNAME= dnspython-1.7.1 -PKGNAME= ${PYPKGPREFIX}-dns-1.7.1 +DISTNAME= dnspython-1.8.0 +PKGNAME= ${PYPKGPREFIX}-dns-1.8.0 CATEGORIES= net python MASTER_SITES= http://www.dnspython.org/kits/${PKGVERSION}/ diff --git a/net/py-dns/distinfo b/net/py-dns/distinfo index ddce0614c29..593e905d01e 100644 --- a/net/py-dns/distinfo +++ b/net/py-dns/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2009/10/31 02:57:30 wiz Exp $ +$NetBSD: distinfo,v 1.10 2010/10/16 10:45:31 gson Exp $ -SHA1 (dnspython-1.7.1.tar.gz) = 9423854b4ca28235bc0c457a7009d3530e1ab6bc -RMD160 (dnspython-1.7.1.tar.gz) = 73eb3433cff218f859c748944ec3e442ed25ff25 -Size (dnspython-1.7.1.tar.gz) = 106517 bytes +SHA1 (dnspython-1.8.0.tar.gz) = 71f9a1b4243fca7a4cbda064665d15fc4c28f91e +RMD160 (dnspython-1.8.0.tar.gz) = d7ab6f336a2c677544d1706d1d32e67afaad9405 +Size (dnspython-1.8.0.tar.gz) = 108588 bytes |