1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
|
# ChangeLog for net-www/tomcat
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-www/tomcat/ChangeLog,v 1.34 2004/06/25 16:10:25 agriffis Exp $
25 Jun 2004; Aron Griffis <agriffis@gentoo.org> tomcat-5.0.18.ebuild:
QA - fix use invocation
08 Jun 2004; Bryan �stergaard <kloeri@gentoo.org> tomcat-5.0.18.ebuild:
Stable on alpha.
*tomcat-5.0.25 (19 May 2004)
19 May 2004; Chris Aniszczyk <zx@gentoo.org> +files/5.0.25/21tomcat,
+files/5.0.25/gentoo.diff, +files/5.0.25/tomcat.conf,
+files/5.0.25/tomcat.init, +tomcat-5.0.25.ebuild:
New tomcat and new layout scheme.
Thanks to Tim Chen for the initial ebuild.
27 Apr 2004; Aron Griffis <agriffis@gentoo.org> tomcat-4.1.29.ebuild:
Add inherit eutils
10 Apr 2004; Travis Tilley <lv@gentoo.org> tomcat-5.0.18.ebuild:
added ~amd64 keyword
21 Mar 2004; Martin Holzer <mholzer@gentoo.org> tomcat-5.0.18.ebuild:
adding categorie. see 45110 for details
24 Feb 2004; Chris Aniszczyk <zx@gentoo.org> tomcat-4.1.29.ebuild:
Heh, variable order fix ;) Bug #42071
24 Feb 2004; Chris Aniszczyk <zx@gentoo.org> tomcat-5.0.18.ebuild,
files/5.0.18/jikes.diff, files/5.0.18/tomcat.conf:
Added jikes and doc support. Thanks to Luca Santarelli
<hrk@users.sourceforge.net> for some patches. Bug #42175
*tomcat-5.0.18 (15 Feb 2004)
*tomcat-4.1.29 (15 Feb 2004)
15 Feb 2004; <zx@gentoo.org> tomcat-4.1.29.ebuild, tomcat-5.0.18.ebuild:
Massive bugfixes + version bumps. Huge thanks to Chetan Sarva
<gentoo-bugs@fw2.net> for the ebuilds + various fixes. This update adds 5.0.18
and 4.1.29 tomcat versions. It also fixes the following bugs:
Bug #38949
Bug #38952
Bug #21772
Bug #38358
Bug #21744
Bug #22040
Bug #19723
Bug #39819
Bug #26994
Bug #32408
Bug #35094
15 Dec 2003; <spider@gentoo.org> tomcat-4.1.24-r1.ebuild:
QA: fixing chown user.group to user:group, bug #35127
16 Oct 2003; Sergey Kuleshov <svyatogor@gentoo.org> tomcat-4.1.24-r1.ebuild:
Fixed permissions for /etc/conf.d/tomcat
*tomcat-4.1.24-r1 (27 May 2003)
27 May 2003; Dylan Carlson <absinthe@gentoo.org> tomcat-4.1.24-r1.ebuild:
/opt/tomcat/conf was vulnerable to local users who are snooping the
tomcat-users.xml file for passwords. The new ebuild fixes this problem for new
installations.
If you have an existing installation of Tomcat you can do the following:
1. # /etc/init.d/tomcat stop
2. # chmod -R 750 /opt/tomcat/
3. # /etc/init.d/tomcat start
Thanks to "D.Tuinstra" <tuinstra@inteo.com> for pointing out the
vulnerability.
*tomcat-4.1.24 (25 Mar 2003)
10 Apr 2003; Dylan Carlson <absinthe@gentoo.org> tomcat-4.1.24.ebuild:
Minor fix to pkg_postinst() comments; fix to env.d/21tomcat install;
added RDEPEND for sed.
06 Apr 2003; Dylan Carlson <absinthe@gentoo.org> tomcat-4.1.24.ebuild:
x86 ppc sparc moved to stable.
28 Mar 2003; Dylan Carlson <absinthe@gentoo.org> files/4.1.24/tomcat.conf:
Fixed sed path in conf.d/tomcat.
25 Mar 2003; Dylan Carlson <absinthe@gentoo.org> omcat-4.1.24.ebuild,
files/4.1.24/21tomcat, tomcat-4.1.24.ebuild, files/4.1.24/21tomcat,
files/4.1.24/gentoo.diff, files/4.1.24/tomcat.conf, files/4.1.24/tomcat.init:
Version bump.
Also a few changes thanks to user feedback from Anthony Murray:
Fixes to init script, and changed conf.d/JAVA_HOME back to automatically
set itself. Closes bug #17907.
*tomcat-4.1.18-r1 (22 Mar 2003)
22 Mar 2003; Dylan Carlson <absinthe@gentoo.org> tomcat-4.1.18-r1.ebuild,
files/4.1.18/gentoo.diff, files/4.1.18/tomcat.conf,
files/4.1.18/tomcat.init:
Significant changes. This ebuild now bears close resemblance to
net-www/orion.
1. Tomcat now runs as user 'tomcat' by default.
2. All classes and JARs get installed into /usr/share/tomcat.
3. All logs go to /var/log/tomcat.
4. Init script was modified to use JAVA_HOME as set in /etc/conf.d/tomcat.
This is because we don't want the init script making any assumptions as
to what JVM the user wants to run for Tomcat.
5. JSSE and JPDA are supported as startup modes in /etc/conf.d/tomcat.
( If you have a Sun Java 1.4 SDK or later, you have JSSE and JPDA
included. )
Feedback on these changes would be appreciated, so we can get this
ebuild moved to stable.
http://bugs.gentoo.org/
http://stable.gentoo.org/
*tomcat-4.1.18 (16 Mar 2003)
16 Mar 2003; Dylan Carlson <absinthe@gentoo.org> tomcat-4.1.18.ebuild:
New ebuild started from submission in bug # 11796. minor fixes; added
servlet.jar as a shared library for packages that might require it at build
time. Thanks to Mark Mealman <mmealman@tarsis.org> and gtonic <tom@wahuu.at>
for their contributions.
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
*tomcat-4.0.6 (15 Oct 2002)
15 Oct 2002; Maik Schreiber <blizzy@gentoo.org> : New version -
security update. Closes bug #8931.
26 Sep 2002; Maik Schreiber <blizzy@gentoo.org> files/21tomcat:
Added CONFIG_PROTECT=/opt/jakarta/tomcat/conf so that configuration
files don't get lost when installing a new version.
*tomcat-4.0.5 (25 Sep 2002)
25 Sep 2002; Daniel Ahlberg <aliz@gentoo.org> :
Security update. Ebuild provided by Adrian Almenar <aalmenar@conectium.com>.
*tomcat-4.0.4 (23 Jun 2002)
14 Sep 2002; Owen Stampflee <owen@gentoo.org> :
Added PPC to KEYWORDS.
14 Jul 2002; Daniel Ahlberg <aliz@gentoo.org> tomcat-4.0.4.ebuild :
Added KEYWORDS.
23 Jun 2002; William McArthur <sandymac@gentoo.org> tomcat-4.0.4.ebuild files/digest-tomcat-4.0.4 :
New upstream version. Added a .keep file to the logs dir to prevent the logs
from being removed during an upgrade if there were no log files.
*tomcat-4.0.3 (03 Jun 2002)
14 Jul 2002; Daniel Ahlberg <aliz@gentoo.org> tomcat-4.0.3.ebuild :
Added KEYWORDS, SLOT.
03 Jun 2002; Karl Trygve Kalleberg <karltk@gentoo.org> tomcat-4.0.3.ebuild files/digest-tomcat-4.0.3 :
New upstream version.
*tomcat-4.0.1 (1 Feb 2002)
14 Jul 2002; Daniel Ahlberg <aliz@gentoo.org> tomcat-4.0.1.ebuild :
Added KEYWORDS, SLOT.
1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
Added initial ChangeLog which should be updated whenever the package is
updated in any way. This changelog is targetted to users. This means that the
comments should well explained and written in clean English. The details about
writing correct changelogs are explained in the skel.ChangeLog file which you
can find in the root directory of the portage repository.
*tomcat-3.2.2.ebuild (14 Jul 2002)
01 Jul 2002; Karl Trygve Kalleberg <karltk@gentoo.org> tomcat-3.2.2.ebuild files/digest-tomcat-3.2.2 :
This package has been masked for a while. Finally removed to get rid of
dev-java/jaxp entirely.
14 Jul 2002; Daniel Ahlberg <aliz@gentoo.org> tomcat-3.2.2.ebuild :
Added KEYWORDS, SLOT.
|