1 |
# $Id: e-smith-apache.spec,v 1.9 2014/07/29 15:26:32 vip-ire Exp $ |
2 |
|
3 |
Summary: e-smith server and gateway - apache module |
4 |
%define name e-smith-apache |
5 |
Name: %{name} |
6 |
%define version 2.4.0 |
7 |
%define release 9 |
8 |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
10 |
License: GPL |
11 |
Group: Networking/Daemons |
12 |
Source: %{name}-%{version}.tar.xz |
13 |
Patch1: e-smith-apache-2.4.0-pwauth.patch |
14 |
Patch2: e-smith-apache-2.4.0-ibay_auth.patch |
15 |
Patch3: e-smith-apache-2.4.0-apache_modules.patch |
16 |
Patch4: e-smith-apache-2.4.0-35SSL10SSLCipherSuite.patch |
17 |
Patch5: e-smith-apache-2.4.0-ssl_engine_on.patch |
18 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
19 |
BuildArchitectures: noarch |
20 |
Requires: e-smith-base >= 4.15.1 |
21 |
Requires: e-smith-lib >= 1.15.1-19 |
22 |
Requires: e-smith-daemontools >= 1.7.1-01 |
23 |
Requires: mod_ssl |
24 |
Requires: mod_authnz_external |
25 |
Obsoletes: distcache <= 1.4.5 |
26 |
Obsoletes: mod_auth_external |
27 |
Obsoletes: e-smith-proxypass |
28 |
Obsoletes: e-smith-apache-proxy |
29 |
Conflicts: e-smith-ibays < 1.0.2 |
30 |
AutoReqProv: no |
31 |
BuildRequires: e-smith-devtools >= 1.11.0-12 |
32 |
|
33 |
%description |
34 |
e-smith server and gateway software - apache module. |
35 |
|
36 |
%changelog |
37 |
* Tue Jul 29 2014 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-9.sme |
38 |
- Turn SSLEngine on in the SSL vhost (ProxyPassVirtualHosts) [SME: 8501] |
39 |
|
40 |
* Tue Jan 28 2014 Ian Wells <esmith@wellsi.com> 2.4.0-8.sme |
41 |
- Remove insecure ciphers [SME: 8138] |
42 |
|
43 |
* Mon Oct 07 2013 John H. Bennett III <bennettj@johnbennettservices.com> 2.4.0-7.sme |
44 |
- Re-do patch to add missing default httpd.conf modules [SME: 7874] |
45 |
- Add authz_groupfile as a loadable Module [SME: 7875] |
46 |
|
47 |
* Fri Oct 04 2013 John H. Bennett III <bennettj@johnbennettservices.com> 2.4.0-6.sme |
48 |
- Patch to add missing default httpd.conf modules [SME: 7874] |
49 |
|
50 |
* Mon Sep 30 2013 John H. Bennett III <bennettj@johnbennettservices.com> 2.4.0-5.sme |
51 |
- Patch to correct issue with not being able to access a password protected ibay [SME: 7794] |
52 |
|
53 |
* Mon Mar 11 2013 Shad L. Lords <slords@mail.com> 2.4.0-4.sme |
54 |
- Obsolete el5 version of distcache [SME: 7273] |
55 |
|
56 |
* Wed Mar 6 2013 Shad L. Lords <slords@mail.com> 2.4.0-3.sme |
57 |
- Obsolete mod_auth_external and require mod_authnz_external [SME: 7319] |
58 |
- Change the way module is loaded and initialized |
59 |
|
60 |
* Mon Feb 18 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-2.sme |
61 |
- Add missing dependency on mod_ssl [SME: 7234] |
62 |
|
63 |
* Wed Feb 13 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme |
64 |
- Roll new stream for sme9 |
65 |
|
66 |
* Fri Jun 29 2012 Ian Wells <esmith@wellsi.com> 2.2.0-9.sme |
67 |
- Disable index listing of Apache icons folder [SME: 7015] |
68 |
|
69 |
* Fri Dec 23 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-8.sme |
70 |
- Fix server-resources redirect w/o trailing slash [SME: 6758] |
71 |
|
72 |
* Sat Mar 12 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-7.sme |
73 |
- Disable SSLv2 by default [SME: 6482] |
74 |
|
75 |
* Sun Apr 26 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-6.sme |
76 |
- Add option to disable SSLv2 [SME: 5034] |
77 |
|
78 |
* Sat Mar 28 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-5.sme |
79 |
- Add OpenOffice2 MIME Types [SME: 5112] |
80 |
|
81 |
* Sat Mar 7 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-4.sme |
82 |
- Add OpenOffice MIME Types [SME: 4848] |
83 |
- Add XML MIME Type [SME: 5035] |
84 |
|
85 |
* Thu Dec 11 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-3.sme |
86 |
- Fix issues in patch that adds Microsoft Office 2007 MIME types [SME: 4548] |
87 |
|
88 |
* Tue Dec 2 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-2.sme |
89 |
- Add Microsoft Office 2007 MIME types [SME: 4548] |
90 |
|
91 |
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme |
92 |
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
93 |
|
94 |
* Tue Oct 23 2007 Filippo Carletti <filippo.carletti@gmail.com> 1.2.0-16 |
95 |
- Add SSL support to ProxyPass. [SME: 3481] |
96 |
|
97 |
* Tue Sep 11 2007 Gavin Weight <gweight@gmail.com> 1.2.0-15 |
98 |
- Create/Move httpd logrotate.d directory. [SME: 3380] |
99 |
|
100 |
* Tue Sep 11 2007 Gavin Weight <gweight@gmail.com> 1.2.0-14 |
101 |
- Rename apache to httpd in templates2expand. [SME: 3380] |
102 |
|
103 |
* Wed Jun 6 2007 Shad L. Lords <slords@mail.com> 1.2.0-13 |
104 |
- Fix patch to exclude hosts if domains exist [SME: 2307] |
105 |
|
106 |
* Fri May 18 2007 Shad L. Lords <slords@mail.com> 1.2.0-12 |
107 |
- Use correct lib for modules |
108 |
|
109 |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
110 |
- Clean up spec so package can be built by koji/plague |
111 |
|
112 |
* Fri Feb 23 2007 Shad L. Lords <slords@mail.com> 1.2.0-11 |
113 |
- Fix patch so template expands [SME: 2307] |
114 |
|
115 |
* Fri Feb 23 2007 Shad L. Lords <slords@mail.com> 1.2.0-10 |
116 |
- Don't include host if domain exists [SME: 2307] |
117 |
|
118 |
* Tue Feb 13 2007 Charlie Brady <charlie_brady@mitel.com> 1.2.0-9 |
119 |
- Gracefully handle differences in module names between apache |
120 |
versions. [SME: 2471] |
121 |
- Add logrotate changes which should have been in 1.2.0-7 (patch |
122 |
was provided but not applied). |
123 |
|
124 |
* Sat Jan 27 2007 Shad L. Lords <slords@mail.com> 1.2.0-8 |
125 |
- Remove proxypass fragment (now in e-smith-manager) |
126 |
|
127 |
* Sat Jan 27 2007 Shad L. Lords <slords@mail.com> 1.2.0-8 |
128 |
- Remove proxypass fragment (now in e-smith-manager) |
129 |
|
130 |
* Fri Jan 19 2007 Gordon Rowell <gordonr@gormand.com.au> 1.2.0-7 |
131 |
- Move logrotate fragments from e-smith-base. |
132 |
|
133 |
* Thu Dec 21 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.0-6 |
134 |
- Add support for optional modSSL{CertificateChainFile} [SME: 1779] |
135 |
|
136 |
* Thu Dec 07 2006 Shad L. Lords <slords@mail.com> |
137 |
- Update to new release naming. No functional changes. |
138 |
- Make Packager generic |
139 |
|
140 |
* Wed Nov 29 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.0-04 |
141 |
- Revert last change [SME: 2109] |
142 |
- TODO: Split dev stream for that change |
143 |
- Add Conflicts for latest e-smith-manager dev stream |
144 |
|
145 |
* Wed Nov 08 2006 Charlie Brady <charlie_brady@mitel.com> 1.2.0-03 |
146 |
- Remove manager proxy pass fragment - moved to e-smith-manager. |
147 |
|
148 |
* Sat Jul 15 2006 Charlie Brady <charlie_brady@mitel.com> 1.2.0-02 |
149 |
- Add ProxyPassReverse directives to allow redirects to work for proxy- |
150 |
passed virtual domains. Also proxy pass https to https. [SME: 1735] |
151 |
|
152 |
* Tue Mar 14 2006 Charlie Brady <charlie_brady@mitel.com> 1.2.0-01 |
153 |
- Roll stable stream version. [SME: 1016] |
154 |
|
155 |
* Mon Mar 13 2006 Charlie Brady <charlie_brady@mitel.com> 1.1.2-37 |
156 |
- Fix lookup of 'httpd' props in a few templates. Service name is |
157 |
httpd-e-smith. [SME: 1029] |
158 |
|
159 |
* Fri Feb 10 2006 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-36 |
160 |
- Deny access to files starting with .ht typically |
161 |
.htaccess and .htpasswd [SME: 716] |
162 |
|
163 |
* Tue Jan 31 2006 Gavin Weight <gweight@gmail.com> 1.1.2-35 |
164 |
- Change modPerl from enabled to disabled [SME: 575] |
165 |
|
166 |
* Fri Jan 6 2006 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-34 |
167 |
- Add SVG filetype [SME: 374] |
168 |
|
169 |
* Thu Dec 15 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-33 |
170 |
- And relocate the modSSL{CipherSuite} default to e-smith-base with |
171 |
the other modSSL defaults [SME: 194] |
172 |
|
173 |
* Thu Dec 15 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-32 |
174 |
- Change default CipherSuite [SME: 194] |
175 |
Was: ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:-LOW:+SSLv2:-EXP |
176 |
Is: ALL:!aNULL:!ADH:!eNULL:!LOW:!EXP:RC4+RSA:+HIGH:+MEDIUM |
177 |
|
178 |
* Thu Dec 15 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-31 |
179 |
- Moved SSL CipherSuite into db default - modSSL{CipherSuite} [SME: 194] |
180 |
|
181 |
* Thu Dec 15 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-30 |
182 |
- Remove inode from FileETag response [SME: 198] |
183 |
|
184 |
* Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-29 |
185 |
- Use literal HERE document to ensure braces in TRACE/TRACK rewrite [SME: 196] |
186 |
|
187 |
* Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-28 |
188 |
- Add type for XSL stylesheet (.xsl) files [SME: 76] |
189 |
|
190 |
* Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-27 |
191 |
- Bump release number only |
192 |
|
193 |
* Wed Aug 17 2005 Charlie Brady <charlieb@e-smith.com> |
194 |
- [1.1.2-26] |
195 |
- Add content from e-smith-apache-proxy, to enable apache to |
196 |
also operate as a non-caching proxy server. Add Obsoletes: |
197 |
header to ensure e-smith-apache-proxy RPM is removed on |
198 |
upgrade. |
199 |
|
200 |
* Tue Aug 9 2005 Shad Lords <slords@mail.com> |
201 |
- [1.1.2-25] |
202 |
- Add directive for icons directory |
203 |
- Fix newlines left on end of icons template |
204 |
- Update server aliases to reference all local hosts [SF: 1246172] |
205 |
|
206 |
* Wed Aug 3 2005 Shad Lords <slords@mail.com> |
207 |
- [1.1.2-24] |
208 |
- Fix Rewrite rule to include trailing stuff |
209 |
|
210 |
* Wed Aug 3 2005 Shad Lords <slords@mail.com> |
211 |
- [1.1.2-23] |
212 |
- Update ProxyPass to use httpd-admin{TCPPort} [SF: 1246986] |
213 |
|
214 |
* Wed Jul 27 2005 Charlie Brady <charlieb@e-smith.com> |
215 |
- [1.1.2-22] |
216 |
- Disable HTTP TRACK and TRACE in each VirtualDomain (patch by Gordon |
217 |
Rowell, with some further work by Shad Lords). [SF: 1240658] |
218 |
|
219 |
* Wed Jul 27 2005 Gordon Rowell <gordonr@gormand.com.au> |
220 |
- [1.1.2-21] |
221 |
- Disable all low grade ciphers for SSL. [SF: 1240654] |
222 |
|
223 |
* Tue Jul 19 2005 Charlie Brady <charlieb@e-smith.com> |
224 |
- [1.1.2-20] |
225 |
- Don't load userdir module by default. It's not used, and causes |
226 |
Nessus to complain. [SF: 1240657] |
227 |
|
228 |
* Mon Jul 18 2005 Charlie Brady <charlieb@e-smith.com> |
229 |
- [1.1.2-19] |
230 |
- Patch from Shad: update rewrite and ProxyPass stuff for manager URLs. |
231 |
[SF: 1172203] |
232 |
|
233 |
* Mon Jul 18 2005 Charlie Brady <charlieb@e-smith.com> |
234 |
- [1.1.2-18] |
235 |
- Add GPL COPYING file. |
236 |
|
237 |
* Mon Jul 18 2005 Charlie Brady <charlieb@e-smith.com> |
238 |
- [1.1.2-17] |
239 |
- Clean up apache templates to use current DB interfaces. |
240 |
- Make sure the single host ValidFrom specs for proxypass doesn't |
241 |
upset apache. |
242 |
|
243 |
* Tue Jun 21 2005 Charlie Brady <charlieb@e-smith.com> |
244 |
- [1.1.2-16] |
245 |
- Make sure that DocumentRoot directory exists - latest apache2 |
246 |
will not start up if not. |
247 |
|
248 |
* Fri Jun 17 2005 Charlie Brady <charlieb@e-smith.com> |
249 |
- [1.1.2-15] |
250 |
- Do graceful restart of apache in domain-*, in case domain->ibay |
251 |
assignments have changed. [SF: 1222433] |
252 |
|
253 |
* Wed Jun 8 2005 Charlie Brady <charlieb@e-smith.com> |
254 |
- [1.1.2-14] |
255 |
- Add rewrite fragment for httpd.conf to disable TRACE and TRACK |
256 |
requests. |
257 |
|
258 |
* Fri May 27 2005 Charlie Brady <charlieb@e-smith.com> |
259 |
- [1.1.2-13] |
260 |
- Add support for TemplatePath => ProxyPassVirtualHost entries |
261 |
in domains db. |
262 |
|
263 |
* Fri May 27 2005 Charlie Brady <charlieb@e-smith.com> |
264 |
- [1.1.2-12] |
265 |
- Bring ProxyPass fragment up to latest e-smith-lib APIs. |
266 |
|
267 |
* Fri May 27 2005 Charlie Brady <charlieb@e-smith.com> |
268 |
- [1.1.2-11] |
269 |
- Remove ProxyPass support for various deprecated URIs. [SF: 1172203] |
270 |
- Add content of e-smith-proxypass RPM. Add Obsoletes: header. |
271 |
|
272 |
* Wed Mar 30 2005 Charlie Brady <charlieb@e-smith.com> |
273 |
- [1.1.2-10] |
274 |
- Add default TCPPort property to httpd-e-smith, so that correct |
275 |
hole is punched in firewall. |
276 |
|
277 |
* Mon Mar 21 2005 Charlie Brady <charlieb@e-smith.com> |
278 |
- [1.1.2-09] |
279 |
- Remove mangling of syslog and apache log filenames - just |
280 |
retargeting the symlinks has the same effect. [MN00064132] |
281 |
|
282 |
* Sun Mar 20 2005 Charlie Brady <charlieb@e-smith.com> |
283 |
- [1.1.2-08] |
284 |
- Remove logrotate-httpd which is obsoleted by generic_template_expand. |
285 |
|
286 |
* Wed Mar 16 2005 Charlie Brady <charlieb@e-smith.com> |
287 |
- [1.1.2-07] |
288 |
- Fix dangling symlink in ibay-create. [MN00065576] |
289 |
|
290 |
* Mon Mar 14 2005 Charlie Brady <charlieb@e-smith.com> |
291 |
- [1.1.2-06] |
292 |
- Use generic_template_expand action where possible, in place |
293 |
of specific actions. Update e-smith-lib dependency. [MN00064130] |
294 |
- Replace all restart-* and most reload-* actions with calls to 'adjust-services'. |
295 |
Update e-smith-lib version dependency. [MN00065576] |
296 |
|
297 |
* Tue Feb 22 2005 Charlie Brady <charlieb@e-smith.com> |
298 |
- [1.1.2-05] |
299 |
- Don't attempt to configure httpd.conf in post-install and post-upgrade. |
300 |
[MN00065717] |
301 |
|
302 |
* Tue Jan 25 2005 Charlie Brady <charlieb@e-smith.com> |
303 |
- [1.1.2-04] |
304 |
- Remove stray ServiceLink sylinks. [MN00064757] |
305 |
|
306 |
* Tue Dec 28 2004 Charlie Brady <charlieb@e-smith.com> |
307 |
- [1.1.2-03] |
308 |
- Add "chpst -P" to httpd-e-smith run script, to protect runsv/supervise |
309 |
from term signals (wrongly) relayed by apache. [charlieb MN00051144] |
310 |
|
311 |
* Fri Dec 24 2004 Charlie Brady <charlieb@e-smith.com> |
312 |
- [1.1.2-02] |
313 |
- Remove ValidFrom defaults fragment for httpd-admin - as it duplicates |
314 |
one in e-smith-base. [MN00062533] |
315 |
|
316 |
* Wed Nov 17 2004 Mark Knox <markk@e-smith.com> |
317 |
- [1.1.2-01] |
318 |
- Picking up new directory. MN00056429. |
319 |
|
320 |
* Wed Nov 17 2004 Mark Knox <markk@e-smith.com> |
321 |
- [1.1.1-03] |
322 |
- Added empty ValidFrom defaults fragment [markk MN00056429] |
323 |
|
324 |
* Tue Nov 9 2004 Charlie Brady <charlieb@e-smith.com> |
325 |
- [1.1.1-02] |
326 |
- Modify config and run script for compatibility with apache 2. Most of these |
327 |
changes were contributed by Shad Lords. [charlieb MN00051144] |
328 |
|
329 |
* Mon Oct 4 2004 Charlie Brady <charlieb@e-smith.com> |
330 |
- [1.1.1-01] |
331 |
- New development stream for apache 2 - 1.1.1 |
332 |
|
333 |
* Fri Sep 3 2004 Charlie Brady <charlieb@e-smith.com> |
334 |
- [1.1.0-23] |
335 |
- Clean BuildRequires. [charlieb MN00043055] |
336 |
|
337 |
* Tue Jul 13 2004 Michael Soulier <msoulier@e-smith.com> |
338 |
- [1.1.0-22] |
339 |
- Updated modPerl templates to remove use of esmith::config. |
340 |
[msoulier MN00039579] |
341 |
|
342 |
* Tue Jun 22 2004 Michael Soulier <msoulier@e-smith.com> |
343 |
- [1.1.0-21] |
344 |
- Added RewriteCond statements to previous RewriteRules to exclude localhost, |
345 |
so ssh port-forwarding is not broken. [msoulier MN00020885] |
346 |
|
347 |
* Fri Jun 18 2004 Tony Clayton <apc@e-smith.com> |
348 |
- [1.1.0-20] |
349 |
- Fix LoadModule fragment from last patch [tonyc 11348] |
350 |
|
351 |
* Mon Jun 14 2004 Tony Clayton <apc@e-smith.com> |
352 |
- [1.1.0-19] |
353 |
- Add modPerl service and httpd.conf templates [tonyc 11348] |
354 |
|
355 |
* Mon May 10 2004 Michael Soulier <msoulier@e-smith.com> |
356 |
- [1.1.0-18] |
357 |
- Adding rewrite rules to prevent plaintext access to the server manager. |
358 |
[msoulier MN00020885] |
359 |
|
360 |
* Thu May 6 2004 Michael Soulier <msoulier@e-smith.com> |
361 |
- [1.1.0-17] |
362 |
- Added httpd-admin's remoteaccess list to permissible networks for |
363 |
server-resources. [msoulier MN00024949] |
364 |
|
365 |
* Mon Feb 23 2004 Michael Soulier <msoulier@e-smith.com> |
366 |
- [1.1.0-16] |
367 |
- Backing-out last change. [msoulier dpar-21489] |
368 |
|
369 |
* Mon Feb 23 2004 Michael Soulier <msoulier@e-smith.com> |
370 |
- [1.1.0-15] |
371 |
- Added restart-httpd-graceful to domain-* events. [msoulier dpar-21489] |
372 |
|
373 |
* Wed Feb 18 2004 Michael Soulier <msoulier@e-smith.com> |
374 |
- [1.1.0-14] |
375 |
- Updating requires to e-smith-daemontools. [msoulier 7629] |
376 |
|
377 |
* Wed Feb 18 2004 Michael Soulier <msoulier@e-smith.com> |
378 |
- [1.1.0-13] |
379 |
- Updating restart-httpd-graceful to use new daemontools sigusr1 option. |
380 |
[msoulier 7629] |
381 |
|
382 |
* Wed Jan 21 2004 Michael Soulier <msoulier@e-smith.com> |
383 |
- [1.1.0-12] |
384 |
- Staggering the symlinks a little farther. [msoulier 9955] |
385 |
|
386 |
* Wed Jan 21 2004 Michael Soulier <msoulier@e-smith.com> |
387 |
- [1.1.0-11] |
388 |
- Adding symlinks to the service-domain-create event for httpd restart. |
389 |
[msoulier 9955] |
390 |
|
391 |
* Tue Dec 9 2003 Michael Soulier <msoulier@e-smith.com> |
392 |
- [1.1.0-10] |
393 |
- Fixed another error in the specfile, resulting in incorrect file |
394 |
permissions. [msoulier 7629] |
395 |
- Updated action scripts for supervise. [msoulier 7629] |
396 |
|
397 |
* Tue Dec 9 2003 Michael Soulier <msoulier@e-smith.com> |
398 |
- [1.1.0-09] |
399 |
- Fixed an error in the specfile. [msoulier 7629] |
400 |
|
401 |
* Tue Dec 9 2003 Michael Soulier <msoulier@e-smith.com> |
402 |
- [1.1.0-08] |
403 |
- Updated createlinks for daemontools. [msoulier 7629] |
404 |
|
405 |
* Tue Dec 9 2003 Michael Soulier <msoulier@e-smith.com> |
406 |
- [1.1.0-07] |
407 |
- Putting httpd-e-smith under supervision. [msoulier 7629] |
408 |
|
409 |
* Thu Sep 18 2003 Michael Soulier <msoulier@e-smith.com> |
410 |
- [1.1.0-06] |
411 |
- Added a null-string return value to the end of 00Setup, ensure no output |
412 |
from that fragment. [msoulier 9803] |
413 |
|
414 |
* Wed Sep 3 2003 Charlie Brady <charlieb@e-smith.com> |
415 |
- [1.1.0-05] |
416 |
- Use implementation class, not virtual class in VirtualHosts/00Setup fragment. |
417 |
[charlieb 9803] |
418 |
|
419 |
* Wed Sep 3 2003 Michael Soulier <msoulier@e-smith.com> |
420 |
- [1.1.0-04] |
421 |
- Added a 75AddType05.exe fragment to specify a proper mime-type for .exe |
422 |
files. [msoulier 9866] |
423 |
|
424 |
* Fri Aug 29 2003 Charlie Brady <charlieb@e-smith.com> |
425 |
- [1.1.0-03] |
426 |
- Allow TemplatePath property in domain record to specify an alternate template |
427 |
subdir for virtual host content specification (e.g. to proxypass a domain). |
428 |
[charlieb 8409] |
429 |
|
430 |
* Fri Aug 29 2003 Charlie Brady <charlieb@e-smith.com> |
431 |
- [1.1.0-02] |
432 |
- Changed the VirtualHosts subtemplate to pass the domain object instead of db handle, |
433 |
and modified VirtualHosts/00Setup fragment to convert it to the right class. |
434 |
Fix scoping problem with the blessed object. [charlieb 9803] |
435 |
|
436 |
* Fri Aug 29 2003 Michael Soulier <msoulier@e-smith.com> |
437 |
- [1.1.0-01] |
438 |
- rolling to dev stream - 1.1.0 |
439 |
|
440 |
* Fri Aug 29 2003 Michael Soulier <msoulier@e-smith.com> |
441 |
- [1.0.0-04] |
442 |
- Added a 00Setup fragment to VirtualHosts to process the %domainsdb hash back |
443 |
into an esmith::DomainsDB object. [msoulier 9803] |
444 |
|
445 |
* Mon Aug 25 2003 Michael Soulier <msoulier@e-smith.com> |
446 |
- [1.0.0-03] |
447 |
- Added a reference to the domains db in the extra data for processing the |
448 |
VirtualHosts fragments. [msoulier 9803] |
449 |
|
450 |
* Fri Aug 1 2003 Michael Soulier <msoulier@e-smith.com> |
451 |
- [1.0.0-02] |
452 |
- Fixed a precedence error that broke virtual hosts in apache. |
453 |
[msoulier 9640] |
454 |
|
455 |
* Wed Jul 9 2003 Charlie Brady <charlieb@e-smith.com> |
456 |
- [1.0.0-01] |
457 |
- Setting to release version number - 1.0.0 |
458 |
|
459 |
* Wed Jul 9 2003 Michael Soulier <msoulier@e-smith.com> |
460 |
- [0.2.0-04] |
461 |
- Fixed breakage in admin web server when a local network with a 32-bit subnet |
462 |
mask is used. [msoulier 9259] |
463 |
|
464 |
* Thu Jul 3 2003 Charlie Brady <charlieb@e-smith.com> |
465 |
- [0.2.0-03] |
466 |
- Fix log noise problem in expansion of httpd.conf template. [charlieb 9269] |
467 |
|
468 |
* Wed Jul 2 2003 Charlie Brady <charlieb@e-smith.com> |
469 |
- [0.2.0-02] |
470 |
- List primary domain as first (default) virtual domain in apache config. |
471 |
Include $SystemName.domain.name in ServerAlias directive. [charlieb 9241] |
472 |
|
473 |
* Thu Jun 26 2003 Charlie Brady <charlieb@e-smith.com> |
474 |
- [0.2.0-01] |
475 |
- Changing version to stable stream number - 0.2.0 |
476 |
|
477 |
* Thu Jun 12 2003 Gordon Rowell <gordonr@e-smith.com> |
478 |
- [0.1.2-01] |
479 |
- Add order to migrate fragments [gordonr 9015] |
480 |
|
481 |
* Wed Jun 11 2003 Gordon Rowell <gordonr@e-smith.com> |
482 |
- [0.1.1-02] |
483 |
- Fixed Conflicts header - should be <, not <= [gordonr 8903] |
484 |
|
485 |
* Fri Jun 6 2003 Gordon Rowell <gordonr@e-smith.com> |
486 |
- [0.1.1-01] |
487 |
- Shuffled some httpd.conf fragments to e-smith-ibays [gordonr 8903] |
488 |
|
489 |
* Wed May 28 2003 Michael Soulier <msoulier@e-smith.com> |
490 |
- [0.1.0-19] |
491 |
- Moving httpd-e-smith init script to e-smith-apache. [msoulier 8852] |
492 |
|
493 |
* Tue Apr 29 2003 Gordon Rowell <gordonr@e-smith.com> |
494 |
- [0.1.0-18] |
495 |
- Do an explicit die if the httpd-e-smith record is missing from the |
496 |
config db, rather than an implicit die due to an invalid object |
497 |
reference [gordonr 8609] |
498 |
|
499 |
* Wed Apr 9 2003 Gordon Rowell <gordonr@e-smith.com> |
500 |
- [0.1.0-17] |
501 |
- Relocated conf-httpd from e-smith-base [gordonr 8150] |
502 |
|
503 |
* Fri Apr 4 2003 Mark Knox <markk@e-smith.com> |
504 |
- [0.1.0-16] |
505 |
- Moved restart-httpd-* actions from base [markk 5509] |
506 |
|
507 |
* Fri Apr 4 2003 Mark Knox <markk@e-smith.com> |
508 |
- [0.1.0-15] |
509 |
- Moved db config fragments here from e-smith-base [markk 5509] |
510 |
|
511 |
* Tue Apr 1 2003 Gordon Rowell <gordonr@e-smith.com> |
512 |
- [0.1.0-14] |
513 |
- Make /server-resources/ browsable from LAN [gordonr 6620] |
514 |
|
515 |
* Tue Apr 1 2003 Gordon Rowell <gordonr@e-smith.com> |
516 |
- [0.1.0-13] |
517 |
- Delete Apache ReadmeName directive [gordonr 6313] |
518 |
|
519 |
* Tue Apr 1 2003 Gordon Rowell <gordonr@e-smith.com> |
520 |
- [0.1.0-12] |
521 |
- Fixed broken conf-httpd-e-smith links in post-{install,upgrade} [gordonr 7960] |
522 |
|
523 |
* Tue Mar 18 2003 Lijie Deng <lijied@e-smith.com> |
524 |
- [0.1.0-11] |
525 |
- Deleted ./etc/httpd/conf/httpd.conf/template-begin |
526 |
deleted ./etc/httpd/conf/srm.conf/template-begin |
527 |
deleted ./etc/httpd/conf/access.conf/template-begin [lijied 3295] |
528 |
|
529 |
* Mon Mar 17 2003 Lijie Deng <lijied@e-smith.com> |
530 |
- [0.1.0-10] |
531 |
- Delete empty template-end file [lijied 3295] |
532 |
|
533 |
* Wed Mar 12 2003 Charlie Brady <charlieb@e-smith.com> |
534 |
- [0.1.0-09] |
535 |
- Remove more references to primary and wwwpublic in favour |
536 |
of the "Primary" i-bay. There is still some special case code, |
537 |
which might go later if it turns out not to be needed. |
538 |
[charlieb 5652] |
539 |
|
540 |
* Tue Mar 11 2003 Mark Knox <markk@e-smith.com> |
541 |
- [0.1.0-08] |
542 |
- Fixed a missing quote in 27ManagerProxyPass [markk 7635] |
543 |
|
544 |
* Tue Mar 11 2003 Gordon Rowell <gordonr@e-smith.com> |
545 |
- [0.1.0-07] |
546 |
- Pass externalSSLAccess and localAccess to VirtualDomains fragments so they don't |
547 |
need to recalculate these values [gordonr 7635] |
548 |
- Use early return from 27ManagerProxyPass and new DB interface [gordonr 7635] |
549 |
|
550 |
* Mon Mar 10 2003 Charlie Brady <charlieb@e-smith.com> |
551 |
- [0.1.0-06] |
552 |
- Remove special case handling for /home/e-smith/files/primary in Apache |
553 |
configuration. Migrate code and db entries for wwwpublic to Public. |
554 |
[charlieb 5652] |
555 |
|
556 |
* Fri Mar 7 2003 Charlie Brady <charlieb@e-smith.com> |
557 |
- [0.1.0-05] |
558 |
- Replace deprecated CONFREF with MORE_DATA in processTemplate call in |
559 |
VirtualHosts fragment of httpd.conf templates. Fixes template |
560 |
expansion breakage (I'm not sure what broke it, but this fixes it.) |
561 |
[charlieb] |
562 |
- Add default config db fragments to set type and status. Remove redundant |
563 |
conf-httpd-e-smith script. [charlieb 1507] |
564 |
|
565 |
* Fri Jan 24 2003 Gordon Rowell <gordonr@e-smith.com> |
566 |
- [0.1.0-04] |
567 |
- Move SSL initialisation to global context [gordonr 1432] |
568 |
|
569 |
* Fri Jan 24 2003 Gordon Rowell <gordonr@e-smith.com> |
570 |
- [0.1.0-03] |
571 |
- Use default SSL certificate of $SystemName.$DomainName [gordonr 4874] |
572 |
|
573 |
* Wed Jan 8 2003 Mark Knox <markk@e-smith.com> |
574 |
- [0.1.0-02] |
575 |
- Added conf-httpd-e-smith action linked to the same events as conf-startup |
576 |
in e-smith-base [markk 6428] |
577 |
|
578 |
* Mon Jan 06 2003 Mark Knox <m_knox@mitel.com> |
579 |
- [0.1.0-01] |
580 |
- Initial release, split out from e-smith-base [markk 6428] |
581 |
|
582 |
%prep |
583 |
%setup |
584 |
%patch1 -p1 |
585 |
%patch2 -p1 |
586 |
%patch3 -p1 |
587 |
%patch4 -p1 |
588 |
%patch5 -p1 |
589 |
|
590 |
%build |
591 |
perl createlinks |
592 |
|
593 |
%install |
594 |
rm -rf $RPM_BUILD_ROOT |
595 |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
596 |
|
597 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
598 |
--dir /var/service/httpd-e-smith 'attr(01755,root,root)' \ |
599 |
--file /var/service/httpd-e-smith/down 'attr(0644,root,root)' \ |
600 |
--file /var/service/httpd-e-smith/run 'attr(0755,root,root)' \ |
601 |
> e-smith-%{version}-filelist |
602 |
|
603 |
echo "%doc COPYING" >> e-smith-%{version}-filelist |
604 |
|
605 |
%clean |
606 |
rm -rf $RPM_BUILD_ROOT |
607 |
|
608 |
%files -f e-smith-%{version}-filelist |
609 |
%defattr(-,root,root) |