/[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.12 - (show annotations) (download)
Sat Jun 27 17:26:20 2020 UTC (3 years, 11 months ago) by jpp
Branch: MAIN
CVS Tags: e-smith-apache-2_6_0-9_el7_sme
Changes since 1.11: +8 -2 lines
* Sat Jun 27 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-9.sme
- port 80 and 443 should not be hardcoded [SME: 9192]
- e-smith-apache removing hardcoded ports [SME: 10966]

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

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