From d7cee18c6c0435a113bc8af29cee4946076d9591 Mon Sep 17 00:00:00 2001 From: Sven Wegener Date: Tue, 28 Nov 2017 23:35:27 +0000 Subject: net-dns/pdns-recursor: Revesion bump for security fixes to 4.1.0_rc3 Package-Manager: Portage-2.3.14, Repoman-2.3.6 --- .../pdns-recursor-4.1.0_rc3-r1.ebuild | 82 ++++++++++++++++++++++ .../pdns-recursor/pdns-recursor-4.1.0_rc3.ebuild | 78 -------------------- 2 files changed, 82 insertions(+), 78 deletions(-) create mode 100644 net-dns/pdns-recursor/pdns-recursor-4.1.0_rc3-r1.ebuild delete mode 100644 net-dns/pdns-recursor/pdns-recursor-4.1.0_rc3.ebuild (limited to 'net-dns/pdns-recursor') diff --git a/net-dns/pdns-recursor/pdns-recursor-4.1.0_rc3-r1.ebuild b/net-dns/pdns-recursor/pdns-recursor-4.1.0_rc3-r1.ebuild new file mode 100644 index 000000000000..2e5354ed1161 --- /dev/null +++ b/net-dns/pdns-recursor/pdns-recursor-4.1.0_rc3-r1.ebuild @@ -0,0 +1,82 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" + +inherit toolchain-funcs flag-o-matic eutils versionator + +DESCRIPTION="The PowerDNS Recursor" +HOMEPAGE="https://www.powerdns.com/" +SRC_URI="https://downloads.powerdns.com/releases/${P/_/-}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="libressl luajit protobuf sodium systemd" + +DEPEND="!luajit? ( >=dev-lang/lua-5.1:= ) + luajit? ( dev-lang/luajit:= ) + protobuf? ( + dev-libs/protobuf + >=dev-libs/boost-1.42:= + ) + systemd? ( sys-apps/systemd:0= ) + sodium? ( dev-libs/libsodium:= ) + libressl? ( dev-libs/libressl:= ) + !libressl? ( dev-libs/openssl:= ) + >=dev-libs/boost-1.35:=" +RDEPEND="${DEPEND} + !