Commit graph

110 commits

Author SHA1 Message Date
Mathieu Arnold
ce89a80f59 Try and be consistent with what commands are silent and not in *install.
- MKDIR is silent
- ECHO is silent
- INSTALL_* are not silent
- CP/FIND/... are not silent

I fixed a few PORTDOCS misusage, I'll do a second pass.

With Hat:	perl@
2013-10-22 16:57:44 +00:00
Baptiste Daroussin
24a1652ff4 Add NO_STAGE all over the place in preparation for the staging support (cat: dns) 2013-09-20 16:31:57 +00:00
Mathieu Arnold
4819ca343b - Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
2013-08-02 18:52:07 +00:00
Sunpoet Po-Chuan Hsieh
e3f0c346f4 - Add BUILD_DEPENDS
- Sort TEST_DEPENDS
- Remove OPTIONS_DEFAULT: bsd.options.mk turns IPV6 on by default
- Sort MAN3
- Reformat pkg-descr
- Sort PLIST
2013-01-30 18:13:33 +00:00
Philippe Audeoud
5b9412d5fa - Update to 0.72
- Changelog: http://cpansearch.perl.org/src/NLNETLABS/Net-DNS-0.72/Changes
2013-01-03 16:18:01 +00:00
Philippe Audeoud
8fe9e6b59c - Update to 0.71
- Changelog: http://cpansearch.perl.org/src/NLNETLABS/Net-DNS-0.71/Changes
2012-12-18 09:20:26 +00:00
Andrej Zverev
ca9da06ad1 Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
2012-12-17 05:44:43 +00:00
Philippe Audeoud
d1ad0468bb - Update to 0.70
- Changelog: http://cpansearch.perl.org/src/NLNETLABS/Net-DNS-0.70/Changes
2012-12-12 11:06:36 +00:00
Baptiste Daroussin
b0fcd5062d Convert to new options framework
Feature safe:	yes
2012-10-12 07:08:38 +00:00
Doug Barton
deda664425 Throw my ports back in the pool, and make my intentions clear for the
various ports that I've created.

I bid fond fare well
A chapter closes for me
What opens for you?
2012-10-08 10:38:47 +00:00
Doug Barton
77c2e8801a Fix Perl package name dependencies 2012-06-03 21:41:02 +00:00
Doug Barton
249914eb08 Convert to specifying the port name in _DEPENDS instead of
${SITE_PERL}/foo/bar/file.pm

http://wiki.freebsd.org/PortsLongtermTargets#Use_of_SITE_PERL_in_dependencies
2012-06-01 04:00:24 +00:00
Doug Barton
e346523d43 Restore support for ${PERL_LEVEL} < 501000
Feature safe:	yes
2012-03-12 00:32:09 +00:00
Doug Barton
7c588a6b6d Fix OPTIONS broken by the perl < 5.12 sweep [1]
While I'm here, reduce the number of docs variables.

PR:		ports/165930 [1]
Submitted by:	Alexey Markov <redrat@mail.ru> [1]

Feature safe:	yes
2012-03-11 21:25:55 +00:00
Philip M. Gollucci
2cf4c1e2c8 - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
  RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}

PR:             ports/165605
Submitted by:   pgollucci (myself)
Approved by:    portmgr (linimon)
Exp Run by:     linimon
Tested by:      make index
2012-03-08 18:45:38 +00:00
Doug Barton
b2f3cb124b Update to version 0.68; Jan 30, 2012
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
2012-02-15 09:44:39 +00:00
Doug Barton
de4dd2f62d **** 0.67 Nov 4, 2011
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.
2011-11-09 06:31:46 +00:00
Doug Barton
2b1dacc826 Remove more tags from pkg-descr files fo the form:
- Name
em@i.l

or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
2011-10-24 04:17:37 +00:00
Doug Barton
31ae302eb6 Miscellaneous cleanups and fixes, some of the windowmaker stuff
gracefully provided by danfe.
2011-05-16 05:22:09 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Martin Matuska
17e550ca2f Explicitly depend on p5-Digest-MD5 only if PERL_LEVEL < 500703
Explicitly depend on p5-Digest-SHA only if PERL_LEVEL < 501000
2010-09-21 16:08:11 +00:00
Tong LIU
738d612f2b - Rename net/p5-IO-INET6 to net/p5-IO-Socket-INET6.
PR:	ports/148309
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
2010-08-09 08:54:36 +00:00
Doug Barton
3bf3bb4653 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.

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
2010-01-01 00:28:07 +00:00
Doug Barton
d31cadffee Where it matters, update regarding MAKE_JOBS_{UN}SAFE for my ports 2009-03-24 19:51:28 +00:00
Doug Barton
d39e7fabf9 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.
2009-02-03 22:26:25 +00:00
Doug Barton
82e7db17e4 Update to version 0.64 which adds support for the APL record in addition
to many bug fixes.
2008-12-30 23:42:53 +00:00
Doug Barton
495d3d4601 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>
2008-03-16 23:17:31 +00:00
Doug Barton
2ff73e2a41 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>
2008-01-08 17:51:50 +00:00
Doug Barton
857fa6a287 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.
2008-01-08 09:50:40 +00:00
Doug Barton
abeae79dc5 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.
2007-08-06 17:56:00 +00:00
Doug Barton
69f04a0bcb 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>
2007-07-03 19:47:28 +00:00
Doug Barton
44155cd19d Update to 0.59, which mostly cleans up the PTR code. 2006-09-27 23:40:21 +00:00
Doug Barton
4ba23117b7 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.
2006-07-09 07:45:25 +00:00
Doug Barton
7d34f4a7ff 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!)
2006-04-18 22:16:45 +00:00
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
b41c982f31 Make the second RUN_DEPENDS +=
Pointy hat to:	me
Thanks to:	kris
2005-12-16 00:56:39 +00:00
Doug Barton
ec9bf19b91 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.
2005-12-14 22:51:17 +00:00
Doug Barton
055c8e918e 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.
2005-12-13 09:19:18 +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
622fd39b2a Add SHA256 checksums to my ports 2005-11-24 00:08:51 +00:00
Doug Barton
11885ac901 Change to the standardized version of the CPAN URL
Submitted by:	fenner
2005-09-10 23:05:34 +00:00
Doug Barton
f6854e0457 Update to 0.53, which fixes a stray AFINET_6, and a few other bugs. 2005-07-23 01:37:20 +00:00
Doug Barton
48c2b9e908 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.
2005-07-06 05:23:46 +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
7bcac54531 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>
2005-06-13 15:58:10 +00:00
Doug Barton
5223f50a4f Upgrade to 0.50, the latest version. Usual assortment
of bug fixes, plus experimental IPv6 support (not
yet enabled).
2005-06-10 20:52:39 +00:00
Doug Barton
ce79355859 Update to the latest version, mostly bug fixes. 2005-04-05 12:48:43 +00:00
Doug Barton
3cc6907734 Update to 0.48, a minor bugfix release. 2004-08-22 20:13:44 +00:00
Doug Barton
f329896e86 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>
2004-06-06 03:03:10 +00:00