Gentoo Archives: gentoo-commits

From: Sven Wegener <swegener@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/pdns/
Date: Tue, 28 Nov 2017 23:52:31
Message-Id: 1511913131.fa161a4417e81c6b4d85a154de6be756ed6d79b9.swegener@gentoo
1 commit: fa161a4417e81c6b4d85a154de6be756ed6d79b9
2 Author: Sven Wegener <swegener <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 28 23:36:32 2017 +0000
4 Commit: Sven Wegener <swegener <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 28 23:52:11 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa161a44
7
8 net-dns/pdns: Revision bump for security fixes to 4.1.0_rc3
9
10 Package-Manager: Portage-2.3.14, Repoman-2.3.6
11
12 net-dns/pdns/{pdns-4.1.0_rc3.ebuild => pdns-4.1.0_rc3-r1.ebuild} | 4 ++++
13 1 file changed, 4 insertions(+)
14
15 diff --git a/net-dns/pdns/pdns-4.1.0_rc3.ebuild b/net-dns/pdns/pdns-4.1.0_rc3-r1.ebuild
16 similarity index 98%
17 rename from net-dns/pdns/pdns-4.1.0_rc3.ebuild
18 rename to net-dns/pdns/pdns-4.1.0_rc3-r1.ebuild
19 index 10cfdae39d1..06d462d4a73 100644
20 --- a/net-dns/pdns/pdns-4.1.0_rc3.ebuild
21 +++ b/net-dns/pdns/pdns-4.1.0_rc3-r1.ebuild
22 @@ -43,6 +43,10 @@ DEPEND="${RDEPEND}
23
24 S="${WORKDIR}"/${P/_/-}
25
26 +PATCHES=(
27 + "${FILESDIR}"/CVE-2017-15091-4.0.4.patch
28 +)
29 +
30 src_configure() {
31 local dynmodules="pipe bind" # the default backends, always enabled