non port: dns/p5-Net-DNS/pkg-plist |
SVNWeb
|
Number of commits found: 31 |
Sat, 15 Aug 2020
|
[ 16:30 sunpoet ]
Update to 1.26
Changes: https://metacpan.org/changes/distribution/Net-DNS
|
Sun, 31 May 2020
|
[ 18:17 sunpoet ]
Update to 1.24
Changes: https://metacpan.org/changes/distribution/Net-DNS
|
Sat, 31 Aug 2019
|
[ 23:29 sunpoet ]
Update to 1.21
- Take maintainership
Changes: https://metacpan.org/changes/distribution/Net-DNS
|
Sat, 6 May 2017
|
[ 11:14 sunpoet ]
Update to 1.10
Changes: http://search.cpan.org/dist/Net-DNS/Changes
|
Tue, 8 Mar 2016
|
[ 18:51 sunpoet ]
- Update to 1.05
Changes: http://search.cpan.org/dist/Net-DNS/Changes
|
Sun, 19 Jul 2015
|
[ 16:36 sunpoet ]
- Update to 1.01
- Update LICENSE
- Update *_DEPENDS
- Add GOST options
- Add NO_ARCH
Changes: http://search.cpan.org/dist/Net-DNS/Changes
|
Thu, 26 Feb 2015
|
[ 17:13 adamw ]
Update to 0.83. Register dependencies on Digest::MD5 and Digest::SHA.
Also, add an SSHFP option for SSH2 fingerprint records support.
Changes: https://metacpan.org/changes/distribution/Net-DNS
|
Thu, 22 Jan 2015
|
[ 18:59 sunpoet ]
- Update to 0.82
- Allow to strip shared library as regular user
- Sort PLIST
Changes: http://search.cpan.org/dist/Net-DNS/Changes
|
Wed, 26 Nov 2014
|
[ 13:08 mat ] (Only the first 10 of 10077 ports in this commit are shown above. )
Change the way Perl modules are installed, update the default Perl to 5.18.
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 (Only the first 15 lines of the commit message are shown above )
|
Mon, 27 Oct 2014
|
[ 12:13 bapt ] (Only the first 10 of 83 ports in this commit are shown above. )
Cleanup plist
|
Fri, 5 Sep 2014
|
[ 14:30 jadawin ]
- Update to 0.79
|
Tue, 10 Jun 2014
|
[ 12:14 mat ] (Only the first 10 of 637 ports in this commit are shown above. )
Remove all the bootstrap files (.bs) from the plists.
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
|
Thu, 15 May 2014
|
[ 13:02 jadawin ]
- Update to 0.75
|
Fri, 24 Jan 2014
|
[ 22:41 antoine ]
Fix plist after upgrade to 0.74
|
Sun, 3 Nov 2013
|
[ 07:46 vanilla ] (Only the first 10 of 48 ports in this commit are shown above. )
Support STAGEDIR.
|
Wed, 30 Jan 2013
|
[ 18:13 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
|
Wed, 12 Dec 2012
|
[ 11:06 jadawin ]
- Update to 0.70
- Changelog: http://cpansearch.perl.org/src/NLNETLABS/Net-DNS-0.70/Changes
|
Wed, 15 Feb 2012
|
[ 09:44 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
|
Wed, 9 Nov 2011
|
[ 06:31 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 )
|
Fri, 1 Jan 2010
|
[ 00:28 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 )
|
Tue, 30 Dec 2008
|
[ 23:42 dougb ]
Update to version 0.64 which adds support for the APL record in addition
to many bug fixes.
|
Tue, 8 Jan 2008
|
[ 17:51 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>
|
Tue, 3 Jul 2007
|
[ 19:47 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>
|
Mon, 20 Feb 2006
|
[ 21:44 dougb ]
Version 0.56, which contains a new method for the SPF RR, and
various bug fixes.
|
Sun, 22 Jan 2006
|
[ 01:49 edwin ] (Only the first 10 of 19 ports in this commit are shown above. )
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related)
|
Tue, 13 Dec 2005
|
[ 09:16 dougb ]
Be more friendly to other ports that might leave files here
|
Mon, 27 Jun 2005
|
[ 02:56 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.
|
Sun, 22 Aug 2004
|
[ 20:13 dougb ]
Update to 0.48, a minor bugfix release.
|
Sun, 14 Mar 2004
|
[ 00:09 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>
|
Sun, 4 Jan 2004
|
[ 22:42 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
|
Fri, 2 Jan 2004
|
[ 02:34 dougb ]
* Update for version 0.44
* Use %%PERL_ARCH%% to accomodate new .xs code
* Slightly improve the sorting, since it's majorly overhauled already
|
Number of commits found: 31 |