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

Annotation of /rpms/e-smith-apache/sme9/e-smith-apache.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.15 - (hide annotations) (download)
Wed Jan 6 15:28:13 2016 UTC (8 years, 5 months ago) by vip-ire
Branch: MAIN
CVS Tags: e-smith-apache-2_4_0-13_el6_sme
Changes since 1.14: +7 -2 lines
* Wed Jan 6 2015 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-13.sme
- Disable TLSv1 [SME: 9154]

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

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