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
|
# ChangeLog for net-www/apache
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
# $Header: /var/cvsroot/gentoo-x86/net-www/apache/ChangeLog,v 1.28 2002/10/12 21:16:25 woodchip Exp $
*apache-1.3.27-r1 (12 Oct 2002)
12 Oct 2002; Donny Davies <woodchip@gentoo.org> :
Added redhat db-4 patch, tweaked sys-libs/db dependency to make things
more sane. Swept up patches into a single diff. Added (Gentoo/Linux)
to the server_version string. Clean out old junk. Help out the #8759 people ;-)
*apache-1.3.27 (06 Oct 2002)
06 Oct 2002; Nicholas Jones <carpaski@gentoo.org> :
GLSA update. Version Bump with files dir moved to gentoo mirrors.
*apache-2.0.40-r1 (04 Sept 2002)
14 Sep 2002; Nicholas Jones <carpaski@gentoo.org> :
Added the capability for a graceful restart. Should ensure that
the server, when restarted, actually dies before it's started again.
04 Sep 2002; Nicholas Jones <carpaski@gentoo.org> :
Made it path compliant. Fixed the modules files. Fixed the init.d and
conf.d files. Still needs default configs and more tuning.
*apache-2.0.40 (15 Aug 2002)
15 Aug 2002; Michael J. Cohen <mjc@gentoo.org> :
Initial release, needs a few modules cleaned up as well as paths
*apache-1.3.26-r4 (3 Jul 2002)
02 Oct 2002; Donny Davies <woodchip@gentoo.org> apache-1.3.26-r4.ebuild :
Fix for #6149.
28 Sep 2002; Daniel Ahlberg <aliz@gentoo.org> files/apache.rc6 :
Made restart send signal to apache processes instead of httpd processes. Thanks to ska-fan
in #gentoo-dev for finding this.
19 Sep 2002; Michael Frysinger <vapier@gentoo.org> apache-1.3.26-r4.ebuild files/apache.rc6 :
Fixed the grep expressions for DATA_DIR and GID ... #8124
Fixed 'use named' (was already added to 2.0.x just not 1.3.x) ... #5556
17 Sep 2002; Nicholas Jones <carpaski@gentoo.org> :
Fixed the graceful restart... It wasn't paying heed to ${APACHE_OPTS}
14 Sep 2002; Nicholas Jones <carpaski@gentoo.org> :
Added the capability for a graceful restart. Should ensure that
the server, when restarted, actually dies before it's started again.
14 Sep 2002; Donny Davies <woodchip@gentoo.org> mime_type_fix :
Add x-ogg; #7245. Cleanup.
14 Aug 2002; Pieter Van den Abeele <pvdabeel@gentoo.org> :
Added ppc keyword
14 Jul 2002; Daniel Ahlberg <aliz@gentoo.org> apache-1.3.26.ebuild :
Added KEYWORDS.
14 Jul 2002; Daniel Ahlberg <aliz@gentoo.org> apache-1.3.26-r4.ebuild :
Added KEYWORDS.
3 Jul 2002; Brandon Low <lostlogic@gentoo.org> apache-1.3.26-r4.ebuild:
Just .keep some directories we make so that they will be handled more
sanely in unmerge and clean operations.
*apache-1.3.26-r3 (2 Jul 2002)
19 Sep 2002; Michael Frysinger <vapier@gentoo.org> apache-1.3.26-r3.ebuild :
Fixed the grep expressions for DATA_DIR ... #8124
14 Jul 2002; Daniel Ahlberg <aliz@gentoo.org> apache-1.3.26-r3.ebuild :
Added KEYWORDS.
2 Jul 2002; Jon Nelson <jnelson@gentoo.org> apache-1.3.26-r3.ebuild:
Basically, move stuff from pkg_setup() to postinst.
*apache-1.3.26-r2 (22 Jun 2002)
14 Jul 2002; Daniel Ahlberg <aliz@gentoo.org> apache-1.3.26-r2.ebuild :
Added KEYWORDS.
22 Jun 2002; Nicholas Jones <carpaski@gentoo.org> :
Bugfix... Configs weren't actually changed properly.
Moved sed on DATA_DIR after configs were coppied from ${FILESDIR}
*apache-1.3.26-r1 (20 Jun 2002)
14 Jul 2002; Daniel Ahlberg <aliz@gentoo.org> apache-1.3.26-r1.ebuild :
Added KEYWORDS.
20 Jun 2002; Nicholas Jones <carpaski@gentoo.org> :
Another attempt at fixing the LDAP user issue. Change the user check.
Also added in checks to make sure that DATA_DIR is set.
Turn 'install-quiet' back on.
*apache-1.3.26 (19 Jun 2002)
19 Jun 2002; Nicholas Jones <carpaski@gentoo.org> :
The real exploit fix. Also patched a mdk patch so that it applied.
*apache-1.3.24-r6 (18 Jun 2002)
14 Jul 2002; Daniel Ahlberg <aliz@gentoo.org> apache-1.3.24-r6.ebuild :
Added KEYWORDS.
18 Jun 2002; Nicholas Jones <carpaski@gentoo.org> :
ADDED PATCH FOR PROXY-HTTP1.1-CHUNKS EXPLOIT
Fixed bug #2313 -- Better checks for group/user
Fixed bug #3533 -- User can setup user/group and the homedir
of the apache user will be the data directory
*apache-1.3.24-r2 (4 May 2002)
14 Jul 2002; Daniel Ahlberg <aliz@gentoo.org> apache-1.3.24-r2.ebuild :
Added KEYWORDS.
4 May 2002; Donny Davies <woodchip@gentoo.org> :
Added LICENSE, SLOT, $Headers.
26 Apr 2002; Donny Davies <woodchip@gentoo.org> :
Made the user/group id's 81 in pkg_setup after thusly adding them to
Gentoo's baselayout. No need to upgrade folks; cosmetic-only fix.
10 Apr 2002; Donny Davies <woodchip@gentoo.org> apache-1.3.24-r1.ebuild,
files/conf/commonapache.conf :
Corrected the apache user's home directory (/var/www -> /home/httpd).
Corrected the icons directory (/var/www/icons -> /home/httpd/icons).
Ripped the php mime types from the commonapache.conf file. I moved
them to the php package, as an addon config snippet.
(/etc/apache/conf/mod_php.conf)
*apache-1.3.24-r1 (9 Apr 2002)
9 Apr 2002; Donny Davies <woodchip@gentoo.org> apache-1.3.24-r1.ebuild :
data is now in /home/httpd/{htdocs,icons,cgi-bin} (new standard location for Gentoo)
server now runs as user/group apache
mod_ssl was split into a separate package
link with the mm library; provides modules with shared memory pools (EAPI_MM=SYSTEM)
link with the system expat library
all modules are now built using SHARED_CHAIN (smaller mod sizes)
several patches from debian/mandrake are included. the most interesting one is the
mandrake serverroot patch which makes configuring and organizing apache easier.
the EAPI patch is now unconditionally included. previously you only got it if you
had ssl in your USE variable.
provide an easy way to tune up the HARD_SERVER_LIMIT
created a build-time config file for the modules distributed with apache. now you
can finely tune your own modules selection, and have your choices preserved across
upgrades. a gentoo-only feature ;)
suexec is now fixed and restricted to user/group apache.
added some support scripts (from mandrake). two of these allow easy addition and
removal of third-party modules into your apache.conf. this should make writing
ebuilds for extra mods easier. see net-www/mod_* for examples.
the config files are now in /etc/apache/conf, conveniently organized into
separate directories for addon-modules and vhosts. this simplifies things for
everybody and especially for those with complicated/large sites.
*apache-1.3.24 (27 Mar 2002)
27 Mar 2002; Donny Davies <woodchip@gentoo.org> apache-1.3.24.ebuild :
Bump up to apache-1.3.24, mod_ssl-2.8.8; fixes some security issues. This port is
being re-written, will be ready soon.
*apache-1.3.23 (4 Feb 2002)
4 Feb 2002; Donny Davies <woodchip@gentoo.org> apache-1.3.23.ebuild :
Bump apache to 1.3.23, mod_ssl to 2.8.6-1.3.23.
*apache-1.3.22-r6 (1 Feb 2002)
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.
|