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
|
# ChangeLog for app-admin/webalizer
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/webalizer/ChangeLog,v 1.31 2004/09/02 12:03:03 lv Exp $
02 Sep 2004; Travis Tilley <lv@gentoo.org> webalizer-2.01.10-r4.ebuild:
stable on amd64
*webalizer-2.01.10-r6 (27 Aug 2004)
27 Aug 2004; Renat Lumpau <rl03@gentoo.org> +files/2.01.10/reconfig,
+webalizer-2.01.10-r6.ebuild:
-r6 uses webapp.eclass to create directories with right permissions. Closes
#61399.
17 Jul 2004; Tom Gall <tgall@gentoo.org> webalizer-2.01.10-r5.ebuild:
stable on ppc64, bug #55677
09 Jul 2004; Christian Andreetta <satya@gentoo.org>
webalizer-2.01.10-r4.ebuild, webalizer-2.01.10-r5.ebuild:
Copyright update; geoip library fix
07 Jul 2004; Anders Rune Jensen <arj@gentoo.org> webalizer-2.01.10-r5.ebuild,
webalizer-2.01.10-r5.ebuild:
Pretty printer patch from Ondrej Novy <onovy@nomi.cz>.
29 Jun 2004; Aron Griffis <agriffis@gentoo.org> webalizer-2.01.10-r4.ebuild,
webalizer-2.01.10-r5.ebuild:
sync IUSE (+apache2)
01 Jun 2004; Aron Griffis <agriffis@gentoo.org> webalizer-2.01.10-r4.ebuild,
webalizer-2.01.10-r5.ebuild:
Fix use invocation
24 May 2004; Bryan �stergaard <kloeri@gentoo.org>
webalizer-2.01.10-r5.ebuild:
Keyworded ~alpha, requested in bug #51550.
27 Apr 2004; Aron Griffis <agriffis@gentoo.org> webalizer-2.01.10-r5.ebuild:
Add inherit eutils
*webalizer-2.01.10-r5 (23 Apr 2004)
23 Apr 2004; Stuart Herbert <stuart@gentoo.org> webalizer-2.01.10-r5.ebuild:
Added geoip support; thanks to Christian A. <chr@die.unipd.it>; see bug #44748
01 Feb 2004; Jon Portnoy <avenj@gentoo.org> webalizer-2.01.10-r4.ebuild :
AMD64 keywords.
11 Jan 2004; Martin Holzer <mholzer@gentoo.org> webalizer-2.01.10-r4.ebuild:
Displays info about apache1 only if IUSE is not set
05 Jan 2004; <gustavoz@gentoo.org> webalizer-2.01.10-r4.ebuild:
marked stable for hppa
24 Nov 2003; Martin Holzer <mholzer@gentoo.org> webalizer-2.01.10-r4.ebuild:
adding some little notes to update apache.conf
*webalizer-2.01.10-r4 (02 Nov 2003)
02 Nov 2003; Michael Imhof <tantive@gentoo.org> files/2.01.10/apache.webalizer,
files/2.01.10/webalizer.conf, webalizer-2.01.10-r4.ebuild:
Changed the ebuild to comply with apache2. A simple emerge webalizer;
webalizer is all you need to get it running now.
14 Jul 2003; Martin Holzer <mholzer@gentoo.org> webalizer-2.01.10-r3.ebuild:
Fixed Category in einfo. Closes #24427.
28 Jul 2003; <paul@gentoo.org> webalizer-2.01.10-r3.ebuild:
Fix webalizer to build against the correct db headers
*webalizer-2.01.10-r3 (22 Jun 2003)
22 Jun 2003; Donny Davies <woodchip@gentoo.org> webalizer-2.01.10-r3.ebuild:
Close #15752; make it install properly for Apache2.
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
*webalizer-2.01.10-r2 (3 May 2002)
14 Nov 2002; Mike Frysinger <vapier@gentoo.org> :
Replaced hardcoding of /home/httpd/htdocs with a grep of /etc/apache/conf/apache.conf
06 Aug 2002; Mark Guertin <gerk@gentoo.org> :
Added ppc to keywords
26 Jul 2002; Calum Selkirk <cselkirk@gentoo.org> webalizer-2.01.10-r2.ebuild :
Changed DESCRIPTION to something descriptive ;) Added RDEPEND
3 May 2002; Donny Davies <woodchip@gentoo.org> :
Add LICENSE, SLOT, $Headers.
*webalizer-2.01.10-r1 (24 Apr 2002)
24 Apr 2002; Donny Davies <woodchip@gentoo.org> :
Added --enable-dns to ./configure, added small sed patch and sys-libs/db1
to the dependencies to facilitate this.
*webalizer-2.01.10 (19 Apr 2002)
18 Apr 2002; Donny Davies <woodchip@gentoo.org> :
This version fixes a security bug.
*webalizer-2.01.06-r2 (18 Apr 2002)
18 Apr 2002; Donny Davies <woodchip@gentoo.org> :
Updated to match the new apache layout. Add missing zlib dependency and correct
the libpng dependency. Add a pkg_config for easy apache.conf auto-update. Fix
the report output directory by moving it's creation into pkg_postinst. Tweaked
the config file.
*webalizer-2.01.06-r1 (12 Apr 2002)
12 Apr 2002; Seemant Kulleen <seemant@gentoo.org> webalizer-2.01.06-r1.ebuild:
Compile against newest libpng
|