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

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

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


Revision 1.3 - (show annotations) (download)
Sat Feb 6 08:53:30 2016 UTC (8 years, 4 months ago) by stephdl
Branch: MAIN
CVS Tags: e-smith-apache-2_6_1-2_el7_sme
Changes since 1.2: +6 -2 lines
* Sat Feb 6 2016 stephane de Labrusse <stephdl@de-labrusse.fr>  2.6.1-2.sme
- Corrected the problem of hard symlink in archive by a symlink creation
- in the createlinks [SME: 9215]

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

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