From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 64005139084 for ; Tue, 28 Nov 2017 23:52:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91E61E0C01; Tue, 28 Nov 2017 23:52:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 74C45E0C01 for ; 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 2930C33FE2A for ; Tue, 28 Nov 2017 23:52:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AFA7FAB01 for ; Tue, 28 Nov 2017 23:52:27 +0000 (UTC) From: "Sven Wegener" 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" Message-ID: <1511913131.fa161a4417e81c6b4d85a154de6be756ed6d79b9.swegener@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/pdns/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/pdns/pdns-4.1.0_rc3-r1.ebuild net-dns/pdns/pdns-4.1.0_rc3.ebuild X-VCS-Directories: net-dns/pdns/ X-VCS-Committer: swegener X-VCS-Committer-Name: Sven Wegener X-VCS-Revision: fa161a4417e81c6b4d85a154de6be756ed6d79b9 X-VCS-Branch: master Date: Tue, 28 Nov 2017 23:52:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 511b7464-219b-44ec-b66f-b0d30c54dc25 X-Archives-Hash: 2c1325b0ba6668010c60f47380b52bcf commit: fa161a4417e81c6b4d85a154de6be756ed6d79b9 Author: Sven Wegener gentoo org> AuthorDate: Tue Nov 28 23:36:32 2017 +0000 Commit: Sven Wegener gentoo org> CommitDate: Tue Nov 28 23:52:11 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa161a44 net-dns/pdns: Revision bump for security fixes to 4.1.0_rc3 Package-Manager: Portage-2.3.14, Repoman-2.3.6 net-dns/pdns/{pdns-4.1.0_rc3.ebuild => pdns-4.1.0_rc3-r1.ebuild} | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/net-dns/pdns/pdns-4.1.0_rc3.ebuild b/net-dns/pdns/pdns-4.1.0_rc3-r1.ebuild similarity index 98% rename from net-dns/pdns/pdns-4.1.0_rc3.ebuild rename to net-dns/pdns/pdns-4.1.0_rc3-r1.ebuild index 10cfdae39d1..06d462d4a73 100644 --- a/net-dns/pdns/pdns-4.1.0_rc3.ebuild +++ b/net-dns/pdns/pdns-4.1.0_rc3-r1.ebuild @@ -43,6 +43,10 @@ DEPEND="${RDEPEND} S="${WORKDIR}"/${P/_/-} +PATCHES=( + "${FILESDIR}"/CVE-2017-15091-4.0.4.patch +) + src_configure() { local dynmodules="pipe bind" # the default backends, always enabled