/[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.18 - (hide annotations) (download)
Sun Jan 17 20:53:26 2016 UTC (8 years, 5 months ago) by vip-ire
Branch: MAIN
CVS Tags: e-smith-apache-2_4_0-15_el6_sme, HEAD
Changes since 1.17: +7 -2 lines
* Sun Jan 17 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-15.sme
- Hook into the new ssl-update event [SME: 9152]

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

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