summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2009-10-31 02:57:30 +0000
committerwiz <wiz@pkgsrc.org>2009-10-31 02:57:30 +0000
commitd6feeb2ef6fc81b553e8d551243c43ad400bf5c2 (patch)
tree2f648c3fd2bb129885696f79759d880964f134fc /net
parentece651b60e0d424e3e548a9eb445c360ca050e84 (diff)
downloadpkgsrc-d6feeb2ef6fc81b553e8d551243c43ad400bf5c2.tar.gz
Update to 1.7.1:
2009-06-19 Bob Halley <halley@dnspython.org> * (Version 1.7.1 released) 2009-06-19 Bob Halley <halley@dnspython.org> * DLV.py was omitted from the kit * Negative prerequisites were not handled correctly in _get_section(). 2009-06-19 Bob Halley <halley@dnspython.org> * (Version 1.7.0 released) 2009-06-19 Bob Halley <halley@dnspython.org> * On Windows, the resolver set the domain incorrectly. Thanks to Brandon Carpenter for reporting this bug. * Added a to_digestable() method to rdata classes; it returns the digestable form (i.e. DNSSEC canonical form) of the rdata. For most rdata types this is the same uncompressed wire form. For certain older DNS RR types, however, domain names in the rdata are downcased. * Added support for the HIP RR type. 2009-06-18 Bob Halley <halley@dnspython.org> * Added support for the DLV RR type. * Added various DNSSEC related constants (e.g. algorithm identifiers, flag values). * dns/tsig.py: Added support for BADTRUNC result code. * dns/query.py (udp): When checking that addresses are the same, use the binary form of the address in the comparison. This ensures that we don't treat addresses as different if they have equivalent but differing textual representations. E.g. "1:00::1" and "1::1" represent the same address but are not textually equal. Thanks to Kim Davies for reporting this bug. * The resolver's query() method now has an optional 'source' parameter, allowing the source IP address to be specified. Thanks to Alexander Lind for suggesting the change and sending a patch. * Added NSEC3 and NSEC3PARAM support. 2009-06-17 Bob Halley <halley@dnspython.org> * Fixed NSEC.to_text(), which was only printing the last window. Thanks to Brian Wellington for finding the problem and fixing it. 2009-03-30 Bob Halley <halley@dnspython.org> * dns/query.py (xfr): Allow UDP IXFRs. Use "one_rr_per_rrset" mode when doing IXFR. 2009-03-30 Bob Halley <halley@dnspython.org> * Add "one_rr_per_rrset" mode switch to methods which parse messages from wire format (e.g. dns.message.from_wire(), dns.query.udp(), dns.query.tcp()). If set, each RR read is placed in its own RRset (instead of being coalesced). 2009-03-30 Bob Halley <halley@dnspython.org> * Added EDNS option support. 2008-10-16 Bob Halley <halley@dnspython.org> * dns/rdtypes/ANY/DS.py: The from_text() parser for DS RRs did not allow multiple Base64 chunks. Thanks to Rakesh Banka for finding this bug and submitting a patch. 2008-10-08 Bob Halley <halley@dnspython.org> * Add entropy module. * When validating TSIGs, we need to use the absolute name. 2008-06-03 Bob Halley <halley@dnspython.org> * dns/message.py (Message.set_rcode): The mask used preserved the extended rcode, instead of everything else in ednsflags. * dns/message.py (Message.use_edns): ednsflags was not kept coherent with the specified edns version. 2008-02-06 Bob Halley <halley@dnspython.org> * dns/ipv6.py (inet_aton): We could raise an exception other than dns.exception.SyntaxError in some cases. * dns/tsig.py: Raise an exception when the peer has set a non-zero TSIG error.
Diffstat (limited to 'net')
-rw-r--r--net/py-dns/Makefile7
-rw-r--r--net/py-dns/PLIST23
-rw-r--r--net/py-dns/distinfo8
3 files changed, 30 insertions, 8 deletions
diff --git a/net/py-dns/Makefile b/net/py-dns/Makefile
index d70d7827467..4e1299de693 100644
--- a/net/py-dns/Makefile
+++ b/net/py-dns/Makefile
@@ -1,13 +1,14 @@
-# $NetBSD: Makefile,v 1.16 2008/04/25 20:39:11 joerg Exp $
+# $NetBSD: Makefile,v 1.17 2009/10/31 02:57:30 wiz Exp $
-DISTNAME= dnspython-1.6.0
-PKGNAME= ${PYPKGPREFIX}-dns-1.6.0
+DISTNAME= dnspython-1.7.1
+PKGNAME= ${PYPKGPREFIX}-dns-1.7.1
CATEGORIES= net python
MASTER_SITES= http://www.dnspython.org/kits/${PKGVERSION}/
MAINTAINER= gson@NetBSD.org
HOMEPAGE= http://www.dnspython.org/
COMMENT= Python DNS toolkit
+LICENSE= modified-bsd
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/net/py-dns/PLIST b/net/py-dns/PLIST
index b17b9417f3a..6e317c4d690 100644
--- a/net/py-dns/PLIST
+++ b/net/py-dns/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2009/06/14 18:09:40 joerg Exp $
+@comment $NetBSD: PLIST,v 1.7 2009/10/31 02:57:30 wiz Exp $
${PYSITELIB}/dns/__init__.py
${PYSITELIB}/dns/__init__.pyc
${PYSITELIB}/dns/__init__.pyo
@@ -8,6 +8,12 @@ ${PYSITELIB}/dns/dnssec.pyo
${PYSITELIB}/dns/e164.py
${PYSITELIB}/dns/e164.pyc
${PYSITELIB}/dns/e164.pyo
+${PYSITELIB}/dns/edns.py
+${PYSITELIB}/dns/edns.pyc
+${PYSITELIB}/dns/edns.pyo
+${PYSITELIB}/dns/entropy.py
+${PYSITELIB}/dns/entropy.pyc
+${PYSITELIB}/dns/entropy.pyo
${PYSITELIB}/dns/exception.py
${PYSITELIB}/dns/exception.pyc
${PYSITELIB}/dns/exception.pyo
@@ -65,6 +71,9 @@ ${PYSITELIB}/dns/rdtypes/ANY/CERT.pyo
${PYSITELIB}/dns/rdtypes/ANY/CNAME.py
${PYSITELIB}/dns/rdtypes/ANY/CNAME.pyc
${PYSITELIB}/dns/rdtypes/ANY/CNAME.pyo
+${PYSITELIB}/dns/rdtypes/ANY/DLV.py
+${PYSITELIB}/dns/rdtypes/ANY/DLV.pyc
+${PYSITELIB}/dns/rdtypes/ANY/DLV.pyo
${PYSITELIB}/dns/rdtypes/ANY/DNAME.py
${PYSITELIB}/dns/rdtypes/ANY/DNAME.pyc
${PYSITELIB}/dns/rdtypes/ANY/DNAME.pyo
@@ -80,6 +89,9 @@ ${PYSITELIB}/dns/rdtypes/ANY/GPOS.pyo
${PYSITELIB}/dns/rdtypes/ANY/HINFO.py
${PYSITELIB}/dns/rdtypes/ANY/HINFO.pyc
${PYSITELIB}/dns/rdtypes/ANY/HINFO.pyo
+${PYSITELIB}/dns/rdtypes/ANY/HIP.py
+${PYSITELIB}/dns/rdtypes/ANY/HIP.pyc
+${PYSITELIB}/dns/rdtypes/ANY/HIP.pyo
${PYSITELIB}/dns/rdtypes/ANY/ISDN.py
${PYSITELIB}/dns/rdtypes/ANY/ISDN.pyc
${PYSITELIB}/dns/rdtypes/ANY/ISDN.pyo
@@ -98,6 +110,12 @@ ${PYSITELIB}/dns/rdtypes/ANY/NS.pyo
${PYSITELIB}/dns/rdtypes/ANY/NSEC.py
${PYSITELIB}/dns/rdtypes/ANY/NSEC.pyc
${PYSITELIB}/dns/rdtypes/ANY/NSEC.pyo
+${PYSITELIB}/dns/rdtypes/ANY/NSEC3.py
+${PYSITELIB}/dns/rdtypes/ANY/NSEC3.pyc
+${PYSITELIB}/dns/rdtypes/ANY/NSEC3.pyo
+${PYSITELIB}/dns/rdtypes/ANY/NSEC3PARAM.py
+${PYSITELIB}/dns/rdtypes/ANY/NSEC3PARAM.pyc
+${PYSITELIB}/dns/rdtypes/ANY/NSEC3PARAM.pyo
${PYSITELIB}/dns/rdtypes/ANY/NXT.py
${PYSITELIB}/dns/rdtypes/ANY/NXT.pyc
${PYSITELIB}/dns/rdtypes/ANY/NXT.pyo
@@ -176,6 +194,9 @@ ${PYSITELIB}/dns/rdtypes/IN/__init__.pyo
${PYSITELIB}/dns/rdtypes/__init__.py
${PYSITELIB}/dns/rdtypes/__init__.pyc
${PYSITELIB}/dns/rdtypes/__init__.pyo
+${PYSITELIB}/dns/rdtypes/dsbase.py
+${PYSITELIB}/dns/rdtypes/dsbase.pyc
+${PYSITELIB}/dns/rdtypes/dsbase.pyo
${PYSITELIB}/dns/rdtypes/keybase.py
${PYSITELIB}/dns/rdtypes/keybase.pyc
${PYSITELIB}/dns/rdtypes/keybase.pyo
diff --git a/net/py-dns/distinfo b/net/py-dns/distinfo
index 42fd1b589c6..ddce0614c29 100644
--- a/net/py-dns/distinfo
+++ b/net/py-dns/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2008/04/25 19:32:44 tnn Exp $
+$NetBSD: distinfo,v 1.9 2009/10/31 02:57:30 wiz Exp $
-SHA1 (dnspython-1.6.0.tar.gz) = e5eeba2d5780db280cc144c7cf777a27972d9ad1
-RMD160 (dnspython-1.6.0.tar.gz) = b4a40b3fe6a7b63e8c801df6be8346570f121030
-Size (dnspython-1.6.0.tar.gz) = 100140 bytes
+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