2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575) |
Log message:
*: recursive bump for perl 5.34
|
2021-04-27 11:04:41 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
p5-Net-DNS: update to 1.30.
**** 1.30 Mar 30, 2021
Simplify parsing of multi-line RRs in zone file.
Improve robustness of "dry" resolver tests.
Avoid deep recursion in non-fatal test report.
**** 1.29 Nov 18, 2020
Include test number in summary of failed non-fatal tests.
Remove Net::DNS::SEC specific tests.
Fix faulty test plan in t/08-recurse.t.
**** 1.28 Oct 23, 2020
Eliminate indirect object syntax.
Eliminate grep/map <expression>.
|
2020-09-13 10:06:06 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
p5-Net-DNS: update to 1.27.
**** 1.27 Sep 11, 2020
Fix rt.cpan.org #133203
Net::DNS::RR::LOC erroneously strips non default values from
string representation
|
2020-09-07 14:43:08 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
p5-Net-DNS: update to 1.26.
**** 1.26 Aug, 6, 2020
Add HTTPS/SVCB packages.
Fix rt.cpan.org #132921
EDNS OPT handling
**** 1.25 Jun 26, 2020
Parsing of TSIG keyfiles made more robust.
**** 1.24 May 27, 2020
Accept TSIG key generated by BIND tsig-keygen.
Add Net::DNS::RR::AMTRELAY package.
|
2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631) |
Log message:
*: bump PKGREVISION for perl-5.32.
|
2020-03-22 22:09:42 by Nia Alarie | Files touched by this commit (2) |  |
Log message:
p5-Net-DNS: Update to 1.23
**** 1.23 Mar 18, 2020
Deprecate 2-argument form of TSIG create().
Fix rt.cpan.org #132170
[Documentation] Problems with TSIG on ddns update.
Fix rt.cpan.org #131906
Undefined errorstring/warning when axfr fails
**** 1.22 Feb 13, 2020
Fix rt.cpan.org #131579
Parse issue in Net::DNS::RR->token
Feature
Provide rudimentary decode and print for DSO packet.
|
2020-01-26 18:32:28 by Roland Illig | Files touched by this commit (981) |
Log message:
all: migrate homepages from http to https
pkglint -r --network --only "migrate"
As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
|
2019-11-08 15:26:34 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(net/p5-Net-DNS) Updated to 1.21
**** 1.21 Aug 30, 2019
- Fix error report for non-existent or recursive zone file $INCLUDE.
- Emit one deprecation warning on invocation of obsolete method.
- Rework OPT.pm EDNS0 option construction.
- Remove obsolete Net::DNS::RR::DLV package.
- Add Net::DNS::RR::ZONEMD package.
Fix rt.cpan.org #128901
background TCP query logic expects to read entire response at once
|
2019-08-11 15:25:21 by Thomas Klausner | Files touched by this commit (3557) |
Log message:
Bump PKGREVISIONs for perl 5.30.0
|
2019-04-20 09:26:07 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.20
Upstream changes:
**** 1.20 Mar 22, 2019
Revise documentation examples to use AAAA instead of A records.
TSIG MAC representation changed to Base64 (align with BIND).
Update Parameters.pm to resync with IANA registry.
Refactor resolver test scripts.
Fix rt.cpan.org #128081
Recurse.pm fails to resolve domain “kickboxingireland.ie”
Fix rt.cpan.org #127307
Provide a more informative exception report if application code
has no "use Net::DNS::SEC" declaration but nevertheless attempts
to invoke the DNSSEC sign or verify features.
|