diff options
author | Tim Orling <ticotimo@gmail.com> | 2021-07-11 01:08:02 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-07-13 09:39:15 -0700 |
commit | cd7e803583e0e55cf02b672f677a3afb5c58bc3b (patch) | |
tree | 072578103c69bba11da7f8eb37cea6e26d092e7f /meta-perl/recipes-perl/libnet | |
parent | aded73a4c781de37dca83b4738bd535938be18b8 (diff) | |
download | meta-openembedded-cd7e803583e0e55cf02b672f677a3afb5c58bc3b.tar.gz |
libnet-dns-perl: upgrade 1.26 -> 1.31
**** 1.31 May 2, 2021
Improve implementation of SVCB record.
**** 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>.
**** 1.27 Sep 11, 2020
Fix rt.cpan.org #133203
Net::DNS::RR::LOC erroneously strips non default values from
string representation
Signed-off-by: Tim Orling <timothy.t.orling@intel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-perl/recipes-perl/libnet')
-rw-r--r-- | meta-perl/recipes-perl/libnet/libnet-dns-perl_1.31.bb (renamed from meta-perl/recipes-perl/libnet/libnet-dns-perl_1.26.bb) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.26.bb b/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.31.bb index 3b960778c..c80645619 100644 --- a/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.26.bb +++ b/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.31.bb | |||
@@ -9,8 +9,7 @@ DEPENDS += "perl" | |||
9 | 9 | ||
10 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/N/NL/NLNETLABS/Net-DNS-${PV}.tar.gz" | 10 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/N/NL/NLNETLABS/Net-DNS-${PV}.tar.gz" |
11 | 11 | ||
12 | SRC_URI[md5sum] = "6db2562b6c42619e9c7d7e62422af8c4" | 12 | SRC_URI[sha256sum] = "00024a8e371605c6d8422a27a0a87af8b7cf66f26502102e68ddd4baf7cfc615" |
13 | SRC_URI[sha256sum] = "eabaecd0fdb3e6adef8c9e016e8509319f19caa8c76836253f7db72bafe56498" | ||
14 | 13 | ||
15 | UPSTREAM_CHECK_REGEX = "Net\-DNS\-(?P<pver>(\d+\.\d+))(?!_\d+).tar" | 14 | UPSTREAM_CHECK_REGEX = "Net\-DNS\-(?P<pver>(\d+\.\d+))(?!_\d+).tar" |
16 | 15 | ||