/[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.11 - (show annotations) (download)
Tue Jun 23 18:42:24 2020 UTC (3 years, 11 months ago) by jpp
Branch: MAIN
CVS Tags: e-smith-apache-2_6_0-8_el7_sme
Changes since 1.10: +7 -2 lines
* Tue Jun 23 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-8.sme
- remove php3 and php4 refs [SME: 10867]

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

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