/[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.24 - (hide annotations) (download)
Mon Jul 25 08:24:04 2022 UTC (23 months ago) by jpp
Branch: MAIN
CVS Tags: e-smith-apache-2_6_0-21_el7_sme
Changes since 1.23: +5 -2 lines
* Mon Jul 25 2022 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-21.sme
- reverting last change [SME: 9375]

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

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