/[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.23 - (hide annotations) (download)
Sun Jul 24 02:24:48 2022 UTC (22 months, 3 weeks ago) by jpp
Branch: MAIN
CVS Tags: e-smith-apache-2_6_0-20_el7_sme
Changes since 1.22: +5 -2 lines
* Sun Jul 24 2022 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-20.sme
- removing mod_access_compat [SME: 9375]

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

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