Subject: CVS commit: pkgsrc/net/py-dns
To: None <pkgsrc-changes@NetBSD.org>
From: Min Sik Kim <minskim@netbsd.org>
List: pkgsrc-changes
Date: 02/23/2004 17:25:32
Module Name:	pkgsrc
Committed By:	minskim
Date:		Mon Feb 23 17:25:32 UTC 2004

Modified Files:
	pkgsrc/net/py-dns: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 pkgsrc/net/py-dns/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/net/py-dns/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.