Date: Thu, 9 Jun 2016 12:18:32 -0600 From: Adam Weinberger <adamw@adamw.org> To: Kurt Jaeger <pi@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r416616 - head/dns/p5-Net-DNS Message-ID: <FD0E536A-8307-4FC8-8351-D872F25D0C2F@adamw.org> In-Reply-To: <201606091802.u59I2xUF082399@repo.freebsd.org> References: <201606091802.u59I2xUF082399@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> On 9 Jun, 2016, at 12:02, Kurt Jaeger <pi@FreeBSD.org> wrote: >=20 > Author: pi > Date: Thu Jun 9 18:02:59 2016 > New Revision: 416616 > URL: https://svnweb.freebsd.org/changeset/ports/416616 >=20 > Log: > dns/p5-Net-DNS: 1.0.5 -> 1.0.6 >=20 > - 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) >=20 > PR: 208257 > Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com> >=20 > Modified: > head/dns/p5-Net-DNS/Makefile > head/dns/p5-Net-DNS/distinfo >=20 > Modified: head/dns/p5-Net-DNS/Makefile > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- 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$ >=20 > PORTNAME=3D Net-DNS > -PORTVERSION=3D 1.05 > -PORTREVISION=3D 1 > +PORTVERSION=3D 1.06 > PORTEPOCH=3D 1 > CATEGORIES=3D dns net perl5 ipv6 > MASTER_SITES=3D CPAN > @@ -14,14 +13,14 @@ COMMENT=3D Perl5 interface to the DNS reso >=20 > LICENSE=3D MIT >=20 > +BUILD_DEPENDS=3D p5-Digest-HMAC>=3D1.03:security/p5-Digest-HMAC > +RUN_DEPENDS:=3D ${BUILD_DEPENDS} > TEST_DEPENDS=3D = p5-Digest-BubbleBabble>=3D0:security/p5-Digest-BubbleBabble \ > p5-Test-Pod>=3D0:devel/p5-Test-Pod >=20 > -OPTIONS_DEFINE=3D GOST IDN IPV6 SSHFP TSIG > -OPTIONS_DEFAULT=3DTSIG > +OPTIONS_DEFINE=3D GOST IDN IPV6 SSHFP > GOST_DESC=3D GOST support > SSHFP_DESC=3D SSH2 Fingerprint support > -TSIG_DESC=3D Transaction Signature Support >=20 > CONFIGURE_ARGS=3D --no-IPv6-tests --no-online-tests > NO_ARCH=3D yes > @@ -34,8 +33,6 @@ IDN_BUILD_DEPENDS=3D p5-Net-LibIDN>=3D0.12:d > IDN_RUN_DEPENDS=3D p5-Net-LibIDN>=3D0.12:dns/p5-Net-LibIDN > SSHFP_BUILD_DEPENDS=3D = p5-Digest-BubbleBabble>=3D0.01:security/p5-Digest-BubbleBabble > SSHFP_RUN_DEPENDS=3D = p5-Digest-BubbleBabble>=3D0.01:security/p5-Digest-BubbleBabble > -TSIG_BUILD_DEPENDS=3D = p5-Digest-HMAC>=3D1.03:security/p5-Digest-HMAC > -TSIG_RUN_DEPENDS=3D p5-Digest-HMAC>=3D1.03:security/p5-Digest-HMAC Did you mean to delete the TSIG option that I committed yesterday? Can = you please put it back? # Adam --=20 Adam Weinberger adamw@adamw.org http://www.adamw.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?FD0E536A-8307-4FC8-8351-D872F25D0C2F>