Commit graph

20 commits

Author SHA1 Message Date
Doug Barton
497b01a297 Version 0.56, which contains a new method for the SPF RR, and
various bug fixes.
2006-02-20 21:44:05 +00:00
Edwin Groothuis
e33233f948 Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 01:55:36 +00:00
Doug Barton
8258cee901 Be more friendly to other ports that might leave files here 2005-12-13 09:16:03 +00:00
Doug Barton
4984b43ef1 Make this work on Perl 5.005.03 (ala RELENG_4) by installing
the bytes.pm pragma, which is the only thing that the new
version of Net::DNS needs from 5.6+ that isn't in 5.005.03.
2005-06-27 02:56:12 +00:00
Doug Barton
3cc6907734 Update to 0.48, a minor bugfix release. 2004-08-22 20:13:44 +00:00
Doug Barton
5ac398ba00 Update to 0.46, which has better IPv6 reverse DNS handling, and
all known 'taint mode' problems fixed.

PR:		ports/63841
Submitted by:	Tim Bishop <tim@bishnet.net>
2004-03-14 00:09:04 +00:00
Doug Barton
d6426ee1f5 Fix duplicate %%PERL_ARCH%%'ification in one of the conditional rmdir
lines. The error was masked by the conditionality, but mostly harmless
due to the fact that the directory is incredibly likely to be populated
anyway.

Submitted by:	tobez
2004-01-04 22:42:08 +00:00
Doug Barton
3fc7bee189 * Update for version 0.44
* Use %%PERL_ARCH%% to accomodate new .xs code
* Slightly improve the sorting, since it's majorly overhauled already
2004-01-02 02:34:57 +00:00
Doug Barton
6221b46504 Update to 0.39, the latest release.
* Updated docs
* Net::DNS::Resolver now has unique classes for windows and unix
* You can now define a config file for the Resolver object
* Various other cleanups

If you were (bogusly) using module globals in your scripts, this
update is likely to break that, so take due precautions.
2003-08-25 08:08:01 +00:00
Doug Barton
29eb495be8 Convert to use of %%SITE_PERL%% and %%DOCSDIR%%
Re-sort for good measure
2003-04-06 23:20:41 +00:00
Doug Barton
c9037bc59e Update to 0.33, which has improved SIG support, and a few minor bugfixes.
Delete the sed "patch in Makefile" for FAQ.pod, the authors finally
fixed that.
2003-01-12 01:44:40 +00:00
Doug Barton
36473c3905 Update to 0.30, which has TKEY support, a new safe_push() method
for detecting duplicate RR's in an update packet, and some more
tests. Note, the tests are not installed by the port, but are
useful to examine as samples, and to test your installation.

* Update the port to handle the new TKEY and FAQ files.
* Patch the new FAQ, since pod2man is choking on the CVS Id.
* Update the comment by mentioning dynamic updates.
* Add a comment to the Makefile about the harmless build errors
you see if you don't have the run-time depends already installed.
2002-11-11 09:54:18 +00:00
Doug Barton
d26b85fa3a Update to version 0.24, which contains:
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-07-23 21:26:13 +00:00
Doug Barton
edb263b95e Update to the latest, 0.21. This version contains many changes,
please see the Changes file for details. Some of the new features
include TSIG support (experimental), a name server module,
fixes for bind() problems in 5.005.03, and more.

The good news is that our friends in perldom have now seen the
light and fixed the later versions of this module so that it
does not (any longer) require perl 5.6.0 or higher. I've tested
quite a lot of the functions on both a RELENG_4 with stock perl
5.005.03, and a 5-Current system with stock 5.6.1, and didn't
have any problems.

I also added a few files to the PORTDOCS option.
2002-06-05 09:51:38 +00:00
Satoshi Asami
fb5157eab7 Remove empty directories that end with "Net" upon deinstallation.
Submitted by:	bento
2000-05-08 08:07:43 +00:00
Hidetoshi Shimokawa
145684059e Rewrite p5- module's PLIST for alpha.
Use newly introduced %%PARL_ARCH%% for dirname of architecture
dependent libraries.
(i.e. s!%%PERL_VER%%/i386-freebsd!%%PERL_VER%%/%%PERL_ARCH%%!)

Approved by: asami
1999-01-11 15:34:56 +00:00
Satoshi Asami
2e69c43cef Adjust to new perl5 scheme. I don't continue fixing things but this port
was required by a few others.
1998-08-20 10:04:02 +00:00
Tim Vanderhoek
26e78bb69f This netted the largest set of mis-installed manpages, yet! 1998-08-18 19:48:45 +00:00
James FitzGibbon
f5862628ef Upgrade to v0.10 1997-06-17 02:49:41 +00:00
James FitzGibbon
3f368cbcb0 Import of p5-Net-DNS, a perl5 interface to the resolver libraries. 1997-04-05 22:15:47 +00:00