/[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.17 - (hide annotations) (download)
Fri Jan 8 08:16:54 2016 UTC (8 years, 5 months ago) by vip-ire
Branch: MAIN
CVS Tags: e-smith-apache-2_4_0-14_el6_sme
Changes since 1.16: +3 -3 lines
Fix dates in changelog

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

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