| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Changes: https://metacpan.org/changes/distribution/Net-DNS
Notes:
svn path=/head/; revision=544972
|
|
|
|
|
|
|
| |
Changes: https://metacpan.org/changes/distribution/Net-DNS
Notes:
svn path=/head/; revision=537181
|
|
|
|
|
|
|
|
|
| |
- Take maintainership
Changes: https://metacpan.org/changes/distribution/Net-DNS
Notes:
svn path=/head/; revision=510663
|
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Net-DNS/Changes
Notes:
svn path=/head/; revision=440251
|
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Net-DNS/Changes
Notes:
svn path=/head/; revision=410643
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update LICENSE
- Update *_DEPENDS
- Add GOST options
- Add NO_ARCH
Changes: http://search.cpan.org/dist/Net-DNS/Changes
Notes:
svn path=/head/; revision=392514
|
|
|
|
|
|
|
|
|
| |
Also, add an SSHFP option for SSH2 fingerprint records support.
Changes: https://metacpan.org/changes/distribution/Net-DNS
Notes:
svn path=/head/; revision=380027
|
|
|
|
|
|
|
|
|
|
| |
- Allow to strip shared library as regular user
- Sort PLIST
Changes: http://search.cpan.org/dist/Net-DNS/Changes
Notes:
svn path=/head/; revision=377693
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.
As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.
The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.
The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.
PR: 194969
Differential Revision: https://reviews.freebsd.org/D1019
Exp-run by: antoine
Reviewed by: perl@
Approved by: portmgr
Notes:
svn path=/head/; revision=373448
|
|
|
|
| |
Notes:
svn path=/head/; revision=371557
|
|
|
|
| |
Notes:
svn path=/head/; revision=367342
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight
Notes:
svn path=/head/; revision=357300
|
|
|
|
| |
Notes:
svn path=/head/; revision=354121
|
|
|
|
| |
Notes:
svn path=/head/; revision=340938
|
|
|
|
| |
Notes:
svn path=/head/; revision=332593
|
|
|
|
|
|
|
|
|
|
|
| |
- Sort TEST_DEPENDS
- Remove OPTIONS_DEFAULT: bsd.options.mk turns IPV6 on by default
- Sort MAN3
- Reformat pkg-descr
- Sort PLIST
Notes:
svn path=/head/; revision=311247
|
|
|
|
|
|
|
| |
- Changelog: http://cpansearch.perl.org/src/NLNETLABS/Net-DNS-0.70/Changes
Notes:
svn path=/head/; revision=308755
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Lots of fixes for older Perl versions, and several other bug fixes
The parse and data methods are renamed to decode and encode respectively
New feature: IDN query support, requires Net::LibIDN
New modules: Mailbox.pm, Text.pm
For the port:
* Add TEST_DEPENDS (probably won't work on its own due to CONFIGURE_ARGS)
* Add an OPTION for IDN support, off by default
* Use the PORTDOCS macro
* Move the OPTIONS= to the more standard location
Notes:
svn path=/head/; revision=291435
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fixes:
======
Suppress IO::Socket::INET(6)::peerhost usage with TCP. On some systems
it doesn't work after receiving data.
Prevent TCP accepts from blocking on unfinished 3-way handshakes.
Named nameserver should be reachable by IPv6 too.
Typo that prevented TCP traffic from being replied from the same
socket as it was received on.
Suppress warnings of the deprecated use of qw as parentheses in
perl 5.14.
Gracefully handle corrupted incoming packets in Net::DNS::Nameserver.
Make Net::DNS::Resolver load even if /etc/resolv.conf is unreadable.
Assembly of segmented TCP traffic.
Fix documentation to reflect code behaviour where on successful packet
creation, the error should be ignored.
A Net::DNS::Nameserver without a NotifyHandler now responds NOTIMP
to NOTIFY requests.
Documentation now reflects Net::DNS::Packet construction behaviour.
Replace TSIG key with the signature of the whole packet when signing
a packet, even when the TSIG key is not the first in the additional
section.
Various typo fixes.
Enhancements:
=============
Allow ReplyHandlers to indicate that no answer should be returned
by the Net::DNS::Nameserver.
Use a class method ReplyHandler for classes inheriting from
Net::DNS::Nameserver.
New improved version of the check_soa script in the contrib section.
Removed dependency on Net::IP
Perform presentation to wire format conversion more efficiently.
Manage serial numbers in SOA records in a modular and extensible way.
Three modules are provided. Strictly sequential, Date Encoded and
Time Encoded. A contribution from Dick Franks.
Provide a configurable IdleTimeout for Net::DNS::Namserver.
Notes:
svn path=/head/; revision=285331
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to thoroughly test this version before updating production systems.
For the port, introduce a new dependency, security/p5-Digest-SHA
Changes in this version, in addition to numerous minor bug fixes:
Feature: Truncation for Nameserver
TAKE CARE:
this feature may cause unexpected behavior for your nameservers
Net::DNS::Packet::truncate is a new method that is called from
within Net::DNS::Nameserver that truncates a packet according to
the rules of RFC2181 section 9.
Feature: Added Net::DNS::Domain
Net::DNS::Domain is an attemt to consistently approach the various
ways we interface with what RFC 1035 calls <domain-name>.
Feature: KX RR
Added support for the KX RR, RFC2230
Feature: HIP RR
Added support for the HIP RR, RFC5205
Feature: DHCID RR
Added rudimentary support for the DHCID RR.
Fix improved fuzzy matching of CLASS and TYPE in the Question
constructor method.
Fix AAAA dynamic update
Notes:
svn path=/head/; revision=246954
|
|
|
|
|
|
|
| |
to many bug fixes.
Notes:
svn path=/head/; revision=225021
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
various bug fixes.
Notes:
svn path=/head/; revision=156541
|
|
|
|
|
|
|
|
| |
Approved by: krion@
PR: ports/88711 (related)
Notes:
svn path=/head/; revision=154110
|
|
|
|
| |
Notes:
svn path=/head/; revision=151086
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=117058
|
|
|
|
|
|
|
|
|
|
| |
all known 'taint mode' problems fixed.
PR: ports/63841
Submitted by: Tim Bishop <tim@bishnet.net>
Notes:
svn path=/head/; revision=103915
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
* Use %%PERL_ARCH%% to accomodate new .xs code
* Slightly improve the sorting, since it's majorly overhauled already
Notes:
svn path=/head/; revision=97061
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
| |
Re-sort for good measure
Notes:
svn path=/head/; revision=78459
|
|
|
|
|
|
|
|
| |
Delete the sed "patch in Makefile" for FAQ.pod, the authors finally
fixed that.
Notes:
svn path=/head/; revision=72943
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Submitted by: bento
Notes:
svn path=/head/; revision=28363
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=16010
|
|
|
|
|
|
|
| |
was required by a few others.
Notes:
svn path=/head/; revision=12687
|
|
|
|
| |
Notes:
svn path=/head/; revision=12624
|
|
|
|
| |
Notes:
svn path=/head/; revision=6972
|
|
Notes:
svn path=/head/; revision=6145
|