| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
30 Jan 2013 18:13:33
0.72
|
sunpoet  |
- Add BUILD_DEPENDS
- Sort TEST_DEPENDS
- Remove OPTIONS_DEFAULT: bsd.options.mk turns IPV6 on by default
- Sort MAN3
- Reformat pkg-descr
- Sort PLIST |
03 Jan 2013 16:18:02
0.72
|
jadawin  |
- Update to 0.72
- Changelog: http://cpansearch.perl.org/src/NLNETLABS/Net-DNS-0.72/Changes |
18 Dec 2012 09:20:27
0.71
|
jadawin  |
- Update to 0.71
- Changelog: http://cpansearch.perl.org/src/NLNETLABS/Net-DNS-0.71/Changes |
17 Dec 2012 05:44:44
0.70
|
az  |
Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon. |
12 Dec 2012 11:06:36
0.70
|
jadawin  |
- Update to 0.70
- Changelog: http://cpansearch.perl.org/src/NLNETLABS/Net-DNS-0.70/Changes |
12 Oct 2012 07:08:39
0.68
|
bapt  |
Convert to new options framework
Feature safe: yes |
08 Oct 2012 10:38:48
0.68
|
dougb  |
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? |
03 Jun 2012 21:41:02
0.68
|
dougb  |
Fix Perl package name dependencies |
01 Jun 2012 04:00:25
0.68
|
dougb  |
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 |
13 Mar 2012 02:24:03
0.68
|
pgollucci  |
- forced commit to note that dougb@ reverted ports/165605 by hand directly
Feature safe: yes |
12 Mar 2012 00:32:09
0.68
|
dougb  |
Restore support for ${PERL_LEVEL} < 501000
Feature safe: yes |
11 Mar 2012 21:25:55
0.68
|
dougb  |
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 |
08 Mar 2012 18:45:38
0.68
|
pgollucci  |
- 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 |
15 Feb 2012 09:44:39
0.68
|
dougb  |
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 |
09 Nov 2011 06:31:46
0.67
|
dougb  |
**** 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.
(Only the first 15 lines of the commit message are shown above ) |
24 Oct 2011 04:17:38
0.66_1
|
dougb  |
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. |
16 May 2011 05:22:09
0.66_1
|
dougb  |
Miscellaneous cleanups and fixes, some of the windowmaker stuff
gracefully provided by danfe. |
20 Mar 2011 12:54:45
0.66_1
|
miwi  |
- Get Rid MD5 support |
21 Sep 2010 16:08:11
0.66_1
|
mm  |
Explicitly depend on p5-Digest-MD5 only if PERL_LEVEL < 500703
Explicitly depend on p5-Digest-SHA only if PERL_LEVEL < 501000 |
09 Aug 2010 08:54:36
0.66
|
nemoliu  |
- Rename net/p5-IO-INET6 to net/p5-IO-Socket-INET6.
PR: ports/148309
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> |
01 Jan 2010 00:28:07
0.66
|
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 ) |
24 Mar 2009 19:51:28
0.65
|
dougb  |
Where it matters, update regarding MAKE_JOBS_{UN}SAFE for my ports |
03 Feb 2009 22:26:25
0.65
|
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. |
30 Dec 2008 23:42:53
0.64
|
dougb  |
Update to version 0.64 which adds support for the APL record in addition
to many bug fixes. |
16 Mar 2008 23:17:32
0.63
|
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> |
08 Jan 2008 17:51:50
0.62
|
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> |
08 Jan 2008 09:50:40
0.62
|
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. |
06 Aug 2007 17:56:00
0.61
|
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. |
03 Jul 2007 19:47:28
0.60
|
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> |
27 Sep 2006 23:40:21
0.59  |
dougb  |
Update to 0.59, which mostly cleans up the PTR code. |
09 Jul 2006 07:45:25
0.58  |
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. |
18 Apr 2006 22:16:45
0.57  |
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!) |
20 Feb 2006 21:44:05
0.56  |
dougb  |
Version 0.56, which contains a new method for the SPF RR, and
various bug fixes. |
22 Jan 2006 01:49:26
0.55  |
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
16 Dec 2005 00:56:39
0.55  |
dougb  |
Make the second RUN_DEPENDS +=
Pointy hat to: me
Thanks to: kris |
14 Dec 2005 22:51:17
0.55  |
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. |
13 Dec 2005 09:19:18
0.54  |
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. |
13 Dec 2005 09:16:03
0.53  |
dougb  |
Be more friendly to other ports that might leave files here |
24 Nov 2005 00:08:51
0.53  |
dougb  |
Add SHA256 checksums to my ports |
10 Sep 2005 23:05:34
0.53  |
dougb  |
Change to the standardized version of the CPAN URL
Submitted by: fenner |
23 Jul 2005 01:37:20
0.53  |
dougb  |
Update to 0.53, which fixes a stray AFINET_6, and a few other bugs. |
06 Jul 2005 05:23:46
0.52  |
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. |
27 Jun 2005 02:56:12
0.51  |
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. |
13 Jun 2005 15:58:10
0.51  |
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> |
10 Jun 2005 20:52:39
0.50  |
dougb  |
Upgrade to 0.50, the latest version. Usual assortment
of bug fixes, plus experimental IPv6 support (not
yet enabled). |
05 Apr 2005 12:48:43
0.49  |
dougb  |
Update to the latest version, mostly bug fixes. |
22 Aug 2004 20:13:44
0.48  |
dougb  |
Update to 0.48, a minor bugfix release. |
06 Jun 2004 03:03:10
0.47  |
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> |
17 Mar 2004 00:36:11
0.46  |
billf  |
this perl module creates/parses 'dynamic' updates, not 'dymanic' ones. |
14 Mar 2004 00:09:04
0.46  |
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> |
08 Feb 2004 08:06:00
0.45  |
dougb  |
Upgrade to 0.45. This version has major speed enhancements,
better handling of classes, and other cleanups. |
04 Jan 2004 22:42:09
0.44  |
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 |
02 Jan 2004 02:44:06
0.44  |
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. |
02 Jan 2004 02:34:57
0.44  |
dougb  |
* Update for version 0.44
* Use %%PERL_ARCH%% to accomodate new .xs code
* Slightly improve the sorting, since it's majorly overhauled already |
02 Jan 2004 02:33:10
0.44  |
dougb  |
This patch is no longer needed as of 0.44 |
10 Nov 2003 08:13:48
0.42  |
dougb  |
Update to version 0.42. Fixes a bug in Net::DNS::Resolver::Recurse, and
adds capability for a persistent UDP socket. |
24 Oct 2003 12:05:09
0.41  |
ijliao  |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
06 Oct 2003 02:19:37
0.41  |
dougb  |
Update to version 0.41, which contains several documentation and other
cleanups. Also, the removal of the Net::DNS::Resolver::axfr_old()
method. |
05 Sep 2003 04:54:37
0.40  |
edwin  |
Massive repo-copies request: net->dns (partly devel->dns)
PR: ports/56020
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
Approved by: portmgr |