non port: dns/p5-Net-DNS/pkg-plist |
Number of commits found: 32 |
Wednesday, 21 Feb 2024
|
15:07 Po-Chuan Hsieh (sunpoet)
dns/p5-Net-DNS: Update to 1.44
Changes: https://metacpan.org/dist/Net-DNS/changes
4845645 |
Saturday, 15 Aug 2020
|
16:30 sunpoet
Update to 1.26
Changes: https://metacpan.org/changes/distribution/Net-DNS
|
Sunday, 31 May 2020
|
18:17 sunpoet
Update to 1.24
Changes: https://metacpan.org/changes/distribution/Net-DNS
|
Saturday, 31 Aug 2019
|
23:29 sunpoet
Update to 1.21
- Take maintainership
Changes: https://metacpan.org/changes/distribution/Net-DNS
|
Saturday, 6 May 2017
|
11:14 sunpoet
Update to 1.10
Changes: http://search.cpan.org/dist/Net-DNS/Changes
|
Tuesday, 8 Mar 2016
|
18:51 sunpoet
- Update to 1.05
Changes: http://search.cpan.org/dist/Net-DNS/Changes
|
Sunday, 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
|
Thursday, 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
|
Thursday, 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
|
Wednesday, 26 Nov 2014
|
13:08 mat
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
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
|
Monday, 27 Oct 2014
|
12:13 bapt
Cleanup plist
|
Friday, 5 Sep 2014
|
14:30 jadawin
- Update to 0.79
|
Tuesday, 10 Jun 2014
|
12:14 mat
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
|
Thursday, 15 May 2014
|
13:02 jadawin
- Update to 0.75
|
Friday, 24 Jan 2014
|
22:41 antoine
Fix plist after upgrade to 0.74
|
Sunday, 3 Nov 2013
|
07:46 vanilla
Support STAGEDIR.
|
Wednesday, 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
|
Wednesday, 12 Dec 2012
|
11:06 jadawin
- Update to 0.70
- Changelog: http://cpansearch.perl.org/src/NLNETLABS/Net-DNS-0.70/Changes
|
Wednesday, 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
|
Wednesday, 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.
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.
|
Friday, 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.
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
|
Tuesday, 30 Dec 2008
|
23:42 dougb
Update to version 0.64 which adds support for the APL record in addition
to many bug fixes.
|
Tuesday, 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>
|
Tuesday, 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>
|
Monday, 20 Feb 2006
|
21:44 dougb
Version 0.56, which contains a new method for the SPF RR, and
various bug fixes.
|
Sunday, 22 Jan 2006
|
01:49 edwin
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related)
|
Tuesday, 13 Dec 2005
|
09:16 dougb
Be more friendly to other ports that might leave files here
|
Monday, 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.
|
Sunday, 22 Aug 2004
|
20:13 dougb
Update to 0.48, a minor bugfix release.
|
Sunday, 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>
|
Sunday, 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
|
Friday, 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: 32 |