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: Sat, 30 Jul 2016 11:43:00
Message-Id: 1469878911.9656ded4fd55027d21b835cc5edef2d086fa0d13.swegener@gentoo
1 commit: 9656ded4fd55027d21b835cc5edef2d086fa0d13
2 Author: Sven Wegener <swegener <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 30 11:26:05 2016 +0000
4 Commit: Sven Wegener <swegener <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 30 11:41:51 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9656ded4
7
8 net-dns/pdns: Fix path in permission fix
9
10 Package-Manager: portage-2.2.28
11
12 net-dns/pdns/pdns-3.4.7.ebuild | 6 +++---
13 net-dns/pdns/pdns-3.4.8.ebuild | 6 +++---
14 net-dns/pdns/pdns-3.4.9.ebuild | 6 +++---
15 net-dns/pdns/pdns-4.0.0.ebuild | 6 +++---
16 4 files changed, 12 insertions(+), 12 deletions(-)
17
18 diff --git a/net-dns/pdns/pdns-3.4.7.ebuild b/net-dns/pdns/pdns-3.4.7.ebuild
19 index 829a260..cdd69f3 100644
20 --- a/net-dns/pdns/pdns-3.4.7.ebuild
21 +++ b/net-dns/pdns/pdns-3.4.7.ebuild
22 @@ -167,11 +167,11 @@ pkg_postinst() {
23 if [[ $fix_perms -eq 1 ]] ; then
24 ewarn "To fix a security bug (bug #458018) had the following"
25 ewarn "files/directories the world-readable bit removed (if set):"
26 - ewarn " ${EPREFIX}/etc/pdns"
27 - ewarn " ${EPREFIX}/etc/pdns/pdns.conf"
28 + ewarn " ${EPREFIX}/etc/powerdns"
29 + ewarn " ${EPREFIX}/etc/powerdns/pdns.conf"
30 ewarn "Check if this is correct for your setup"
31 ewarn "This is a one-time change and will not happen on subsequent updates."
32 - chmod o-rwx "${EPREFIX}"/etc/pdns/{,pdns.conf}
33 + chmod o-rwx "${EPREFIX}"/etc/powerdns/{,pdns.conf}
34 fi
35
36 }
37
38 diff --git a/net-dns/pdns/pdns-3.4.8.ebuild b/net-dns/pdns/pdns-3.4.8.ebuild
39 index 77d6d55..91d60f4 100644
40 --- a/net-dns/pdns/pdns-3.4.8.ebuild
41 +++ b/net-dns/pdns/pdns-3.4.8.ebuild
42 @@ -167,11 +167,11 @@ pkg_postinst() {
43 if [[ $fix_perms -eq 1 ]] ; then
44 ewarn "To fix a security bug (bug #458018) had the following"
45 ewarn "files/directories the world-readable bit removed (if set):"
46 - ewarn " ${EPREFIX}/etc/pdns"
47 - ewarn " ${EPREFIX}/etc/pdns/pdns.conf"
48 + ewarn " ${EPREFIX}/etc/powerdns"
49 + ewarn " ${EPREFIX}/etc/powerdns/pdns.conf"
50 ewarn "Check if this is correct for your setup"
51 ewarn "This is a one-time change and will not happen on subsequent updates."
52 - chmod o-rwx "${EPREFIX}"/etc/pdns/{,pdns.conf}
53 + chmod o-rwx "${EPREFIX}"/etc/powerdns/{,pdns.conf}
54 fi
55
56 }
57
58 diff --git a/net-dns/pdns/pdns-3.4.9.ebuild b/net-dns/pdns/pdns-3.4.9.ebuild
59 index 02c60ec..04ed30d 100644
60 --- a/net-dns/pdns/pdns-3.4.9.ebuild
61 +++ b/net-dns/pdns/pdns-3.4.9.ebuild
62 @@ -167,11 +167,11 @@ pkg_postinst() {
63 if [[ $fix_perms -eq 1 ]] ; then
64 ewarn "To fix a security bug (bug #458018) had the following"
65 ewarn "files/directories the world-readable bit removed (if set):"
66 - ewarn " ${EPREFIX}/etc/pdns"
67 - ewarn " ${EPREFIX}/etc/pdns/pdns.conf"
68 + ewarn " ${EPREFIX}/etc/powerdns"
69 + ewarn " ${EPREFIX}/etc/powerdns/pdns.conf"
70 ewarn "Check if this is correct for your setup"
71 ewarn "This is a one-time change and will not happen on subsequent updates."
72 - chmod o-rwx "${EPREFIX}"/etc/pdns/{,pdns.conf}
73 + chmod o-rwx "${EPREFIX}"/etc/powerdns/{,pdns.conf}
74 fi
75
76 }
77
78 diff --git a/net-dns/pdns/pdns-4.0.0.ebuild b/net-dns/pdns/pdns-4.0.0.ebuild
79 index 7b18698..79fd8a0 100644
80 --- a/net-dns/pdns/pdns-4.0.0.ebuild
81 +++ b/net-dns/pdns/pdns-4.0.0.ebuild
82 @@ -145,11 +145,11 @@ pkg_postinst() {
83 if [[ $fix_perms -eq 1 ]] ; then
84 ewarn "To fix a security bug (bug #458018) had the following"
85 ewarn "files/directories the world-readable bit removed (if set):"
86 - ewarn " ${EPREFIX}/etc/pdns"
87 - ewarn " ${EPREFIX}/etc/pdns/pdns.conf"
88 + ewarn " ${EPREFIX}/etc/powerdns"
89 + ewarn " ${EPREFIX}/etc/powerdns/pdns.conf"
90 ewarn "Check if this is correct for your setup"
91 ewarn "This is a one-time change and will not happen on subsequent updates."
92 - chmod o-rwx "${EPREFIX}"/etc/pdns/{,pdns.conf}
93 + chmod o-rwx "${EPREFIX}"/etc/powerdns/{,pdns.conf}
94 fi
95
96 }