From: Daniel Golle Date: Thu, 6 Oct 2022 15:34:05 +0000 (+0100) Subject: perl-net-dns: update to version 1.35 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=b9338331be79cf8d0c1f9aa0dde2acf57a75ebe8;p=openwrt-packages.git perl-net-dns: update to version 1.35 **** 1.35 Oct 4, 2022 Improve SVCB error reporting. Fix rt.cpan.org #144328 accept_reply test fails with matched consecutive "random" generated packet->id Fix rt.cpan.org #144299 Spelling errors. **** 1.34 May 30, 2022 Improve robustness of EDNS option compose/decompose functions. Simplify code in Makefile.PL. Fix rt.cpan.org #142426 Avoid "Useless use of a constant in void context" warning. Signed-off-by: Daniel Golle --- diff --git a/lang/perl-net-dns/Makefile b/lang/perl-net-dns/Makefile index edabfbb38..1b290bf9a 100644 --- a/lang/perl-net-dns/Makefile +++ b/lang/perl-net-dns/Makefile @@ -1,13 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=perl-net-dns -PKG_VERSION:=1.33 +PKG_VERSION:=1.35 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE_NAME:=Net-DNS PKG_SOURCE:=$(PKG_SOURCE_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://www.net-dns.org/download -PKG_HASH:=5a40e7cf524e4bd2c33cf03b82b47d5308b712083aa5ee180b0b5af54c71fbd2 +PKG_HASH:=f1a1478e4acbdb6b96de63070b35050dec9b9fce6c95bb2215bfc64a2d98e167 PKG_BUILD_DIR:=$(BUILD_DIR)/perl/$(PKG_SOURCE_NAME)-$(PKG_VERSION) HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/perl/$(PKG_SOURCE_NAME)-$(PKG_VERSION)