Skip to content

Commit

Permalink
dns/p5-Net-DNS: 1.0.5 -> 1.0.6
Browse files Browse the repository at this point in the history
- Case sensitive compression breaks resolver->nameservers() (RT#114351)
- Net::DNS::Resolver dies on scoped IPv6 nameserver address (RT#113579)
- Resolve::Recurse Hangs (RT#113020)
- improperly terminated AXFR at t/08-IPv4.t line 446. (RT#112860)

PR:		208257
Submitted by:	Herbert J. Skuhra <[email protected]>
  • Loading branch information
opsec committed Jun 9, 2016
1 parent be4f8c7 commit 4deeb3e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
11 changes: 4 additions & 7 deletions dns/p5-Net-DNS/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
# $FreeBSD$

PORTNAME= Net-DNS
PORTVERSION= 1.05
PORTREVISION= 1
PORTVERSION= 1.06
PORTEPOCH= 1
CATEGORIES= dns net perl5 ipv6
MASTER_SITES= CPAN
Expand All @@ -14,14 +13,14 @@ COMMENT= Perl5 interface to the DNS resolver, and dynamic updates

LICENSE= MIT

BUILD_DEPENDS= p5-Digest-HMAC>=1.03:security/p5-Digest-HMAC
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Digest-BubbleBabble>=0:security/p5-Digest-BubbleBabble \
p5-Test-Pod>=0:devel/p5-Test-Pod

OPTIONS_DEFINE= GOST IDN IPV6 SSHFP TSIG
OPTIONS_DEFAULT=TSIG
OPTIONS_DEFINE= GOST IDN IPV6 SSHFP
GOST_DESC= GOST support
SSHFP_DESC= SSH2 Fingerprint support
TSIG_DESC= Transaction Signature Support

CONFIGURE_ARGS= --no-IPv6-tests --no-online-tests
NO_ARCH= yes
Expand All @@ -34,8 +33,6 @@ IDN_BUILD_DEPENDS= p5-Net-LibIDN>=0.12:dns/p5-Net-LibIDN
IDN_RUN_DEPENDS= p5-Net-LibIDN>=0.12:dns/p5-Net-LibIDN
SSHFP_BUILD_DEPENDS= p5-Digest-BubbleBabble>=0.01:security/p5-Digest-BubbleBabble
SSHFP_RUN_DEPENDS= p5-Digest-BubbleBabble>=0.01:security/p5-Digest-BubbleBabble
TSIG_BUILD_DEPENDS= p5-Digest-HMAC>=1.03:security/p5-Digest-HMAC
TSIG_RUN_DEPENDS= p5-Digest-HMAC>=1.03:security/p5-Digest-HMAC

.include <bsd.port.pre.mk>

Expand Down
5 changes: 3 additions & 2 deletions dns/p5-Net-DNS/distinfo
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
SHA256 (Net-DNS-1.05.tar.gz) = 900198014110af96ebac34af019612dd2ddd6af30178600028c3c940d089d5c8
SIZE (Net-DNS-1.05.tar.gz) = 253015
TIMESTAMP = 1465494438
SHA256 (Net-DNS-1.06.tar.gz) = a3587b780ca36a8255180ac723d4f6e11407504b5b9a18e0ec098a11c218a51e
SIZE (Net-DNS-1.06.tar.gz) = 253955

0 comments on commit 4deeb3e

Please sign in to comment.