Date: Tue, 22 Aug 2017 20:38:35 +0000 (UTC) From: "Carlos J. Puga Medina" <cpm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r448580 - in head/dns/dnsdist: . files Message-ID: <201708222038.v7MKcZHw091773@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cpm Date: Tue Aug 22 20:38:35 2017 New Revision: 448580 URL: https://svnweb.freebsd.org/changeset/ports/448580 Log: - Update to 1.2.0 - Remove patch that was upstreamed - Switch from devel/llvm39 to devel/llvm40 when building on 10.3 - Update WWW in pkg-descr Changes: https://mailman.powerdns.com/pipermail/dnsdist/2017-August/000358.html MFH: 2017Q3 Security: CVE-2016-7069 Security: CVE-2017-7557 Deleted: head/dns/dnsdist/files/patch-ext_json11_json11.cpp Modified: head/dns/dnsdist/Makefile head/dns/dnsdist/distinfo head/dns/dnsdist/pkg-descr Modified: head/dns/dnsdist/Makefile ============================================================================== --- head/dns/dnsdist/Makefile Tue Aug 22 20:31:49 2017 (r448579) +++ head/dns/dnsdist/Makefile Tue Aug 22 20:38:35 2017 (r448580) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= dnsdist -DISTVERSION= 1.1.0 -PORTREVISION= 7 +DISTVERSION= 1.2.0 CATEGORIES= dns net MASTER_SITES= https://downloads.powerdns.com/releases/ \ LOCAL/cpm @@ -40,9 +39,9 @@ USE_RC_SUBR= dnsdist # Fix dnsdist binaries when building on FreeBSD 10.3 .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100000 -BUILD_DEPENDS+= clang39:devel/llvm39 -CC= clang39 -CXX= clang++39 +BUILD_DEPENDS+= clang40:devel/llvm40 +CC= clang40 +CXX= clang++40 .endif post-install: Modified: head/dns/dnsdist/distinfo ============================================================================== --- head/dns/dnsdist/distinfo Tue Aug 22 20:31:49 2017 (r448579) +++ head/dns/dnsdist/distinfo Tue Aug 22 20:38:35 2017 (r448580) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483106940 -SHA256 (dnsdist-1.1.0.tar.bz2) = b4a1e8931b6d05a24494f54224211c0de0eeb1f5ff170f6b9f5665219bfeafc2 -SIZE (dnsdist-1.1.0.tar.bz2) = 874837 +TIMESTAMP = 1503429670 +SHA256 (dnsdist-1.2.0.tar.bz2) = 9885c9ee8ac7076aede586ea58d4642eb877e7b2d76c902254494e2a5a5faa78 +SIZE (dnsdist-1.2.0.tar.bz2) = 876104 Modified: head/dns/dnsdist/pkg-descr ============================================================================== --- head/dns/dnsdist/pkg-descr Tue Aug 22 20:31:49 2017 (r448579) +++ head/dns/dnsdist/pkg-descr Tue Aug 22 20:38:35 2017 (r448580) @@ -3,4 +3,4 @@ goal in life is to route DNS traffic to the best DNS s delivering top performance to legitimate users while shunting or blocking abusive traffic. -WWW: http://dnsdist.org +WWW: https://dnsdist.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708222038.v7MKcZHw091773>