/[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.7 - (show annotations) (download)
Sat May 2 01:41:57 2020 UTC (4 years, 1 month ago) by jpp
Branch: MAIN
CVS Tags: e-smith-apache-2_6_0-4_el7_sme
Changes since 1.6: +7 -2 lines
* Fri May 01 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-4.sme
- add SSLHonorCipherOrder Directive  [SME: 10916]

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

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