/[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.13 - (show annotations) (download)
Sat Jun 27 19:27:40 2020 UTC (3 years, 11 months ago) by jpp
Branch: MAIN
CVS Tags: e-smith-apache-2_6_0-10_el7_sme
Changes since 1.12: +7 -2 lines
* Sat Jun 27 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-10.sme
- add SNI support for individual certificates per VirtualHosts [SME: 8693]

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

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