Date: Sat, 26 Aug 2017 10:25:13 +0000 (UTC) From: "Carlos J. Puga Medina" <cpm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r448760 - in branches/2017Q3/dns/dnsdist: . files Message-ID: <201708261025.v7QAPDvw003472@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cpm Date: Sat Aug 26 10:25:12 2017 New Revision: 448760 URL: https://svnweb.freebsd.org/changeset/ports/448760 Log: MFH: r448580 - 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 Security: CVE-2016-7069 Security: CVE-2017-7557 Approved by: ports-secteam (delphij) Deleted: branches/2017Q3/dns/dnsdist/files/patch-ext_json11_json11.cpp Modified: branches/2017Q3/dns/dnsdist/Makefile branches/2017Q3/dns/dnsdist/distinfo branches/2017Q3/dns/dnsdist/pkg-descr Directory Properties: branches/2017Q3/ (props changed) Modified: branches/2017Q3/dns/dnsdist/Makefile ============================================================================== --- branches/2017Q3/dns/dnsdist/Makefile Sat Aug 26 10:24:56 2017 (r448759) +++ branches/2017Q3/dns/dnsdist/Makefile Sat Aug 26 10:25:12 2017 (r448760) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= dnsdist -DISTVERSION= 1.1.0 -PORTREVISION= 6 +DISTVERSION= 1.2.0 CATEGORIES= dns net MASTER_SITES= https://downloads.powerdns.com/releases/ \ LOCAL/cpm @@ -42,9 +41,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: branches/2017Q3/dns/dnsdist/distinfo ============================================================================== --- branches/2017Q3/dns/dnsdist/distinfo Sat Aug 26 10:24:56 2017 (r448759) +++ branches/2017Q3/dns/dnsdist/distinfo Sat Aug 26 10:25:12 2017 (r448760) @@ -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: branches/2017Q3/dns/dnsdist/pkg-descr ============================================================================== --- branches/2017Q3/dns/dnsdist/pkg-descr Sat Aug 26 10:24:56 2017 (r448759) +++ branches/2017Q3/dns/dnsdist/pkg-descr Sat Aug 26 10:25:12 2017 (r448760) @@ -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?201708261025.v7QAPDvw003472>