/[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.4 - (show annotations) (download)
Sun Feb 7 10:54:50 2016 UTC (8 years, 4 months ago) by vip-ire
Branch: MAIN
CVS Tags: e-smith-apache-2_6_0-1_el7_sme
Changes since 1.3: +3 -7 lines
Reert to 2.6.0

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

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