| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
adds capability for a persistent UDP socket.
Notes:
svn path=/head/; revision=93631
|
|
|
|
|
|
|
|
| |
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Notes:
svn path=/head/; revision=92059
|
|
|
|
|
|
|
|
| |
cleanups. Also, the removal of the Net::DNS::Resolver::axfr_old()
method.
Notes:
svn path=/head/; revision=90351
|
|
|
|
|
|
|
|
|
| |
PR: ports/56020
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
Approved by: portmgr
Notes:
svn path=/head/; revision=88573
|
|
|
|
|
|
|
| |
Other than dnssec updates, no new functionality.
Notes:
svn path=/head/; revision=88505
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
Notes:
svn path=/head/; revision=87653
|
|
|
|
|
|
|
|
|
|
|
| |
either the Makefile.PL script, or other, and offered nothing new
of interest.
This version has a more efficient dn_expand method, and adds a
warning that Resolver::axfr_old() is deprecated.
Notes:
svn path=/head/; revision=82965
|
|
|
|
|
|
|
|
|
|
| |
and multiple queries in one packet. Also some minor bug fixes for
Net::DNS::Resolver::Recurse and Net::DNS::Resolver::axfr_next().
Convert to ${SITE_PERL}
Notes:
svn path=/head/; revision=78461
|
|
|
|
|
|
|
|
|
|
| |
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
Notes:
svn path=/head/; revision=77045
|
|
|
|
|
|
|
|
|
|
| |
friendly for perl-5.8.0, which has those dependencies included into the
base distribution.
Sponsired by: Porta Software Ltd
Notes:
svn path=/head/; revision=75949
|
|
|
|
|
|
|
|
| |
PR: ports/47142
Submitted by: Erwin Lansing <erwin@lansing.dk>
Notes:
svn path=/head/; revision=73252
|
|
|
|
|
|
|
|
| |
Delete the sed "patch in Makefile" for FAQ.pod, the authors finally
fixed that.
Notes:
svn path=/head/; revision=72943
|
|
|
|
| |
Notes:
svn path=/head/; revision=70730
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=69889
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* The errors related to the missing dependencies during build are harmless.
The build-time and run-time dependencies are seperated on purpose so that
the port can be built and run on different boxes.
* The Test-Simple module is not needed to build or run the port, the
tests are not installed by us, and not part of the port itself.
These changes should have been discussed with me before they were made.
Notes:
svn path=/head/; revision=69885
|
|
|
|
|
|
|
| |
configure-time warning.
Notes:
svn path=/head/; revision=68715
|
|
|
|
|
|
|
| |
by zero error when there are no usable interfaces.
Notes:
svn path=/head/; revision=67475
|
|
|
|
|
|
|
| |
bugs, SRV bugs, and Net::DNS::SEC bugs. No new features.
Notes:
svn path=/head/; revision=65515
|
|
|
|
|
|
|
| |
bug that I found when running this code under perl 5.005.
Notes:
svn path=/head/; revision=64126
|
|
|
|
|
|
|
|
|
|
| |
has some major performance enhancements, especially the streamlined
implementation of AUTOLOAD.
My brief tests indicate roughly a 30% reduction in module load time.
Notes:
svn path=/head/; revision=64014
|
|
|
|
|
|
|
|
|
| |
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()
Notes:
svn path=/head/; revision=63456
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=61307
|
|
|
|
|
|
|
|
| |
PR: ports/39079
Submitted by: gshapiro
Notes:
svn path=/head/; revision=61019
|
|
|
|
| |
Notes:
svn path=/head/; revision=61003
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=60640
|
|
|
|
|
|
|
|
|
| |
* Remove now-obsolete cleanup of *.orig files
No functionality changes.
Notes:
svn path=/head/; revision=58216
|
|
|
|
|
|
|
|
|
|
| |
* Update to 0.14, which has only two changes:
- Fix the bug which we fixed with patch-aa
- Fix the "defined @array" line that trips
up perl 5.6.x
Notes:
svn path=/head/; revision=54257
|
|
|
|
| |
Notes:
svn path=/head/; revision=51901
|
|
|
|
| |
Notes:
svn path=/head/; revision=38917
|
|
|
|
|
|
|
|
|
| |
I am now at FreeBSD dot org
Approved by: sobomax
Notes:
svn path=/head/; revision=35074
|
|
|
|
| |
Notes:
svn path=/head/; revision=34200
|
|
|
|
| |
Notes:
svn path=/head/; revision=34154
|
|
|
|
|
|
|
|
|
|
|
| |
Add some missing/wrong dependencies. Show how to respect CC/CFLAGS. Many
miscellaneous modifications. I used more excessive hacks to force p5-Jcode
and p5-WWW-Search to respect CC/CFLAGS.
Patches largely done by: Christian Weisgerber <naddy@mips.inka.de>
Notes:
svn path=/head/; revision=29658
|
|
|
|
| |
Notes:
svn path=/head/; revision=27423
|
|
|
|
|
|
|
|
| |
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
Notes:
svn path=/head/; revision=21157
|
|
|
|
| |
Notes:
svn path=/head/; revision=21126
|
|
|
|
|
|
|
|
|
| |
checks haven't missed anything.
Submitted by: dima
Notes:
svn path=/head/; revision=13159
|
|
|
|
|
|
|
| |
was required by a few others.
Notes:
svn path=/head/; revision=12687
|
|
|
|
| |
Notes:
svn path=/head/; revision=8571
|
|
|
|
| |
Notes:
svn path=/head/; revision=7232
|
|
|
|
|
|
|
|
|
|
| |
number in each Makefile
In-Conjunction-With: Satoshi's patch to bsd.port.mk
(note: unlike the last change in perl5 versions, I have only upgraded p5-* ports, not other ports that rely upon perl5.)
Notes:
svn path=/head/; revision=7065
|
|
|
|
| |
Notes:
svn path=/head/; revision=6972
|
|
|
|
| |
Notes:
svn path=/head/; revision=6611
|
|
|
|
|
|
|
| |
Remove p5-CGI.pm and p5-ExtUtils-Embed; they are now part of the perl5.004 distribution.
Notes:
svn path=/head/; revision=6544
|
|
|
|
|
|
|
|
| |
Fixed incorrect PKGNAME in Makefile
Obtained from:
Notes:
svn path=/head/; revision=6336
|
|
|
|
| |
Notes:
svn path=/head/; revision=6249
|
|
Notes:
svn path=/head/; revision=6145
|