/[smeserver]/rpms/e-smith-apache/sme10/e-smith-apache.spec
ViewVC logotype

Contents 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.19 - (show annotations) (download)
Mon Nov 15 18:10:58 2021 UTC (2 years, 7 months ago) by jpp
Branch: MAIN
CVS Tags: e-smith-apache-2_6_0-16_el7_sme
Changes since 1.18: +8 -2 lines
* Mon Nov 15 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-16.sme
- add modules ldap authnz_ldap and proxy_wstunnel [SME: 11760]
  previously provided by webapps-common

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

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