/[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.8 - (hide annotations) (download)
Sat May 2 03:05:56 2020 UTC (4 years, 1 month ago) by jpp
Branch: MAIN
CVS Tags: e-smith-apache-2_6_0-5_el7_sme
Changes since 1.7: +8 -2 lines
* Fri May 01 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-5.sme
- disable TLSv1 TLSv1.1 by default [SME: 10459]
- put strong ciphers first in default string

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

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