| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
PLIST_SUB, so deleting them will not change the package. Therefore
no PORTREVISION bump.
PR: ports/119458
Submitted by: Philippe Audeoud <jadawin@tuxaco.net>
Notes:
svn path=/head/; revision=205278
|
|
|
|
|
|
|
|
|
|
|
| |
directly frobbing packets or calling Net::DNS::RR->new_from_data()
(which you should not be doing anyway) then you should read the changelog
carefully and review/test your code before committing to this version.
2. Remove support for old Perl.
Notes:
svn path=/head/; revision=205255
|
|
|
|
|
|
|
|
| |
2. --no-online-tests works now, so stop building them.
3. Remove support for prehistoric Perl.
Notes:
svn path=/head/; revision=197233
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-3377
http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-3409
... as well as rudimentary support for IPSECKEY.
See /usr/local/share/doc/p5-Net-DNS/Changes for more details.
Prodded by: Several, including ...
PR: ports/114230
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp>
Notes:
svn path=/head/; revision=194820
|
|
|
|
| |
Notes:
svn path=/head/; revision=174007
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
functionality for DLV/DNSSEC.
2. Add virtual category ipv6
3. Add OPTIONS for IPV6, enabled by default.
4. Fix the test for WITH_IPV6, and move it out of the test for
${PERL_LEVEL} < 500800. On my system, the IPv6 libraries are not
(any longer?) installed by default with Perl 5.8. The test is
harmless if the libraries are there in any case, so remove the
pointless micro-optiimiztion.
Notes:
svn path=/head/; revision=167253
|
|
|
|
|
|
|
|
|
|
| |
and reenable the cryptographic features on Perl 5.005.
PR: ports/94770
Submitted by: leeym (thanks!)
Notes:
svn path=/head/; revision=159906
|
|
|
|
|
|
|
| |
various bug fixes.
Notes:
svn path=/head/; revision=156541
|
|
|
|
|
|
|
|
| |
Approved by: krion@
PR: ports/88711 (related)
Notes:
svn path=/head/; revision=154110
|
|
|
|
|
|
|
|
| |
Pointy hat to: me
Thanks to: kris
Notes:
svn path=/head/; revision=151272
|
|
|
|
|
|
|
|
| |
sockets introduced in 0.54. Anyone who upgraded to 0.54 should
upgrade to this version ASAP.
Notes:
svn path=/head/; revision=151202
|
|
|
|
|
|
|
|
| |
work around the fact that the crypto features of this library
require dependencies which are not available to Perl < 5.6.2.
Notes:
svn path=/head/; revision=151087
|
|
|
|
| |
Notes:
svn path=/head/; revision=151086
|
|
|
|
| |
Notes:
svn path=/head/; revision=149230
|
|
|
|
|
|
|
| |
Submitted by: fenner
Notes:
svn path=/head/; revision=142402
|
|
|
|
| |
Notes:
svn path=/head/; revision=139931
|
|
|
|
|
|
|
|
|
|
|
| |
of this module later than 0.49, you should definitely upgrade, as
this version fixes several bugs in the new code.
If running Perl < 5.6, make addition of the IPv6 modules optional
as 0.52 of this module fixes the bugs that made it mandatory.
Notes:
svn path=/head/; revision=138555
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=138056
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
gone into the live version.
Also, 0.50 grew a dependency on Net-IP which was not recorded in the
Changes file, so add that explicitly. This was mentioned by several
people, including the current Net-DNS author, and the PR.
PR: ports/82194
Submitted by: Helge Oldach <p5netdnsjun05@oldach.net>
Notes:
svn path=/head/; revision=137405
|
|
|
|
|
|
|
|
| |
of bug fixes, plus experimental IPv6 support (not
yet enabled).
Notes:
svn path=/head/; revision=137224
|
|
|
|
| |
Notes:
svn path=/head/; revision=132556
|
|
|
|
| |
Notes:
svn path=/head/; revision=117058
|
|
|
|
|
|
|
|
| |
PR: ports/66945
Submitted by: Mark Foster <mark@foster.cc>
Notes:
svn path=/head/; revision=110922
|
|
|
|
| |
Notes:
svn path=/head/; revision=104239
|
|
|
|
|
|
|
|
|
|
| |
all known 'taint mode' problems fixed.
PR: ports/63841
Submitted by: Tim Bishop <tim@bishnet.net>
Notes:
svn path=/head/; revision=103915
|
|
|
|
|
|
|
| |
better handling of classes, and other cleanups.
Notes:
svn path=/head/; revision=100357
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=97301
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
actual substantive changes, 0.44 has some non-user-visible changes
to make CPAN.pm happy.
Power users of this module are encouraged to read the CHANGES file.
Most users shouldn't have problems with this upgrade.
Significant changes to the software:
1. Ongoing refinement of proper class inheritance/categorization.
2. Fix zone transfers with 'many-answer' format.
3. Finally "fixed" the .xs code, and accompanying Makefile.pl options
to work out of the box on both RELENG_4 and 5-current.
4. Added a Makefile.pl option to avoid the online tests.
5. Support for unknown RR types.
Changes to the port:
1. Take advantage of 3 and 4 above.
2. portlint doesn't like the word 'file' to appear in the Makefile, so
change it to 'doc' for the PORTDOCS install loop.
Notes:
svn path=/head/; revision=97062
|
|
|
|
|
|
|
|
| |
* Use %%PERL_ARCH%% to accomodate new .xs code
* Slightly improve the sorting, since it's majorly overhauled already
Notes:
svn path=/head/; revision=97061
|
|
|
|
| |
Notes:
svn path=/head/; revision=97060
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Re-sort for good measure
Notes:
svn path=/head/; revision=78459
|
|
|
|
|
|
|
|
|
|
| |
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
|