pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/py-dns Update py-dns to 1.2.0 and bl3ify.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9f90069e5ec8
branches:  trunk
changeset: 469452:9f90069e5ec8
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Mon Feb 23 17:25:32 2004 +0000

description:
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.

diffstat:

 net/py-dns/Makefile |  8 ++++----
 net/py-dns/distinfo |  6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (34 lines):

diff -r 95efa91bffdb -r 9f90069e5ec8 net/py-dns/Makefile
--- a/net/py-dns/Makefile       Mon Feb 23 17:03:48 2004 +0000
+++ b/net/py-dns/Makefile       Mon Feb 23 17:25:32 2004 +0000
@@ -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 @@
 COMMENT=       Python DNS toolkit
 
 PYDISTUTILSPKG=        yes
-USE_BUILDLINK2=        yes
+USE_BUILDLINK3=        yes
 
 .include "../../lang/python/extension.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 95efa91bffdb -r 9f90069e5ec8 net/py-dns/distinfo
--- a/net/py-dns/distinfo       Mon Feb 23 17:03:48 2004 +0000
+++ b/net/py-dns/distinfo       Mon Feb 23 17:25:32 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index