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

Annotation 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.34 - (hide annotations) (download)
Sat Jun 27 18:28:04 2020 UTC (3 years, 11 months ago) by jpp
Branch: MAIN
CVS Tags: e-smith-manager-2_8_0-31_el7_sme
Changes since 1.33: +7 -2 lines
* Sat Jun 27 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-31.sme
- removing hardcoded ports [SME: 10967]

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

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