libnet-dns-perl: upgrade 1.35 -> 1.36

Changelog:
==========
 Adopt JSON as presentation notation for EDNS options.
 Zero packet->id not allowed in outbound packet.
 Remove deprecated 2-argument TSIG->create() method.
 Revise TSIG test scripts and documentation.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Wang Mingyu 2022-12-29 12:46:54 +08:00 committed by Khem Raj
parent 15f79cdf1e
commit 29abac4415

View File

@ -9,7 +9,7 @@ DEPENDS += "perl"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/N/NL/NLNETLABS/Net-DNS-${PV}.tar.gz"
SRC_URI[sha256sum] = "f1a1478e4acbdb6b96de63070b35050dec9b9fce6c95bb2215bfc64a2d98e167"
SRC_URI[sha256sum] = "143ba0e530f8b727be61ec052974cbf52df5b0afc0582d75b04809e0b2a95ebe"
UPSTREAM_CHECK_REGEX = "Net\-DNS\-(?P<pver>(\d+\.\d+))(?!_\d+).tar"