Port details |
- p5-Net-DNS Perl5 interface to the DNS resolver, and dynamic updates
- 1.49,1 dns =217 1.48,1Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2003-09-05 04:55:22
- Last Update: 2025-01-02 02:44:04
- Commit Hash: 68a83db
- People watching this port, also watch:: p5-Digest-HMAC, libiconv, expat, p5-HTML-Parser, p5-Digest-SHA1
- Also Listed In: net perl5
- License: MIT
- WWW:
- https://metacpan.org/release/Net-DNS
- Description:
- Net::DNS is a collection of Perl modules to interface with the Domain Name
System (DNS) resolver. It allows the programmer to perform queries that are
beyond the capabilities of gethostbyname and gethostbyaddr.
There are also methods for dealing with creating and parsing dynamic updates
packets.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Net-DNS>0:dns/p5-Net-DNS
- To install the port:
- cd /usr/ports/dns/p5-Net-DNS/ && make install clean
- To add the package, run one of these commands:
- pkg install dns/p5-Net-DNS
- pkg install p5-Net-DNS
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Net-DNS
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1735705143
SHA256 (Net-DNS-1.49.tar.gz) = 8da11c6d491732e6f389901b81f86d4d67a208759e7da63688b2e5a26e23be5e
SIZE (Net-DNS-1.49.tar.gz) = 262957
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-Digest-HMAC>=1.03 : security/p5-Digest-HMAC
- perl5>=5.36<5.37 : lang/perl5.36
- Test dependencies:
-
- p5-Digest-BubbleBabble>=0 : security/p5-Digest-BubbleBabble
- p5-Test-Pod>=0 : devel/p5-Test-Pod
- Runtime dependencies:
-
- p5-Digest-HMAC>=1.03 : security/p5-Digest-HMAC
- perl5>=5.36<5.37 : lang/perl5.36
- This port is required by:
- for Build
-
- databases/p5-MongoDB
- devel/p5-Gravatar-URL
- devel/p5-IO-Lambda
- devel/p5-POE-Stage
- devel/p5-TheSchwartz-Worker-SendEmail
- dns/fpdns
- dns/p5-IO-Async-Resolver-DNS
-
Deleted ports which required this port:
- for Run
-
- databases/p5-MongoDB
- devel/p5-Gravatar-URL
- devel/p5-IO-Lambda
- devel/p5-POE-Stage
- devel/p5-TheSchwartz-Worker-SendEmail
- dns/axfr2acl
- dns/dnsdbck
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for p5-Net-DNS-1.49,1:
IDN=off: International Domain Names support via Net::LibIDN
IDN2=off: International Domain Names support via Net::LibIDN2
IPV6=on: IPv6 protocol support
SSHFP=off: SSH2 Fingerprint support
TSIG=on: Transaction Signature Support
===> Use 'make config' to modify these settings
- Options name:
- dns_p5-Net-DNS
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.66_1 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.66_1 21 Sep 2010 16:08:11 |
mm |
Explicitly depend on p5-Digest-MD5 only if PERL_LEVEL < 500703
Explicitly depend on p5-Digest-SHA only if PERL_LEVEL < 501000 |
0.66 09 Aug 2010 08:54:36 |
nemoliu |
- Rename net/p5-IO-INET6 to net/p5-IO-Socket-INET6.
PR: ports/148309
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> |
0.66 01 Jan 2010 00:28:07 |
dougb |
Update to version 0.66, which is a major upgrade. Users are cautioned
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.
(Only the first 15 lines of the commit message are shown above ) |
0.65 24 Mar 2009 19:51:28 |
dougb |
Where it matters, update regarding MAKE_JOBS_{UN}SAFE for my ports |
0.65 03 Feb 2009 22:26:25 |
dougb |
Update to 0.65 which contains the following small fix:
When the AAAA object was constructed with new_from_hash with an
address containing the "::" shorthand notation normalization was
not done properly. |
0.64 30 Dec 2008 23:42:53 |
dougb |
Update to version 0.64 which adds support for the APL record in addition
to many bug fixes. |
0.63 16 Mar 2008 23:17:32 |
dougb |
Update to version 0.63, which has a couple of bug fixes, including:
Fix rt.cpan.org #30316 Security issue with Net::DNS Resolver.
Net/DNS/RR/A.pm in Net::DNS 0.60 build 654 allows remote attackers
to cause a denial of service (program "croak") via a crafted DNS
response (http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-6341). Packet
parsing routines are now enclosed in eval blocks to trap exception
and avoid premature termination of user program.
Used ideas from:
PR: ports/120702
Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com> |
0.62 08 Jan 2008 17:51:50 |
dougb |
Remove the old bytes files for ancient Perl. These were behind a
PLIST_SUB, so deleting them will not change the package. Therefore
no PORTREVISION bump.
PR: ports/119458
Submitted by: Philippe Audeoud <jadawin@tuxaco.net> |
0.62 08 Jan 2008 09:50:40 |
dougb |
1. Update to version 0.62. If you are doing uncommon things including
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. |
0.61 06 Aug 2007 17:56:00 |
dougb |
1. Upgrade to 0.61 which has a few small code cleanups.
2. --no-online-tests works now, so stop building them.
3. Remove support for prehistoric Perl. |
0.60 03 Jul 2007 19:47:28 |
dougb |
Update to 0.60, which includes some important security fixes:
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> |
0.59 27 Sep 2006 23:40:21 |
dougb |
Update to 0.59, which mostly cleans up the PTR code. |
0.58 09 Jul 2006 07:45:25 |
dougb |
1. Update to 0.58, which contains numerous small bug fixes, and new
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. |
0.57 18 Apr 2006 22:16:45 |
dougb |
Update to 0.57 (which contains no functional changes from 0.56),
and reenable the cryptographic features on Perl 5.005.
PR: ports/94770
Submitted by: leeym (thanks!) |
0.56 20 Feb 2006 21:44:05 |
dougb |
Version 0.56, which contains a new method for the SPF RR, and
various bug fixes. |
0.55 22 Jan 2006 01:49:26 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
0.55 16 Dec 2005 00:56:39 |
dougb |
Make the second RUN_DEPENDS +=
Pointy hat to: me
Thanks to: kris |
0.55 14 Dec 2005 22:51:17 |
dougb |
Upgrade to 0.55, an emergency release to fix a problem with TCP
sockets introduced in 0.54. Anyone who upgraded to 0.54 should
upgrade to this version ASAP. |
0.54 13 Dec 2005 09:19:18 |
dougb |
upgrade to 0.54, which contains many bug fixes
work around the fact that the crypto features of this library
require dependencies which are not available to Perl < 5.6.2. |
0.53 13 Dec 2005 09:16:03 |
dougb |
Be more friendly to other ports that might leave files here |
0.53 24 Nov 2005 00:08:51 |
dougb |
Add SHA256 checksums to my ports |
0.53 10 Sep 2005 23:05:34 |
dougb |
Change to the standardized version of the CPAN URL
Submitted by: fenner |
0.53 23 Jul 2005 01:37:20 |
dougb |
Update to 0.53, which fixes a stray AFINET_6, and a few other bugs. |
0.52 06 Jul 2005 05:23:46 |
dougb |
Upgrade to the eagerly anticipated 0.52. If you are using a version
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. |
0.51 27 Jun 2005 02:56:12 |
dougb |
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. |
0.51 13 Jun 2005 15:58:10 |
dougb |
Upgrade to 0.51, which fixes extra debugging that should not have
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> |
0.50 10 Jun 2005 20:52:39 |
dougb |
Upgrade to 0.50, the latest version. Usual assortment
of bug fixes, plus experimental IPv6 support (not
yet enabled). |
0.49 05 Apr 2005 12:48:43 |
dougb |
Update to the latest version, mostly bug fixes. |
0.48 22 Aug 2004 20:13:44 |
dougb |
Update to 0.48, a minor bugfix release. |
0.47 06 Jun 2004 03:03:10 |
dougb |
Update to 0.47. The few small bug fixes can be found in the CHANGES file.
PR: ports/66945
Submitted by: Mark Foster <mark@foster.cc> |
0.46 17 Mar 2004 00:36:11 |
billf |
this perl module creates/parses 'dynamic' updates, not 'dymanic' ones. |
0.46 14 Mar 2004 00:09:04 |
dougb |
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> |
0.45 08 Feb 2004 08:06:00 |
dougb |
Upgrade to 0.45. This version has major speed enhancements,
better handling of classes, and other cleanups. |
0.44 04 Jan 2004 22:42:09 |
dougb |
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 |
0.44 02 Jan 2004 02:44:06 |
dougb |
Update to version 0.44, the latest available. Version 0.43 had the
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. |
0.44 02 Jan 2004 02:34:57 |
dougb |
* Update for version 0.44
* Use %%PERL_ARCH%% to accomodate new .xs code
* Slightly improve the sorting, since it's majorly overhauled already |
0.44 02 Jan 2004 02:33:10 |
dougb |
This patch is no longer needed as of 0.44 |
0.42 10 Nov 2003 08:13:48 |
dougb |
Update to version 0.42. Fixes a bug in Net::DNS::Resolver::Recurse, and
adds capability for a persistent UDP socket. |
0.41 24 Oct 2003 12:05:09 |
ijliao |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
0.41 06 Oct 2003 02:19:37 |
dougb |
Update to version 0.41, which contains several documentation and other
cleanups. Also, the removal of the Net::DNS::Resolver::axfr_old()
method. |
0.40 05 Sep 2003 04:54:37 |
edwin |
Massive repo-copies request: net->dns (partly devel->dns)
PR: ports/56020
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
Approved by: portmgr |