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

Contents of /rpms/e-smith-manager/sme10/e-smith-manager.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.33 - (show annotations) (download)
Fri Dec 20 19:41:05 2019 UTC (4 years, 5 months ago) by michel
Branch: MAIN
CVS Tags: e-smith-manager-2_8_0-30_el7_sme
Changes since 1.32: +7 -2 lines
* Wed Dec 18 2019 Michel Begue <mab974@gmail.com> 2.8.0-29.sme
- Add a FollowSymlinks for user-password in password/cgi-bin (perl-suid) [SME: 9677]

1 # $Id: e-smith-manager.spec,v 1.32 2019/12/11 03:38:35 jpp Exp $
2
3 Summary: e-smith manager navigation module
4 %define name e-smith-manager
5 Name: %{name}
6 %define version 2.8.0
7 %define release 30
8 Version: %{version}
9 Release: %{release}%{?dist}
10 License: GPL
11 Group: Networking/Daemons
12 Source: %{name}-%{version}.tar.xz
13 Patch0: e-smith-manager-2.8.0-fixsyntax.patch
14 Patch1: e-smith-manager-2.8.0-manager_suid_wrapper.patch
15 Patch2: e-smith-manager-2.8.0-fix_logout.patch
16 Patch3: e-smith-manager-2.8.0-newTKTsyntax.patch
17 Patch4: e-smith-manager-2.8.0-no_index_for_manager_common.patch
18 Patch5: e-smith-manager-2.8.0-koozali.org
19 Patch6: e-smith-manager-2.8.0-Koozali_manager.patch
20 Patch7: e-smith-manager-2.8.0-bz9924-badredirection.patch
21 Patch8: e-smith-manager-2.8.0-bz9921-timeout.patch
22 Patch9: e-smith-manager-2.8.0-bz10167-emptyback.patch
23 Patch10: e-smith-manager-2.8.0-bz10209-unitializedUsername.patch
24 Patch11: e-smith-manager-2.8.0-bz8783-bugreport.patch
25 Patch12: e-smith-manager-2.8.0-bz10170-SME10eol.patch
26 Patch13: e-smith-manager-2.8.0-bz9591-iconspath.patch
27 Patch14: e-smith-manager-2.8.0-bz9677_password_followsymlinks.patch
28
29 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
30 BuildRequires: e-smith-devtools
31 BuildRequires: gettext
32 BuildRequires: gcc
33 Requires: e-smith-lib >= 1.18.0-26
34 Requires: mod_auth_tkt
35 Requires: pwauth
36 Requires: perl(Apache::AuthTkt)
37 Provides: server-manager
38 AutoReqProv: no
39
40 %changelog
41 * Wed Dec 18 2019 Michel Begue <mab974@gmail.com> 2.8.0-29.sme
42 - Add a FollowSymlinks for user-password in password/cgi-bin (perl-suid) [SME: 9677]
43
44 * Tue Dec 10 2019 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-29.sme
45 - update apache icon path [SME: 9591]
46
47 * Sun Feb 04 2018 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-28.sme
48 - add message to indicate EOL after Jun 30 2024 fix [SME: 10170]
49
50 * Sun Apr 16 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-26.sme
51 - add a panel to ease reporting bugs [SME: 8783]
52 - Original work from Mats Schuh m.schuh@neckargeo.net
53
54 * Wed Apr 05 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-20.sme
55 - fix warning uninitialized value in lc [SME: 10209]
56
57 * Mon Mar 27 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-19.sme
58 - fix typo in e-smith-manager-2.8.0-bz10167-emptyback.patch
59
60 * Sat Mar 25 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-18.sme
61 - avoid internal server error if empty back parameter [SME: 10167]
62 - return user friendly message
63
64 * Sat Mar 25 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-17.sme
65 - fix too short timeout in server-manager [SME: 9921]
66 - now 30 min as default instead of 5
67 - possibility to change this and adapt the default 0.66 of timeout remaining to reset it
68 - by default only a session cookie, can activate persistent cookie
69 - sha256 as encryption.
70
71 * Mon Jan 16 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-15.sme
72 - fix bad redirection parameter that might reveal session information to remote site [SME: 9924]
73
74 * Tue Jul 19 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-13.sme
75 - added missing template-begin for tkt.css [SME: 9676]
76
77 * Tue Jul 19 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-12.sme
78 - Update server-manager to Koozali branding [SME: 9676]
79 - We thanks John Crisp for his wonderful work.
80
81 * Wed Jun 15 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-11.sme
82 - change link for donation to koozali.org [SME: 9599]
83
84 * Wed Jun 15 2016 Daniel Berteaud <daniel@firewall-services.com> 2.8.0-10.sme
85 - Fix syntax for removing Indexes options [SME: 9587]
86
87 * Wed Jun 15 2016 Daniel Berteaud <daniel@firewall-services.com> 2.8.0-9.sme
88 - Remove index option for manager's resources [SME: 9587]
89
90 * Mon Jun 13 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-8.sme
91 - fix 307 redirection to http when https is used [SME: 8825] [SME: 9583]
92 - update syntaxe for TKT Auth
93 - bump 8 for typo
94
95 * Wed Jun 1 2016 Daniel Berteaud <daniel@firewall-services.com> 2.8.0-6.sme
96 - Fix a syntax error in server-manager's logout script [SME: 9527]
97
98 * Wed May 11 2016 Daniel Berteaud <daniel@firewall-services.com> 2.8.0-5.sme
99 - Add a C wrapper to execute manager's cgi to replace perl-suid [SME: 9393]
100
101 * Wed Mar 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-4.sme
102 - fix syntax for httpd 2.4 [SME: 9365]
103
104 * Fri Mar 18 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-3.sme
105 - rebuild for Bug [SME: 9347]
106 - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
107 by assuming the date is correct and changing the weekday.
108 Wed Mar 14 2000 --> Wed Mar 08 2000 or Tue Mar 14 2000 or Wed Mar 15 2000 or ....
109 Wed Apr 04 2002 --> Wed Apr 03 2002 or Thu Apr 04 2002 or Wed Apr 10 2002 or ....
110 Tue May 15 2008 --> Tue May 13 2008 or Thu May 15 2008 or Tue May 20 2008 or ....
111
112 * Fri Mar 18 2016 Daniel Berteaud <daniel@firewall-services.com> 2.8.0-2.sme
113 - Don't require perl-suidperl anymore [SME: 9339]
114
115 * Fri Feb 05 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.8.0-1.sme
116 - Initial release to sme10
117
118 * Fri Feb 5 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-4.sme
119 - Really don't redirect to http when login in/out of the server-manager
120 [SME: 9163]
121
122 * Sun Jan 31 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-3.sme
123 - Don't redirect to http when login in/out of the server-manager from
124 localhost [SME: 9163]
125
126 * Tue Jan 6 2015 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-2.sme
127 - Allow access to the server-manager without SSL from the loopback
128 [SME: 9163]
129
130 * Sun Mar 23 2014 Ian Wells <esmith@wellsi.com> 2.6.0-1.sme
131 - Roll new stream to remove obsolete images [SME: 7962]
132
133 * Sun Mar 23 2014 Ian Wells <esmith@wellsi.com> 2.4.0-9.sme
134 - Remove references to obsolete images, by Stephane de Labrusse [SME: 7962]
135
136 * Fri Oct 11 2013 Ian Wells <esmith@wellsi.com> 2.4.0-8.sme
137 - Renew donation text in server-manager, by John Crisp [SME: 7897]
138
139 * Thu Jun 6 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-7.sme
140 - Do not load mod_ssl [SME: 7602]
141
142 * Wed Mar 6 2013 Shad L. Lords <slords@mail.com> 2.4.0-6.sme
143 - Correct path to pwauth [SME: 7319]
144
145 * Sat Feb 23 2013 Ian Wells <esmith@wellsi.com> 2.4.0-5.sme
146 - Correct processing of server-manager URL [SME: 7254]
147
148 * Thu Jan 31 2013 Shad L. Lords <slords@mail.com> 2.4.0-4.sme
149 - Fix typo in perl(Apache::AuthTkt) requires [SME: 7236]
150
151 * Thu Jan 31 2013 Shad L. Lords <slords@mail.com> 2.4.0-3.sme
152 - Add perl-suidperl dependency [SME: 7235]
153
154 * Thu Jan 31 2013 Shad L. Lords <slords@mail.com> 2.4.0-2.sme
155 - Add perl(Apache::AuthTkt) dependency [SME: 7236]
156
157 * Thu Jan 31 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme
158 - Roll new stream for sme9
159
160 * Sat Aug 7 2010 Ian Wells <esmith@wellsi.com> 2.2.0-6.sme
161 - Remove empty <p> tag from /etc/e-smith/web/common/foot.tmpl, by Daniel [SME: 5905]
162
163 * Sun Jan 31 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-5.sme
164 - Only display error messages intended for admin in server-manager [SME: 5700]
165
166 * Wed Dec 9 2009 Charlie Brady <charlieb@budge.apana.org.au> 2.2.0-4.sme
167 - Fix css validation errors. [SME: 5656]
168
169 * Fri Sep 18 2009 Stephen Noble <support@dungog.net> 2.2.0-4.sme
170 - display reconfigure warning once if UnsavedChanges=yes [SME: 5475]
171
172 * Fri Sep 18 2009 Stephen Noble <support@dungog.net> 2.2.0-3.sme
173 - display reconfigure warning if UnsavedChanges=yes [SME: 5475]
174
175 * Sun Apr 26 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-2.sme
176 - Fix misinterpretation of display string [SME: 5022]
177
178 * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme
179 - Roll new stream to separate sme7/sme8 trees [SME: 4633]
180
181 * Sat Oct 4 2008 Shad L. Lords <slords@mail.com> 1.14.0-20
182 - Make navigation use new db class for navigation [SME: 4619]
183
184 * Thu Jul 31 2008 Shad L. Lords <slords@mail.com> 1.14.0-19
185 - Make binmode properties of db class [SME: 4317]
186 - Add new navigation db & utf8 classes [SME: 4317]
187
188 * Tue Jul 1 2008 Shad L. Lords <slords@mail.com> 1.14.0-18
189 - Fix open of database to create if necessary [SME: 4147]
190
191 * Thu May 15 2008 Shad L. Lords <slords@mail.com> 1.14.0-17
192 Tue May 15 2008 --> Tue May 13 2008 or Thu May 15 2008 or Tue May 20 2008 or ....
193 - No longer remove navigation dbs. [SME: 4147]
194 - Deal a little more gracefully with non UTF-8 lexicons [SME: 4229]
195
196 * Mon Mar 31 2008 Shad L. Lords <slords@mail.com> 1.14.0-16
197 - Remove navigation dbs and create new [SME: 4147]
198
199 * Fri Mar 28 2008 Shad L. Lords <slords@mail.com> 1.14.0-15
200 - Remove last remnant of pleasewait [SME: 4130]
201
202 * Wed Mar 26 2008 Shad L. Lords <slords@mail.com> 1.14.0-14
203 - Include general lexicons in nav-config [SME: 4113]
204
205 * Tue Mar 25 2008 Shad L. Lords <slords@mail.com> 1.14.0-13
206 - Fix wide output to print in navigation and allow navigations db to
207 be utf8 [SME: 4101]
208
209 * Sat Mar 22 2008 Shad L. Lords <slords@mail.com> 1.14.0-12
210 - Fix UTF-8 encoding in header and nav-conf [SME: 4072]
211
212 * Tue Jan 08 2008 Stephen Noble <support@dungog.net> 1.14.0-11
213 - Fix to remove spaces and newlines in panel headers [SME: 3346]
214
215 * Tue Jan 08 2008 Stephen Noble <support@dungog.net> 1.14.0-10
216 - remove the FormMagick session files [SME: 3723]
217
218 * Tue Jan 08 2008 Stephen Noble <support@dungog.net> 1.14.0-9
219 - Remove spaces and newlines in panel headers [SME: 3346]
220
221 * Sun Jul 01 2007 Shad L. Lords <slords@mail.com> 1.14.0-8
222 - Make login/logout no quite so verbose. [SME: 2660]
223
224 * Fri May 18 2007 Shad L. Lords <slords@mail.com> 1.14.0-7
225 - Use correct lib for modules
226
227 * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
228 - Clean up spec so package can be built by koji/plague
229
230 * Mon Apr 9 2007 Stephen Noble <support@dungog.net> 1.14.0-6
231 - Convert http to https [SME: 2577]
232
233 * Mon Mar 12 2007 Gavin Weight <gweight@gmail.com> 1.14.0-5
234 - Restyle the SME Server manager login form. [SME: 2666]
235
236 * Mon Mar 05 2007 Shad L. Lords <slords@mail.com> 1.14.0-4
237 - Don't pass domain in ticket cookie (logout) unless it contains a dot [SME: 2402]
238
239 * Mon Mar 05 2007 Shad L. Lords <slords@mail.com> 1.14.0-3
240 - Don't pass domain in ticket cookie (login) unless it contains a dot [SME: 2402]
241
242 * Tue Feb 13 2007 Charlie Brady <charlie_brady@mitel.com> 1.14.0-2
243 - Deal gracefully with renamed apache modules. [SME: 2471]
244
245 * Fri Jan 26 2007 Shad L. Lords <slords@mail.com> 1.14.0-1
246 - Roll stable stream. [SME: 2328]
247
248 * Fri Jan 19 2007 Shad L. Lords <slords@mail.com> 1.13.1-13
249 - Create /etc/httpd/admin-conf directory
250
251 * Fri Jan 19 2007 Shad L. Lords <slords@mail.com> 1.13.1-12
252 - Move apache logrotate to e-smith-apache.
253 - Put quotes around 'httpd-admin' in hashes.
254
255 * Thu Jan 18 2007 Shad L. Lords <slords@mail.com> 1.13.1-11
256 - Move last httpd fragments from e-smith-base.
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 * Mon Nov 27 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.1-09
263 - Randomize string used for encrypting auth tickets.
264
265 * Tue Nov 21 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.1-08
266 - Add ProxyPassReverse entries for server-manager passthroughs, so that
267 redirects work correctly.
268
269 * Thu Nov 16 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.1-07
270 - Add basic L10N in navigation-conf.
271
272 * Wed Nov 15 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.1-06
273 - Avoid use of FormMagick in navigation-conf. TODO: fix I18N.
274
275 * Mon Nov 06 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.1-05
276 - Simplify the sorting code in navigation (so that I can understand
277 it).
278
279 * Mon Nov 06 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.1-04
280 - Simplify javascript, and remove use of pleasewait script.
281
282 * Mon Nov 06 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.1-03
283 - Move swapClass javascript out of standard header and into just
284 navigation.
285
286 * Fri Nov 03 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.1-02
287 - Use mod_auth_tkt authentication for server manager access.
288
289 * Thu Nov 02 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.1-01
290 - Add branch tag and roll new development version.
291
292 * Wed Nov 01 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.0-06
293 - Move httpd-admin and its configuration templates from e-smith-base RPM.
294 [SME: 2023]
295
296 * Wed Nov 01 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.0-05
297 - Move more server-manager components from e-smith-base RPM. [SME: 2023]
298
299 * Wed Nov 01 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.0-04
300 - Add manager header/footer templates (moved from e-smith-base)
301 [SME: 2023]
302
303 * Wed Aug 2 2006 Michael Soulier <msoulier@digitaltorque.ca>
304 - [1.13.0-03]
305 - Fixing broken db path in patch. [SME: 107]
306
307 * Wed Mar 29 2006 Michael Soulier <michael_soulier@mitel.com>
308 - [1.13.0-02]
309 - Forward porting arbitrary menu plugins. [SME: 107]
310
311 * Wed Mar 29 2006 Michael Soulier <michael_soulier@mitel.com>
312 - [1.13.0-01]
313 - Rolling to dev.
314 [SME: 107]
315
316 * Wed Mar 15 2006 Charlie Brady <charlie_brady@mitel.com> 1.12.0-01
317 - Roll stable stream version. [SME: 1016]
318
319 * Tue Jan 31 2006 Gordon Rowell <gordonr@gormand.com.au> 1.11.0-13
320 - Changed the static CSS files into directory templates, which are
321 expanded in bootstrap-console-save [SME: 408]
322
323 * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 1.11.0-12
324 - Bump release number only
325
326 * Sun Oct 16 2005 Gordon Rowell <gordonr@e-smith.com>
327 - [1.11.0-11]
328 - Removed "table-layout: fixed;" from sme_main.css [SF: 1299779]
329
330 * Sun Oct 16 2005 Gordon Rowell <gordonr@e-smith.com>
331 - [1.11.0-10]
332 - dos2unix conversion on CSS files [SF: 1299779]
333
334 * Wed Aug 17 2005 Charlie Brady <charlieb@e-smith.com>
335 - [1.11.0-09]
336 - Remove bogus "Provides: perl(I18N::AcceptLanguage)" header. [SF: 1262438]
337
338 * Thu Jun 9 2005 Charlie Brady <charlieb@e-smith.com>
339 - [1.11.0-08]
340 - Add newly required manager/cgi-bin/{navigation,noframes} symlinks.
341 [SF: 1217426]
342
343 * Tue Jun 7 2005 Charlie Brady <charlieb@e-smith.com>
344 - [1.11.0-07]
345 - Remove references to /etc/e-smith/web/panel/manager/common
346 [SF: 1172203, 1210715]
347
348 * Tue Sep 28 2004 Michael Soulier <msoulier@e-smith.com>
349 - [1.11.0-06]
350 - Updated perl dependencies. [msoulier MN00040240]
351
352 * Tue Jul 13 2004 Michael Soulier <msoulier@e-smith.com>
353 - [1.11.0-05]
354 - Added the sme_panel_menu.css file, for tabbed menu support. Added a link to
355 it in the standard header.
356 [msoulier MN00030141]
357
358 * Thu Feb 26 2004 Michael Soulier <msoulier@e-smith.com>
359 - [1.11.0-04]
360 - Backed-out previous change. It was better before. [msoulier dpar-22042]
361
362 * Thu Feb 26 2004 Michael Soulier <msoulier@e-smith.com>
363 - [1.11.0-03]
364 - Added vertical-align: text-top; to td.sme-noborders-label to ensure that
365 text is aligned vertically at the top of the cell. [msoulier dpar-22042]
366
367 * Tue Jul 8 2003 Charlie Brady <charlieb@e-smith.com>
368 - [1.11.0-02]
369 - Check that files are executable before listing in the
370 manager navigation frame. [charlieb 9197]
371 - s/Copyright/License/.
372
373 * Tue Jul 8 2003 Charlie Brady <charlieb@e-smith.com>
374 - [1.11.0-01]
375 - Changing version to development stream number - 1.11.0
376
377 * Thu Jun 26 2003 Charlie Brady <charlieb@e-smith.com>
378 - [1.10.0-01]
379 - Changing version to stable stream number - 1.10.0
380
381 * Mon Apr 21 2003 Gordon Rowell <gordonr@e-smith.com>
382 - [1.9.5-16]
383 - New class for error link within table cell [gordonr 8129]
384
385 * Tue Apr 8 2003 Gordon Rowell <gordonr@e-smith.com>
386 - [1.9.5-15]
387 - Removed borders around "warning" cells so they don't look like
388 they are bleeding on some browsers (e.g. Mozilla) [gordonr 8127]
389
390 * Thu Apr 3 2003 Gordon Rowell <gordonr@e-smith.com>
391 - [1.9.5-14]
392 - Make <h2> and <p> within div.{success,error} => {red,green} [gordonr 7919]
393
394 * Wed Apr 2 2003 Gordon Rowell <gordonr@e-smith.com>
395 - [1.9.5-13]
396 - Moved manager SSL fragments back to e-smith-base [gordonr 7900]
397
398 * Tue Apr 1 2003 Tony Clayton <apc@e-smith.com>
399 - [1.9.5-12]
400 - add td.sme-radiobutton css class for date/time panel [tonyc 1588]
401
402 * Tue Apr 1 2003 Gordon Rowell <gordonr@e-smith.com>
403 - [1.9.5-11]
404 - Make the question make bold [gordonr 7946]
405
406 * Tue Apr 1 2003 Gordon Rowell <gordonr@e-smith.com>
407 - [1.9.5-10]
408 - Fix SSL listen template for serveronly mode [gordonr 7900]
409
410 * Tue Apr 1 2003 Gordon Rowell <gordonr@e-smith.com>
411 - [1.9.5-09]
412 - Bind manager on port 981 to localhost only [gordonr 7900]
413
414 * Mon Mar 31 2003 Mike Dickson <miked@e-smith.com>
415 - [1.9.5-08]
416 - changed class for sme-noborders-label to width=33% rather than
417 a fixed 250px wide, due to limitations in IE6 [miked 7676]
418 - added class "sectionbar" for use [miked]
419 - modified "td.noborders-label" colour [miked]
420
421
422 * Fri Mar 28 2003 Gordon Rowell <gordonr@e-smith.com>
423 - [1.9.5-07]
424 - Changed Copyright font from 8px to 10px [gordonr 7676]
425
426 * Thu Mar 27 2003 Mark Knox <markk@e-smith.com>
427 - [1.9.5-06]
428 - Changed Help -> ? and changed formatting of current user and host [markk
429 7707]
430
431 * Thu Mar 20 2003 Tony Clayton <apc@e-smith.com>
432 - [1.9.5-05]
433 - Add css style for a.error class [tonyc 4718]
434
435 * Wed Mar 19 2003 Gordon Rowell <gordonr@e-smith.com>
436 - [1.9.5-04]
437 - Move navigation dbs to /home/e-smith/db/navigation. We shouldn't generate
438 them in /etc/e-smith/locale and we should name them by language, in case
439 we share lexicons (e.g. fr/fr-ca) [gordonr 7733]
440
441 * Sun Mar 16 2003 Mike Dickson <miked@e-smith.com>
442 - [1.9.5-03]
443 - stylesheet fixes: darkend the copyrigt text, adjuste the UL and LI tags [miked 7676]
444
445 * Thu Mar 13 2003 Mark Knox <markk@e-smith.com>
446 - [1.9.5-02]
447 - Removed 40LogoRow from header.htm templates [markk 4722]
448
449 * Thu Mar 13 2003 Mark Knox <markk@e-smith.com>
450 - [1.9.5-01]
451 - Removed product_logo.gif [markk 4722]
452
453 * Tue Mar 11 2003 Mike Dickson <miked@e-smith.com>
454 - [1.9.4-09]
455 - changed Adming to admin in header.htm templates [miked 7595]
456
457 * Thu Feb 6 2003 Mike Dickson <miked@e-smith.com>
458 - [1.9.4-08]
459 - updated the CSS to add a new "success" class [miked 7032]
460
461 * Tue Feb 4 2003 Mark Knox <markk@e-smith.com>
462 - [1.9.4-07]
463 - Refer to new SSL cert name of $SystemName.$DomainName [markk 4874]
464
465 * Mon Feb 3 2003 Mark Knox <markk@e-smith.com>
466 - [1.9.4-06]
467 - Include ValidFrom hosts in SSL allow statements [markk 6428]
468
469 * Mon Feb 3 2003 Mark Knox <markk@e-smith.com>
470 - [1.9.4-05]
471 - Also Listen on the right ports [markk 6428]
472
473 * Mon Feb 3 2003 Mark Knox <markk@e-smith.com>
474 - [1.9.4-04]
475 - Bind SSL to port 443 if no primary web server available [markk 6428]
476
477 * Sat Jan 25 2003 Mike Dickson <miked@e-smith.com>
478 - [1.9.4-03]
479 - darkened colour of copyright text [miked 6696]
480
481 * Sat Jan 25 2003 Mike Dickson <miked@e-smith.com>
482 - [1.9.4-02]
483 - removed demo class "warn" from nav script [miked 6706]
484
485 * Mon Jan 13 2003 Mike Dickson <miked@e-smith.com>
486 - [1.9.4-01]
487 - updated CSS file to show correct colour in menu, added "warn.gif" [miked 6398]
488
489 * Fri Jan 3 2003 Gordon Rowell <gordonr@e-smith.com>
490 - [1.9.3-13]
491 - Made use of esmith::I18N in navigation-conf. Renamed locale->lang
492 to make it more obvious that we are dealing with a langtag [gordonr 5212]
493
494 * Thu Jan 2 2003 Gordon Rowell <gordonr@e-smith.com>
495 - [1.9.3-12]
496 - Hide online-manual from navigation bar - now in header Help [gordonr 6394]
497
498 * Wed Jan 1 2003 Gordon Rowell <gordonr@e-smith.com>
499 - [1.9.3-11]
500 - Updated navigation script to use esmith::I18N [gordonr 5212]
501
502 * Wed Jan 1 2003 Gordon Rowell <gordonr@e-smith.com>
503 - [1.9.3-10]
504 - Spell bootstrap-console-save correctly [gordonr 5493]
505
506 * Wed Jan 1 2003 Gordon Rowell <gordonr@e-smith.com>
507 - [1.9.3-09]
508 - Work out the correct navigation.info based on browser language [gordonr 5493]
509
510 * Wed Jan 1 2003 Gordon Rowell <gordonr@e-smith.com>
511 - [1.9.3-08]
512 - Generate navigation.info files (config db format) for each supported
513 language in /etc/e-smith/locale/{language}/etc/e-smith/web/functions
514 - Read the navigation.info file for the preferred language when
515 displaying the navigation bar
516 - TODO: Actually select the correct navigation.info file [gordonr 5493]
517
518 * Tue Dec 31 2002 Gordon Rowell <gordonr@e-smith.com>
519 - [1.9.3-07]
520 - Skip non-executable files when generating nav bar [gordonr 5802]
521
522 * Fri Dec 27 2002 Mike Dickson <miked@e-smith.com>
523 - [1.9.3-06]
524 - updates and comments in the CSS files [miked 3185]
525 - commented out the two links in the header that are not ready yet
526 (log out and update available) [miked 5967 and 492]
527
528 * Mon Dec 16 2002 Mike Dickson <miked@e-smith.com>
529 - [1.9.3-05]
530 - UI Update, part of the tweaking for the new UI [miked 5494]
531
532 * Tue Dec 10 2002 Mike Dickson <miked@e-smith.com>
533 - [1.9.3-04]
534 - forgot to update header.htm fragments [miked 5494]
535
536 * Mon Dec 9 2002 Mike Dickson <miked@e-smith.com>
537 - [1.9.3-03]
538 - ui update [miked 5494]
539
540 * Mon Dec 2 2002 Mike Dickson <miked@e-smith.com>
541 - [1.9.3-02]
542 - ui update [miked 5494]
543
544 * Wed Nov 27 2002 Mike Dickson <miked@e-smith.com>
545 - [1.9.3-01]
546 - and again to make it stick
547
548 * Wed Nov 27 2002 Mike Dickson <miked@e-smith.com>
549 - [1.9.2-01]
550 - updated the header images [miked 5529]
551 - updated other UI stuff [miked 5494]
552
553 * Fri Nov 22 2002 Gordon Rowell <gordonr@e-smith.com>
554 - [1.9.1-02]
555 - templated header.htm [miked 5826]
556 - modified header.htm template to link to online-manual and blades
557 [gordonr 5826]
558
559 * Thu Nov 21 2002 Mike Dickson <miked@e-smith.com>
560 - [1.9.1-01]
561 - update to new UI system [miked 5494]
562
563 * Wed Nov 20 2002 Mike Dickson <miked@e-smith.com>
564 - [1.9.0-01]
565 - Changing to development stream; version upped to 1.9.0
566
567 * Fri Oct 11 2002 Charlie Brady <charlieb@e-smith.com>
568 - [1.8.0-01]
569 - Roll to maintained version number to 1.8.0
570
571 * Wed Jun 19 2002 Mark Knox <markk@e-smith.com>
572 - [1.7.2-01]
573 - Move SSL mutex and cache out of /var/log [markk 3830]
574
575 * Tue Jun 18 2002 Charlie Brady <charlieb@e-smith.com>
576 - [1.7.1-01]
577 - Move admin apache SSL mutex and SSL session cache to files named admin_xxx
578 to avoid name clash with main server. [charlieb 3830]
579
580 * Wed Jun 5 2002 Charlie Brady <charlieb@e-smith.com>
581 - [1.7.0-01]
582 - Changing version to maintained stream number to 1.7.0
583
584 * Fri May 31 2002 Charlie Brady <charlieb@e-smith.com>
585 - [1.6.0-01]
586 - Changing version to maintained stream number to 1.6.0
587
588 * Thu May 23 2002 Gordon Rowell <gordonr@e-smith.com>
589 - [1.5.11-01]
590 - RPM rebuild forced by cvsroot2rpm
591
592 * Thu May 16 2002 Tony Clayton <apc@e-smith.com>
593 - [1.5.10-01]
594 - Pass noframes=1 as cgi param for browsers without frames [tonyc 3475]
595
596 * Thu May 16 2002 Tony Clayton <apc@e-smith.com>
597 - [1.5.9-01]
598 - use Dan McGarry's manager.css/navigation fixes for 3377 [tonyc]
599
600 * Thu May 16 2002 Tony Clayton <apc@e-smith.com>
601 - [1.5.8-01]
602 - Remove unnecessary <p> tags in navigation html [tonyc 3377]
603 - Fix navigation panel to not import symbols from fm subclasses
604 [tonyc 3109]
605
606 * Mon May 13 2002 Tony Clayton <apc@e-smith.com>
607 - [1.5.7-01]
608 - Fix navigation panel to play nice with FM subclasses [tonyc 3109]
609
610 * Fri May 10 2002 Gordon Rowell <gordonr@e-smith.com>
611 - [1.5.6-01]
612 - Tell CGI.pm to not produce xhtml [gordonr 3377]
613
614 * Tue May 7 2002 Gordon Rowell <gordonr@e-smith.com>
615 - [1.5.5-01]
616 - Missing use esmith::util [gordonr 3372]
617
618 * Wed Apr 24 2002 Gordon Rowell <gordonr@e-smith.com>
619 - [1.5.4-01]
620 - Ignore cgi-bin/internal-.* in navigation [gordonr 3202]
621
622 * Mon Apr 22 2002 Gordon Rowell <gordonr@e-smith.com>
623 - [1.5.3-01]
624 - Back out gettext() calls - esmith::FormMagic was Croaking on
625 bad lexicons for old panels. Now properly localises the navigation
626 bar if the localisations exist [gordonr 3155]
627
628 * Fri Apr 19 2002 Gordon Rowell <gordonr@e-smith.com>
629 - [1.5.2-01]
630 - Added explicit gettext() call to localize navigation bar while
631 figuring out esmith::FormMagick won't do it for me [gordonr 3155]
632
633 * Wed Apr 10 2002 Gordon Rowell <gordonr@e-smith.com>
634 - [1.5.1-01]
635 - navigation is now polymorphic and does noframes as well [gordonr #3155]
636
637 * Thu Apr 04 2002 Gordon Rowell <gordonr@e-smith.com>
638 Wed Apr 04 2002 --> Wed Apr 03 2002 or Thu Apr 04 2002 or Wed Apr 10 2002 or ....
639 - [1.5.0-01]
640 - Rolled to development stream [gordonr]
641
642 * Wed Apr 03 2002 Kirrily Robert <skud@e-smith.com>
643 - [1.4.4-01]
644 - Added red error messages to CSS [skud 3027]
645
646 * Thu Mar 14 2002 Gordon Rowell <gordonr@e-smith.com>
647 - [1.4.3-01]
648 - Fixed regexp for ignoring pleasewait(-.*?). Two each in
649 pleasewait/noframes. Reduced to one in each [gordonr]
650
651 * Fri Mar 1 2002 Tony Clayton <tonyc@e-smith.com>
652 - [1.4.2-01]
653 - rollRPM: Rolled version number to 1.4.2-01. Includes patches up to 1.4.1-02.
654 - mkdir panels/manager/common in spec file for CVS migration
655
656 * Fri Jan 25 2002 Tony Clayton <tonyc@e-smith.com>
657 - [1.4.1-02]
658 - added missing ')' in navigation script pleasewait munging
659
660 * Fri Jan 25 2002 Tony Clayton <tonyc@e-smith.com>
661 - [1.4.1-01]
662 - rollRPM: Rolled version number to 1.4.1-01. Includes patches up to 1.4.0-02.
663 - navigation now ignores pleasewait-* files
664
665 * Thu Jan 10 2002 Charlie Brady <charlieb@e-smith.com>
666 - [1.4.0-02]
667 - Use dated log file for ssl_engine_log. Name the file ssl_engine_log.xxxxx
668 to keep it distinct from the main web server's log file.
669
670 * Tue Dec 11 2001 Jason Miller <jay@e-smith.com>
671 - [1.4.0-01]
672 - rollRPM: Rolled version number to 1.4.0-01. Includes patches up to 1.3.0-07.
673
674 * Sat Dec 08 2001 Charlie Brady <charlieb@e-smith.com>
675 - [1.3.0-07]
676 - Move genNavigationHeader() down below the script grokking code in
677 "navigation", to help Netscape's faulty rendering.
678
679 * Wed Nov 21 2001 Charlie Brady <charlieb@e-smith.com>
680 - [1.3.0-06]
681 - Remove troublesome "Requires: e-smith-base".
682 - Remove obsolete "Requires: e-smith".
683
684 * Thu Nov 1 2001 Gordon Rowell <gordonr@e-smith.com>
685 - [1.3.0-05]
686 - Indent description within navigation headings sections
687
688 * Thu Nov 1 2001 Gordon Rowell <gordonr@e-smith.com>
689 - [1.3.0-04]
690 - Backed out patch from 1.3.0-02 - restored image to navigation frame
691
692 * Wed Oct 31 2001 Charlie Brady <charlieb@e-smith.com>
693 - [1.3.0-03]
694 - Add Mitel branding changes.
695
696 * Fri Aug 31 2001 Gordon Rowell <gordonr@e-smith.com>
697 - [1.3.0-02]
698 - Removed image from top of navigation - now in separate frame
699 - Added Provides: server-manager
700
701 * Fri Aug 31 2001 Gordon Rowell <gordonr@e-smith.com>
702 - [1.3.0-01]
703 - Rolled version number to 1.3.0-01. Includes patches upto 1.2.0-02.
704
705 * Fri Aug 17 2001 gordonr
706 - [1.2.0-02]
707 - Autorebuild by rebuildRPM
708
709 * Wed Aug 8 2001 Charlie Brady <charlieb@e-smith.com>
710 - [1.2.0-01]
711 - Rolled version number to 1.2.0-01. Includes patches upto 1.1.0-04.
712
713 * Tue Jul 31 2001 Adrian Chung <adrianc@e-smith.com>
714 - [1.1.0-04]
715 - moving manager.css file from manager/html to common/css
716
717 * Tue Jul 31 2001 Adrian Chung <adrianc@e-smith.com>
718 - [1.1.0-03]
719 - Adding SSL enabling templates for port 981.
720 - Adding 01localAccessString fragment for use in SSL
721 enabling templates.
722
723 * Fri Jul 27 2001 Charlie Brady <charlieb@e-smith.com>
724 - [1.1.0-02]
725 - Prepend "/server-manager" to hrefs, to allow consistent path interpretation
726 between admin and standard web server.
727
728 * Fri Jul 27 2001 Charlie Brady <charlieb@e-smith.com>
729 - [1.1.0-01]
730 - Rolled version number to 1.1.0-01. Includes patches upto 0.1.1-06.
731
732 * Tue Jul 24 2001 Adrian Chung <adrianc@e-smith.com>
733 - [0.1.1-06]
734 - Incorporating font size changes to manager.css
735
736 * Mon Jul 9 2001 Peter Samuel <peters@e-smith.com>
737 - [0.1.1-05]
738 - Updated packager information
739
740 * Fri Jul 6 2001 Peter Samuel <peters@e-smith.com>
741 - [0.1.1-04]
742 - Changed license to GPL
743
744 * Wed Jun 06 2001 Charlie Brady <charlieb@e-smith.com>
745 - [0.1.1-03]
746 - Change font setting in navigation - use css class instead.
747 - Add newlines after each link in navigation frame - so that HTML
748 source is readable.
749 - Add manager.css, which came from e-smith-base. Let's have all look&feel
750 in the one RPM.
751 - Check whether "files" in cgi-bin directory are actually directories. Skip
752 any directories.
753
754 * Mon Apr 9 2001 Adrian Chung <adrianc@e-smith.com>
755 - [0.1.1-02]
756 - changing CELLPADDING in navigation from 4 to 2.
757
758 * Tue Mar 14 2000 Charlie Brady <charlieb@e-smith.com>
759 Wed Mar 14 2000 --> Wed Mar 08 2000 or Tue Mar 14 2000 or Wed Mar 15 2000 or ....
760 - initial release
761
762 %description
763 This RPM contributes the navigation bars for the e-smith-manager.
764
765 %prep
766 %setup
767 %patch0 -p1
768 %patch1 -p1
769 %patch2 -p1
770 %patch3 -p1
771 %patch4 -p1
772 %patch5 -p1
773 %patch6 -p1
774 %patch7 -p1
775 %patch8 -p1
776 %patch9 -p1
777 %patch10 -p1
778 %patch11 -p1
779 %patch12 -p1
780 %patch13 -p1
781 %patch14 -p1
782
783 %build
784 perl createlinks
785 gcc -o root/etc/e-smith/web/functions/wrapper manager.c
786 mkdir -p root/home/e-smith/db/navigation
787 mkdir -p root/etc/e-smith/web/common/css
788
789 mkdir -p root/usr/share/locale/en_US/LC_MESSAGES/
790 xgettext -o root/usr/share/locale/en_US/LC_MESSAGES/foot.tmpl.po root/etc/e-smith/templates/etc/e-smith/web/common/foot.tmpl/25Copyright
791 # make header/footer symlinks
792 ln -s head.tmpl root/etc/e-smith/web/common/userpassword_head.tmpl
793 ln -s head.tmpl root/etc/e-smith/web/common/noframes_head.tmpl
794 ln -s foot.tmpl root/etc/e-smith/web/common/noframes_foot.tmpl
795
796 mkdir -p root/etc/e-smith/web/panels/manager/html
797 for file in index initial
798 do
799 ln -s ../../../functions/wrapper root/etc/e-smith/web/panels/manager/html/${file}.cgi
800 done
801
802 # Force creation of potentially empty directories
803 mkdir -p root/etc/e-smith/web/{common,functions}
804 mkdir -p root/etc/e-smith/web/panels/manager/{cgi-bin,html}
805 mkdir -p root/etc/e-smith/web/panels/password/{cgi-bin,html}
806 mkdir -p root/etc/httpd/admin-conf
807
808 mkdir -p root/service
809 mkdir -p root/etc/rc.d/init.d/supervise
810 for service in httpd-admin
811 do
812 ln -s /var/service/$service root/service/$service
813 mkdir -p root/var/service/$service/supervise
814 touch root/var/service/$service/down
815 if [ -d root/var/service/$service/log ]
816 then
817 mkdir -p root/var/service/$service/log/supervise
818 mkdir -p root/var/log/$service
819 fi
820 ln -s ../daemontools root/etc/rc.d/init.d/supervise/$service
821 done
822
823 %install
824 rm -rf $RPM_BUILD_ROOT
825 (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
826 rm -f %{name}-%{version}-%{release}-filelist
827 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
828 --file /etc/e-smith/web/common/cgi-bin/login 'attr(0755,root,root)' \
829 --file /etc/e-smith/web/common/cgi-bin/logout 'attr(0755,root,root)' \
830 --file /etc/e-smith/web/functions/wrapper 'attr(4750,root,admin)' \
831 --dir /var/service/httpd-admin 'attr(01755,root,root)' \
832 --file /var/service/httpd-admin/down 'attr(0644,root,root)' \
833 --file /var/service/httpd-admin/run 'attr(0755,root,root)' \
834 --dir /var/service/httpd-admin/log 'attr(0755,root,root)' \
835 --dir /var/service/httpd-admin/log/supervise 'attr(0700,root,root)' \
836 --dir /var/service/httpd-admin/supervise 'attr(0700,root,root)' \
837 --file /var/service/httpd-admin/log/run 'attr(0755,root,root)' \
838 --dir /var/log/httpd-admin 'attr(0750,smelog,smelog)' \
839 > %{name}-%{version}-%{release}-filelist
840 echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist
841
842 %clean
843 rm -rf $RPM_BUILD_ROOT
844
845 %pre
846 %preun
847 %post
848 find /etc/e-smith/web/panels/manager/cgi-bin/ -type f | \
849 sed -n '/\/[0-9a-z]\{32\}$/p' | \
850 xargs grep -l Persisten | \
851 xargs rm -f
852
853 %postun
854
855 %files -f %{name}-%{version}-%{release}-filelist
856 %defattr(-,root,root)

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