/[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.14 - (hide annotations) (download)
Sat Jun 27 20:46:34 2020 UTC (3 years, 11 months ago) by jpp
Branch: MAIN
CVS Tags: e-smith-apache-2_6_0-11_el7_sme
Changes since 1.13: +5 -2 lines
* Sat Jun 27 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-11.sme
- set default SSLStrictSNIVHostCheck to off [SME: 8693]

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

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