/[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.6 - (hide annotations) (download)
Wed Dec 11 03:42:30 2019 UTC (4 years, 6 months ago) by jpp
Branch: MAIN
CVS Tags: e-smith-apache-2_6_0-3_el7_sme
Changes since 1.5: +8 -2 lines
* Tue Dec 10 2019 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-3.sme
- update apache icon path [SME: 9591]

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

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