From owner-svn-ports-all@freebsd.org Thu Jun 9 18:03:01 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0DC85B706EF; Thu, 9 Jun 2016 18:03:01 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BAD591A92; Thu, 9 Jun 2016 18:03:00 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u59I2xHc082401; Thu, 9 Jun 2016 18:02:59 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u59I2xUF082399; Thu, 9 Jun 2016 18:02:59 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201606091802.u59I2xUF082399@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 9 Jun 2016 18:02:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416616 - head/dns/p5-Net-DNS X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jun 2016 18:03:01 -0000 Author: pi Date: Thu Jun 9 18:02:59 2016 New Revision: 416616 URL: https://svnweb.freebsd.org/changeset/ports/416616 Log: dns/p5-Net-DNS: 1.0.5 -> 1.0.6 - 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 Modified: head/dns/p5-Net-DNS/Makefile head/dns/p5-Net-DNS/distinfo Modified: head/dns/p5-Net-DNS/Makefile ============================================================================== --- head/dns/p5-Net-DNS/Makefile Thu Jun 9 16:00:11 2016 (r416615) +++ head/dns/p5-Net-DNS/Makefile Thu Jun 9 18:02:59 2016 (r416616) @@ -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 @@ -14,14 +13,14 @@ COMMENT= Perl5 interface to the DNS reso 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 @@ -34,8 +33,6 @@ IDN_BUILD_DEPENDS= p5-Net-LibIDN>=0.12:d 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 Modified: head/dns/p5-Net-DNS/distinfo ============================================================================== --- head/dns/p5-Net-DNS/distinfo Thu Jun 9 16:00:11 2016 (r416615) +++ head/dns/p5-Net-DNS/distinfo Thu Jun 9 18:02:59 2016 (r416616) @@ -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