/[smeserver]/rpms/e-smith-apache/sme9/e-smith-apache.spec
ViewVC logotype

Contents of /rpms/e-smith-apache/sme9/e-smith-apache.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.11 - (show annotations) (download)
Fri Oct 24 10:40:50 2014 UTC (9 years, 8 months ago) by vip-ire
Branch: MAIN
CVS Tags: e-smith-apache-2_4_0-10_el6_sme
Changes since 1.10: +7 -2 lines
* Fri Oct 24 2014 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-10.sme
- Mitigate CVE-2012-4929 [SME: 8613]

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

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed