From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-987034-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 40C36139082
	for <garchives@archives.gentoo.org>; Tue, 28 Nov 2017 23:52:32 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 3554EE0C09;
	Tue, 28 Nov 2017 23:52:31 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 16975E0C09
	for <gentoo-commits@lists.gentoo.org>; Tue, 28 Nov 2017 23:52:30 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 12D5D33BEC7
	for <gentoo-commits@lists.gentoo.org>; Tue, 28 Nov 2017 23:52:29 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C5E8AB00
	for <gentoo-commits@lists.gentoo.org>; Tue, 28 Nov 2017 23:52:27 +0000 (UTC)
From: "Sven Wegener" <swegener@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sven Wegener" <swegener@gentoo.org>
Message-ID: <1511913130.d7cee18c6c0435a113bc8af29cee4946076d9591.swegener@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/pdns-recursor/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-dns/pdns-recursor/pdns-recursor-4.1.0_rc3-r1.ebuild net-dns/pdns-recursor/pdns-recursor-4.1.0_rc3.ebuild
X-VCS-Directories: net-dns/pdns-recursor/
X-VCS-Committer: swegener
X-VCS-Committer-Name: Sven Wegener
X-VCS-Revision: d7cee18c6c0435a113bc8af29cee4946076d9591
X-VCS-Branch: master
Date: Tue, 28 Nov 2017 23:52:27 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 5e377d0a-de0c-45b1-863b-d469e750e78e
X-Archives-Hash: 4746b3d386529a59bb90fecdcb8d004a

commit:     d7cee18c6c0435a113bc8af29cee4946076d9591
Author:     Sven Wegener <swegener <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 28 23:35:27 2017 +0000
Commit:     Sven Wegener <swegener <AT> gentoo <DOT> org>
CommitDate: Tue Nov 28 23:52:10 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7cee18c

net-dns/pdns-recursor: Revesion bump for security fixes to 4.1.0_rc3

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 ...ns-recursor-4.1.0_rc3.ebuild => pdns-recursor-4.1.0_rc3-r1.ebuild} | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/net-dns/pdns-recursor/pdns-recursor-4.1.0_rc3.ebuild b/net-dns/pdns-recursor/pdns-recursor-4.1.0_rc3-r1.ebuild
similarity index 96%
rename from net-dns/pdns-recursor/pdns-recursor-4.1.0_rc3.ebuild
rename to net-dns/pdns-recursor/pdns-recursor-4.1.0_rc3-r1.ebuild
index 6840a11c1c9..2e5354ed116 100644
--- a/net-dns/pdns-recursor/pdns-recursor-4.1.0_rc3.ebuild
+++ b/net-dns/pdns-recursor/pdns-recursor-4.1.0_rc3-r1.ebuild
@@ -32,6 +32,10 @@ DEPEND="${DEPEND}
 
 S="${WORKDIR}"/${P/_/-}
 
+PATCHES=(
+	"${FILESDIR}"/CVE-2017-{15093,15094}-4.0.6.patch
+)
+
 pkg_setup() {
 	filter-flags -ftree-vectorize
 }