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 40C36139082 for ; 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 ; 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 ; 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 ; 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: <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: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5e377d0a-de0c-45b1-863b-d469e750e78e X-Archives-Hash: 4746b3d386529a59bb90fecdcb8d004a commit: d7cee18c6c0435a113bc8af29cee4946076d9591 Author: Sven Wegener gentoo org> AuthorDate: Tue Nov 28 23:35:27 2017 +0000 Commit: Sven Wegener gentoo 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 }