Commit Graph

35 Commits

Author SHA1 Message Date
wilfried
2e9e587cc5 update to 0.54 and add some REGRESS_DEPENDS to run more regression tests 2005-12-07 20:03:00 +00:00
pvalchev
76f6f228a1 remove duplicate NOT_FOR_ARCHS which were misspelled too 2005-09-19 05:24:42 +00:00
wilfried
25b3defcbf update to 0.53, from steve.shockley at shockley.net
fixes a bug that affects SpamAssassin
2005-07-27 07:25:27 +00:00
naddy
fedfc3867f SIZE 2005-01-05 17:14:37 +00:00
espie
52b24f12ea new plists, kill a few INSTALL scripts. 2004-09-15 18:17:38 +00:00
wilfried
f79dbcf205 update to Net-DNS-0.47 2004-04-18 20:09:57 +00:00
wilfried
65104dc48e update to Net-DNS 0.45 2004-02-01 13:03:36 +00:00
naddy
6807d1bedd Don't attempt to build perl ports that load dynamic modules
on architectures that support static linking only.
2004-01-17 15:58:06 +00:00
naddy
0d43e7ce2d Add missing @dirrm, don't build modules on static architectures.
From: Michael Coulter <mjc@bitz.ca>.
2004-01-17 01:55:05 +00:00
wilfried
8e0fc8a133 update Net-DNS to 0.44 2003-12-19 13:24:16 +00:00
naddy
112339c1d4 remove WWW lines 2003-12-15 21:54:59 +00:00
naddy
62b6fbf8d7 @dirrm shared directories 2003-12-15 17:40:57 +00:00
wilfried
b9d6655382 update to 0.38 2003-06-30 12:27:09 +00:00
wilfried
26f4a4b2c4 update to p5-Net-DNS-0.34
- Handle more than one string in a TXT RR's RDATA section.
- Net::DNS::Resolver::Recurse bug fixes.
- Added check of the answer's rcode in Net::DNS::Resolver::axfr_next().
- Allow multiple questions to be part of a DNS packet.
2003-04-02 09:35:58 +00:00
wilfried
1bbb249dfa update to Net-DNS-0.33
- Added Net::DNS::Resolver::Recurse module.
- Fixed the regular expression in RR.pm to comply with the RFCs,
  turns our we were _too_ paranoid.
- Fixed 00-load.t to skip the Net::DNS::SEC modules.  The test suite
  should now pass if you have Net::DNS::SEC installed.
2003-01-28 18:43:27 +00:00
wilfried
778de2ee76 Prefered style 2002-12-01 13:41:34 +00:00
pvalchev
bda660862f Remove p5-MIME-Base64 dependencies as it's stock with perl now 2002-11-27 06:49:42 +00:00
wilfried
5d1b43a32c update to p5-Net-DNS-0.31 2002-11-23 14:10:21 +00:00
pvalchev
6909d112d7 p5-Digest-MD5 now comes stock with perl 2002-10-30 04:46:31 +00:00
wilfried
d2ac41b073 update to p5-Net-DNS-0.29
* Fixed $_ from creeping out of scope in Resolver.pm
* Fixed divide by zero bug if there was no usable network interface
2002-10-18 15:24:19 +00:00
wilfried
69531d4e5c update to p5-Net-DNS-0.28
- Fixed a bug in the RR pat that broke many updates.
- Added (untested) support for perl 5.004.
- We now allow whitespace at the begining of a RR.
- Fixed an issue that gave Net::DNS::SEC problems, %Net::DNS::RR::RR
  is now in a scope that the Net::DNS::SEC hook can see it from.
- Fixed SRV records.
- Fixed debug message in Net::DNS::Resolver::bgread().
2002-09-17 14:51:33 +00:00
wilfried
0bf6f0f9d3 update to p5-Net-DNS-0.26
+ Fixed warning in Net::DNS::RR::AUTOLOAD with perl 5.005.
+ Implemented autoloading of the RR subclasses.  This provides a
  good sized speed bump, particually for applications that are not
  persisant.
+ Cleaned up a few things with CERT RRs.
+ Removed use of $' from RR.pm for effciency reasons.  As a result,
  for all RRs text following a ';' is considered a comment.  This
  was originally only done in RR/SOA.pm.
+ Added method caching to AUTOLOAD subroutines.  This should provide
  a modest speed bump.
+ The test suite has been greatly improved, though there is still
  more to be done in this regard.
+ Added support for DNAME resource records.
+ Fixed edge case for queries that have no name.
+ Tighted up the regular expression used in Net::DNS::Resolver::cname_addr()
2002-08-09 10:45:08 +00:00
wilfried
889ec196f3 Update to p5-Net-DNS-0.23
- Fixed Net::DNS::mx() to work properly in scalar context.
- Fixed taint issue when Net::DNS::Resolver::nameservers() is passed
  a hostname as an argument.
2002-07-01 15:17:20 +00:00
wilfried
dc1c4f4caa Update to Net-DNS-0.22 2002-06-07 01:15:35 +00:00
wilfried
157cd20d96 bye MASTER_SITES_SUBDIR 2002-05-13 08:18:19 +00:00
wilfried
52ecceefbb Update to Net-DNS-0.14
This is an interum release, intended to return Net::DNS to CPAN,
and encourage new devopement.  Version 2.0 is not far behind with
major changes including support for windows platforms, TSIG and
Net::DNS::Nameserver (a very simple nameserver).

Fixed the "defined(@array) is deprecated" message in DNS.pm under
perl 5.6.0 and greater.

Fixed a bug in the Net::DNS::Resolver->nextid method to ensure that
the query ID remains 16 bits.
2002-05-11 21:23:19 +00:00
espie
2b7c75e086 Move perl manpages where they belong, from section 3 to section 3p.
NOTE THAT /usr/local/man/man3p MUST EXIST FOR THIS TO WORK.
UPDATE /etc/mtree/BSD.local.dist AND RUN IT ACCORDINGLY !!!
2002-04-16 19:25:01 +00:00
espie
e82b62f79c Bump NEED_VERSION 2002-03-21 21:09:16 +00:00
espie
5b37289c23 md5->distinfo 2002-03-21 19:59:18 +00:00
wilfried
1911eb9940 - integrate COMMENT
- bump NEED_VERSION
2001-03-28 10:05:32 +00:00
wilfried
61ec94c7f6 -clean up (match Makefile.template)
-add USE_X11 where forgotten
2001-03-09 14:28:45 +00:00
wilfried
e58fe7853d set MAINTAINER mailaddress to my new wilfried@ 2001-02-01 17:34:25 +00:00
danh
f4cd40f3db remove .packlist 2001-01-08 23:51:41 +00:00
danh
b27e659bb7 better fix for conflicts; suggested by espie@ 2001-01-08 20:17:33 +00:00
danh
0607021fc9 Net::DNS is a Perl interface to the DNS resolver. It allows the
programmer to perform any type of DNS query from a Perl script.

Submitted by:	Peter Stromberg <home@wilfried.net>
2001-01-08 19:41:55 +00:00