From 20b45ddcd6de4e895f1a643069fa9911d8cc7b7a Mon Sep 17 00:00:00 2001 From: minskim Date: Mon, 23 Feb 2004 17:25:32 +0000 Subject: Update py-dns to 1.2.0 and bl3ify. Changes in 1.2.0: - Timeout support has been overhauled. It now works on Python 2.2 as well as 2.3, and the total time spent processing a query is now much more controllable than before since the timeout is now on the whole query instead of just on individual network calls. - The master file reader now gives the filename and line number of the offending input when a syntax error occurs. - $INCLUDE is now supported in DNS master files. Processing of $INCLUDE can also be disabled if desired. - BIND 8 style TTLs, e.g. "1w2d3h4m5s", are accepted when reading a master file, but will never be emitted. - Basic zone sanity checks are made after a zone is loaded. Specifically, the zone must have SOA and NS rdatasets at its origin. --- net/py-dns/Makefile | 8 ++++---- net/py-dns/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'net/py-dns') diff --git a/net/py-dns/Makefile b/net/py-dns/Makefile index 9b9e0f0cb6b..6746fd7ae54 100644 --- a/net/py-dns/Makefile +++ b/net/py-dns/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2003/09/21 09:21:07 jmc Exp $ +# $NetBSD: Makefile,v 1.7 2004/02/23 17:25:32 minskim Exp $ -DISTNAME= dnspython-1.1.0 -PKGNAME= ${PYPKGPREFIX}-dns-1.1.0 +DISTNAME= dnspython-1.2.0 +PKGNAME= ${PYPKGPREFIX}-dns-1.2.0 CATEGORIES= net MASTER_SITES= http://www.dnspython.org/kits/${PKGVERSION}/ @@ -10,7 +10,7 @@ HOMEPAGE= http://www.dnspython.org/ COMMENT= Python DNS toolkit PYDISTUTILSPKG= yes -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/py-dns/distinfo b/net/py-dns/distinfo index aef1d4ffd62..cdf1c29f3a2 100644 --- a/net/py-dns/distinfo +++ b/net/py-dns/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2003/08/18 04:02:47 gson Exp $ +$NetBSD: distinfo,v 1.4 2004/02/23 17:25:32 minskim Exp $ -SHA1 (dnspython-1.1.0.tar.gz) = 6624f62b261182e630d1022267ec18b0b9df054a -Size (dnspython-1.1.0.tar.gz) = 79174 bytes +SHA1 (dnspython-1.2.0.tar.gz) = 909b211ea76106bfa04d1fb4474ff6ae573ac031 +Size (dnspython-1.2.0.tar.gz) = 82656 bytes -- cgit v1.2.3