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
|
# ChangeLog for www-apache/mod_jk
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_jk/ChangeLog,v 1.20 2007/02/26 19:27:44 wltjr Exp $
*mod_jk-1.2.21 (26 Feb 2007)
26 Feb 2007; William L. Thomson Jr. <wltjr@gentoo.org>
files/88_mod_jk.conf, +mod_jk-1.2.21.ebuild:
Bumped to latest development version, added sed to change paths from apache2
-> apache depending on use. Paths were set/hard coded to fix bug #164838.
Could cause issues for apache (!apache2) users < 1.2.21. But no worse than
present :)
03 Feb 2007; Steve Dibb <beandog@gentoo.org> mod_jk-1.2.20.ebuild:
amd64 stable, bug 162949
21 Jan 2007; Andrej Kacian <ticho@gentoo.org> mod_jk-1.2.20.ebuild:
Stable on x86, bug #161949.
15 Jan 2007; Luca Longinotti <chtekk@gentoo.org> metadata.xml,
mod_jk-1.2.19.ebuild, mod_jk-1.2.20.ebuild:
Cleanup.
09 Jan 2007; William L. Thomson Jr. <wltjr@gentoo.org>
-mod_jk-1.2.15-r1.ebuild, mod_jk-1.2.19.ebuild, mod_jk-1.2.20.ebuild:
Moved forward ~ppc keyword, removed older version.
09 Jan 2007; Vlastimil Babka <caster@gentoo.org> mod_jk-1.2.15-r1.ebuild,
mod_jk-1.2.19.ebuild, mod_jk-1.2.20.ebuild:
Convert einfo to elog.
06 Jan 2007; William L. Thomson Jr. <wltjr@gentoo.org>
-mod_jk-1.2.10.ebuild, -mod_jk-1.2.13.ebuild, -mod_jk-1.2.15.ebuild,
-mod_jk-1.2.18.ebuild, -mod_jk-1.2.18-r1.ebuild:
House cleaning, removed older versions
*mod_jk-1.2.20 (21 Dec 2006)
21 Dec 2006; William L. Thomson Jr. <wltjr@gentoo.org>
+mod_jk-1.2.20.ebuild:
Bumping package to lastest stable version. Dropped java USE flag, should
have been jni, but upstream will be dropping the jni stuff or has.
05 Nov 2006; Christian Faulhammer <opfer@gentoo.org> mod_jk-1.2.19.ebuild:
stable x86, bug #151748
05 Nov 2006; Daniel Gryniewicz <dang@gentoo.org> mod_jk-1.2.19.ebuild:
Marked stable on amd64 for bug #151748
22 Sep 2006; William L. Thomson Jr. <wltjr@gentoo.org>
mod_jk-1.2.18-r1.ebuild:
Updated ebuild to not use 1.6 jdks due to compilation issues
*mod_jk-1.2.18 (17 Sep 2006)
17 Sep 2006; William L. Thomson Jr. <wltjr@gentoo.org> metadata.xml,
+mod_jk-1.2.18.ebuild:
Updated mod_jk to latest releases. Introduced java use flag to control if
jni stuff should be built and also installed. Removed ~ppc keyword due to
lack of hardware to test on.
*mod_jk-1.2.15 (23 Jul 2006)
23 Jul 2006; Krzysiek Pawlik <nelchael@gentoo.org> files/88_mod_jk.conf,
+mod_jk-1.2.15.ebuild:
Version bump, fixes bug #112225 and bug #110170.
26 May 2006; <nixnut@gentoo.org> mod_jk-1.2.13.ebuild:
Added ~ppc. bug #134330
08 Jan 2006; Carsten Lohrke <carlo@gentoo.org> metadata.xml:
Maintainer retired.
17 Oct 2005; Petteri Räty <betelgeuse@gentoo.org> mod_jk-1.2.10.ebuild,
mod_jk-1.2.13.ebuild:
Removed dependency on virtual/jdk, fixes bug #109121.
11 Jun 2005; Jan Brinkmann <luckyduck@gentoo.org> mod_jk-1.2.10.ebuild,
mod_jk-1.2.13.ebuild:
minor fixes
*mod_jk-1.2.13 (01 Jun 2005)
01 Jun 2005; Jan Brinkmann <luckyduck@gentoo.org> mod_jk-1.2.10.ebuild,
+mod_jk-1.2.13.ebuild:
updated HOMEPAGE, new upstream version.
29 Apr 2005; Jan Brinkmann <luckyduck@gentoo.org>
files/jk-workers.properties, mod_jk-1.2.10.ebuild:
tomcat dependency isnt required, give the choice to the user. fixes #89939.
also modified the default workers file. thanks to Andy Wang
<dopey@moonteeth.com> for the suggestion.
*mod_jk-1.2.10 (14 Apr 2005)
14 Apr 2005; Jan Brinkmann <luckyduck@gentoo.org> +metadata.xml,
+files/88_mod_jk.conf, +files/jk-workers.properties, +mod_jk-1.2.10.ebuild:
Inital import. Ebuild is based on the apache-module.eclass, fixes #19094.
Special thanks to trapni and beu for offering that much help.
|