/[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.21 - (hide annotations) (download)
Sat Feb 19 04:46:05 2022 UTC (2 years, 4 months ago) by jpp
Branch: MAIN
CVS Tags: e-smith-apache-2_6_0-18_el7_sme
Changes since 1.20: +4 -3 lines
* Fri Feb 18 2022 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-18.sme
- use logrotate.d instead of event action [SME: 11867]
  use size to force log rotate before normal delay

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

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