Gentoo Archives: gentoo-commits

From: "Markus Ullmann (jokey)" <jokey@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-firewall/shorewall: shorewall-3.4.6.ebuild ChangeLog
Date: Fri, 07 Sep 2007 14:38:05
Message-Id: E1ITer9-00040n-Cy@stork.gentoo.org
1 jokey 07/09/07 14:30:47
2
3 Modified: shorewall-3.4.6.ebuild ChangeLog
4 Log:
5 einfo to elog transition
6 (Portage version: 2.1.3.7)
7
8 Revision Changes Path
9 1.3 net-firewall/shorewall/shorewall-3.4.6.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/shorewall/shorewall-3.4.6.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/shorewall/shorewall-3.4.6.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/shorewall/shorewall-3.4.6.ebuild?r1=1.2&r2=1.3
14
15 Index: shorewall-3.4.6.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-firewall/shorewall/shorewall-3.4.6.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- shorewall-3.4.6.ebuild 6 Sep 2007 09:27:16 -0000 1.2
22 +++ shorewall-3.4.6.ebuild 7 Sep 2007 14:30:46 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/shorewall-3.4.6.ebuild,v 1.2 2007/09/06 09:27:16 jokey Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/shorewall-3.4.6.ebuild,v 1.3 2007/09/07 14:30:46 jokey Exp $
28
29 inherit eutils
30
31 @@ -55,55 +55,54 @@
32 }
33
34 pkg_postinst() {
35 - einfo
36 + elog
37 if use doc ; then
38 - einfo "Documentation is available at /usr/share/doc/${PF}/html."
39 - einfo "Please read the Release Notes in /usr/share/doc/${PF}."
40 - einfo "Samples are available at /usr/share/doc/${PF}/Samples."
41 + elog "Documentation is available at /usr/share/doc/${PF}/html."
42 + elog "Please read the Release Notes in /usr/share/doc/${PF}."
43 + elog "Samples are available at /usr/share/doc/${PF}/Samples."
44 else
45 - einfo "Documentation is available at http://www.shorewall.net"
46 + elog "Documentation is available at http://www.shorewall.net"
47 fi
48 - einfo "There are man pages for shorewall(8) and for each configuration file."
49 - einfo
50 - einfo "Bridging configuration has changed with kernel 2.6.20+. Check the documentation."
51 - einfo
52 - einfo "Do not blindly start shorewall, edit the files in /etc/shorewall first"
53 - einfo "At the very least, you must change 'STARTUP_ENABLED' in shorewall.conf"
54 - einfo
55 - einfo "If you intend to use the 2.6 IPSEC Support, you must retrieve the"
56 - einfo "kernel patches from http://shorewall.net/pub/shorewall/contrib/IPSEC/"
57 - einfo "or install kernel 2.6.16+ as well as a recent Netfilter iptables"
58 - einfo "and compile it with support for policy match."
59 - einfo
60 - einfo "Be aware that version ${MY_P_TREE} differs substantially from previous releases."
61 - einfo "Information on upgrading is available at:"
62 - einfo "http://www.shorewall.net/upgrade_issues.htm"
63 - einfo
64 - einfo "If you are upgrading to ${MY_P_TREE} you should at least:"
65 - einfo "* check that /etc/shorewall/rfc1918 does not contain non-RFC1918 private"
66 - einfo " addresses. If it does, rename it to rfc1918.old"
67 - einfo "* remove /etc/shorewall/modules and use the one in /usr/share/shorewall/"
68 - einfo "* review IMAP LDAP NNTP POP3 SMTP and WEB macros as they have changed"
69 - einfo "* move any policy's default action specifications"
70 - einfo " from /etc/shorewall/actions to /etc/shorewall/shorewall.conf"
71 - einfo "* remove or rename custom version of Limit action (if any)"
72 - einfo "* entries in /etc/shorewall/providers require specific procedure at startup"
73 - einfo
74 - einfo "There is a new 'shorewall compile' command to generate scripts to run"
75 - einfo "on systems with Shorewall Lite installed."
76 - einfo "Please refer to http://www.shorewall.net/CompiledPrograms.html"
77 - einfo "It is advised to copy the /usr/share/shorewall/configfiles dir to your"
78 - einfo "own 'export directories'. However, whenever you upgrade Shorewall you"
79 - einfo "should check for changes in configfiles and manually update your exports."
80 - einfo "Alternatively, if you only have one Shorewall-Lite system in your network"
81 - einfo "then you can use the configfiles dir but set CONFIG_PROTECT appropriately"
82 - einfo "in /etc/make.conf (man make.conf)."
83 - einfo
84 - einfo "Known problems:"
85 - einfo "http://shorewall.net/pub/${PN}/${MY_P_TREE}/${P}/known_problems.txt"
86 - einfo
87 - einfo "Whether upgrading or installing you should run shorewall check,"
88 - einfo "correct any errors found and run shorewall restart|start."
89 - einfo
90 - #ewarn "You should now emerge shorewall-shell and/or shorewall-perl."
91 + elog "There are man pages for shorewall(8) and for each configuration file."
92 + elog
93 + elog "Bridging configuration has changed with kernel 2.6.20+. Check the documentation."
94 + elog
95 + elog "Do not blindly start shorewall, edit the files in /etc/shorewall first"
96 + elog "At the very least, you must change 'STARTUP_ENABLED' in shorewall.conf"
97 + elog
98 + elog "If you intend to use the 2.6 IPSEC Support, you must retrieve the"
99 + elog "kernel patches from http://shorewall.net/pub/shorewall/contrib/IPSEC/"
100 + elog "or install kernel 2.6.16+ as well as a recent Netfilter iptables"
101 + elog "and compile it with support for policy match."
102 + elog
103 + elog "Be aware that version ${MY_P_TREE} differs substantially from previous releases."
104 + elog "Information on upgrading is available at:"
105 + elog "http://www.shorewall.net/upgrade_issues.htm"
106 + elog
107 + elog "If you are upgrading to ${MY_P_TREE} you should at least:"
108 + elog "* check that /etc/shorewall/rfc1918 does not contain non-RFC1918 private"
109 + elog " addresses. If it does, rename it to rfc1918.old"
110 + elog "* remove /etc/shorewall/modules and use the one in /usr/share/shorewall/"
111 + elog "* review IMAP LDAP NNTP POP3 SMTP and WEB macros as they have changed"
112 + elog "* move any policy's default action specifications"
113 + elog " from /etc/shorewall/actions to /etc/shorewall/shorewall.conf"
114 + elog "* remove or rename custom version of Limit action (if any)"
115 + elog "* entries in /etc/shorewall/providers require specific procedure at startup"
116 + elog
117 + elog "There is a new 'shorewall compile' command to generate scripts to run"
118 + elog "on systems with Shorewall Lite installed."
119 + elog "Please refer to http://www.shorewall.net/CompiledPrograms.html"
120 + elog "It is advised to copy the /usr/share/shorewall/configfiles dir to your"
121 + elog "own 'export directories'. However, whenever you upgrade Shorewall you"
122 + elog "should check for changes in configfiles and manually update your exports."
123 + elog "Alternatively, if you only have one Shorewall-Lite system in your network"
124 + elog "then you can use the configfiles dir but set CONFIG_PROTECT appropriately"
125 + elog "in /etc/make.conf (man make.conf)."
126 + elog
127 + elog "Known problems:"
128 + elog "http://shorewall.net/pub/${PN}/${MY_P_TREE}/${P}/known_problems.txt"
129 + elog
130 + elog "Whether upgrading or installing you should run shorewall check,"
131 + elog "correct any errors found and run shorewall restart|start."
132 + elog
133 }
134
135
136
137 1.145 net-firewall/shorewall/ChangeLog
138
139 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/shorewall/ChangeLog?rev=1.145&view=markup
140 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/shorewall/ChangeLog?rev=1.145&content-type=text/plain
141 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/shorewall/ChangeLog?r1=1.144&r2=1.145
142
143 Index: ChangeLog
144 ===================================================================
145 RCS file: /var/cvsroot/gentoo-x86/net-firewall/shorewall/ChangeLog,v
146 retrieving revision 1.144
147 retrieving revision 1.145
148 diff -u -r1.144 -r1.145
149 --- ChangeLog 6 Sep 2007 11:31:08 -0000 1.144
150 +++ ChangeLog 7 Sep 2007 14:30:46 -0000 1.145
151 @@ -1,6 +1,9 @@
152 # ChangeLog for net-firewall/shorewall
153 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
154 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/ChangeLog,v 1.144 2007/09/06 11:31:08 jokey Exp $
155 +# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/ChangeLog,v 1.145 2007/09/07 14:30:46 jokey Exp $
156 +
157 + 07 Sep 2007; Markus Ullmann <jokey@g.o> shorewall-3.4.6.ebuild:
158 + einfo to elog transition
159
160 06 Sep 2007; Markus Ullmann <jokey@g.o> -shorewall-3.2.10.ebuild,
161 -shorewall-3.4.3.ebuild, -shorewall-3.4.5.ebuild:
162
163
164
165 --
166 gentoo-commits@g.o mailing list