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
|
# ChangeLog for www-apache/mod_jk
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_jk/ChangeLog,v 1.10 2006/09/22 17:45:26 wltjr Exp $
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.
|