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

Annotation 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.10 - (hide annotations) (download)
Sun May 3 02:07:56 2020 UTC (4 years, 1 month ago) by jpp
Branch: MAIN
CVS Tags: e-smith-apache-2_6_0-7_el7_sme
Changes since 1.9: +4 -4 lines
* Fri May 01 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-7.sme
- disable TLSv1 TLSv1.1 by default [SME: 10459]
  * put strong ciphers first in default string
  * cipher order and properties with periods

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

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