Gentoo Archives: gentoo-commits

From: "Christian Ruppert (idl0r)" <idl0r@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dns/bind: bind-9.7.0_p2-r1.ebuild ChangeLog bind-9.7.1_p2.ebuild bind-9.6.2_p2.ebuild
Date: Sat, 31 Jul 2010 22:02:12
Message-Id: 20100731212343.DA19E2CE15@corvid.gentoo.org
1 idl0r 10/07/31 21:23:43
2
3 Modified: bind-9.7.0_p2-r1.ebuild ChangeLog
4 bind-9.7.1_p2.ebuild bind-9.6.2_p2.ebuild
5 Log:
6 Add ewarn to notify the user about the renamed named.ca, bug 330591.
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.10 net-dns/bind/bind-9.7.0_p2-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.7.0_p2-r1.ebuild?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.7.0_p2-r1.ebuild?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.7.0_p2-r1.ebuild?r1=1.9&r2=1.10
15
16 Index: bind-9.7.0_p2-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.7.0_p2-r1.ebuild,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- bind-9.7.0_p2-r1.ebuild 25 Jul 2010 18:57:41 -0000 1.9
23 +++ bind-9.7.0_p2-r1.ebuild 31 Jul 2010 21:23:42 -0000 1.10
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.7.0_p2-r1.ebuild,v 1.9 2010/07/25 18:57:41 idl0r Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.7.0_p2-r1.ebuild,v 1.10 2010/07/31 21:23:42 idl0r Exp $
29
30 EAPI="3"
31
32 @@ -277,6 +277,9 @@
33 fi
34
35 ewarn
36 + ewarn "NOTE: /var/bind/named.ca has been renamed to /var/bind/named.cache"
37 + ewarn "you may need to fix your named.conf!"
38 + ewarn
39 ewarn "NOTE: If you upgrade from net-dns/bind-9.4.x, you may encounter permission problems"
40 ewarn "To fix the permissions do:"
41 ewarn "chown root:named /{etc,var}/bind /var/{run,log}/named /var/bind/{sec,pri}"
42
43
44
45 1.287 net-dns/bind/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?rev=1.287&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?rev=1.287&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?r1=1.286&r2=1.287
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v
54 retrieving revision 1.286
55 retrieving revision 1.287
56 diff -u -r1.286 -r1.287
57 --- ChangeLog 25 Jul 2010 18:57:41 -0000 1.286
58 +++ ChangeLog 31 Jul 2010 21:23:42 -0000 1.287
59 @@ -1,6 +1,10 @@
60 # ChangeLog for net-dns/bind
61 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.286 2010/07/25 18:57:41 idl0r Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.287 2010/07/31 21:23:42 idl0r Exp $
64 +
65 + 31 Jul 2010; Christian Ruppert <idl0r@g.o> bind-9.6.2_p2.ebuild,
66 + bind-9.7.0_p2-r1.ebuild, bind-9.7.1_p2.ebuild:
67 + Add ewarn to notify the user about the renamed named.ca, bug 330591.
68
69 25 Jul 2010; Christian Ruppert <idl0r@g.o> bind-9.6.2_p2.ebuild,
70 bind-9.7.0_p2-r1.ebuild, bind-9.7.1_p2.ebuild, files/named.conf-r4:
71
72
73
74 1.3 net-dns/bind/bind-9.7.1_p2.ebuild
75
76 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.7.1_p2.ebuild?rev=1.3&view=markup
77 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.7.1_p2.ebuild?rev=1.3&content-type=text/plain
78 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.7.1_p2.ebuild?r1=1.2&r2=1.3
79
80 Index: bind-9.7.1_p2.ebuild
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.7.1_p2.ebuild,v
83 retrieving revision 1.2
84 retrieving revision 1.3
85 diff -u -r1.2 -r1.3
86 --- bind-9.7.1_p2.ebuild 25 Jul 2010 18:57:41 -0000 1.2
87 +++ bind-9.7.1_p2.ebuild 31 Jul 2010 21:23:42 -0000 1.3
88 @@ -1,6 +1,6 @@
89 # Copyright 1999-2010 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.7.1_p2.ebuild,v 1.2 2010/07/25 18:57:41 idl0r Exp $
92 +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.7.1_p2.ebuild,v 1.3 2010/07/31 21:23:42 idl0r Exp $
93
94 EAPI="3"
95
96 @@ -278,6 +278,9 @@
97 fi
98
99 ewarn
100 + ewarn "NOTE: /var/bind/named.ca has been renamed to /var/bind/named.cache"
101 + ewarn "you may need to fix your named.conf!"
102 + ewarn
103 ewarn "NOTE: If you upgrade from net-dns/bind-9.4.x, you may encounter permission problems"
104 ewarn "To fix the permissions do:"
105 ewarn "chown root:named /{etc,var}/bind /var/{run,log}/named /var/bind/{sec,pri}"
106
107
108
109 1.10 net-dns/bind/bind-9.6.2_p2.ebuild
110
111 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.6.2_p2.ebuild?rev=1.10&view=markup
112 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.6.2_p2.ebuild?rev=1.10&content-type=text/plain
113 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.6.2_p2.ebuild?r1=1.9&r2=1.10
114
115 Index: bind-9.6.2_p2.ebuild
116 ===================================================================
117 RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.6.2_p2.ebuild,v
118 retrieving revision 1.9
119 retrieving revision 1.10
120 diff -u -r1.9 -r1.10
121 --- bind-9.6.2_p2.ebuild 25 Jul 2010 18:57:41 -0000 1.9
122 +++ bind-9.6.2_p2.ebuild 31 Jul 2010 21:23:42 -0000 1.10
123 @@ -1,6 +1,6 @@
124 # Copyright 1999-2010 Gentoo Foundation
125 # Distributed under the terms of the GNU General Public License v2
126 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.6.2_p2.ebuild,v 1.9 2010/07/25 18:57:41 idl0r Exp $
127 +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.6.2_p2.ebuild,v 1.10 2010/07/31 21:23:42 idl0r Exp $
128
129 EAPI="3"
130
131 @@ -277,6 +277,9 @@
132 fi
133
134 ewarn
135 + ewarn "NOTE: /var/bind/named.ca has been renamed to /var/bind/named.cache"
136 + ewarn "you may need to fix your named.conf!"
137 + ewarn
138 ewarn "NOTE: If you upgrade from net-dns/bind-9.4.x, you may encounter permission problems"
139 ewarn "To fix the permissions do:"
140 ewarn "chown root:named /{etc,var}/bind /var/{run,log}/named /var/bind/{sec,pri}"