/[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.20 - (hide annotations) (download)
Sat Feb 19 03:54:20 2022 UTC (2 years, 4 months ago) by jpp
Branch: MAIN
CVS Tags: e-smith-apache-2_6_0-17_el7_sme
Changes since 1.19: +7 -2 lines
* Fri Feb 18 2022 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-17.sme
- use logrotate.d instead of event action [SME: 11867]

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

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