/[smeserver]/rpms/e-smith-base/sme9/e-smith-base.spec
ViewVC logotype

Annotation of /rpms/e-smith-base/sme9/e-smith-base.spec

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


Revision 1.25 - (hide annotations) (download)
Sun Mar 17 01:32:06 2013 UTC (11 years, 3 months ago) by wellsi
Branch: MAIN
CVS Tags: e-smith-base-5_4_0-24_el6_sme
Changes since 1.24: +7 -2 lines
* Sat Mar 16 2013 Terry Fage <trex1512@yahoo.com.au> 5.4.0-24.sme
- In the console refer to removable media instead of USB disk [SME: 7414]

1 wellsi 1.25 # $Id: e-smith-base.spec,v 1.24 2013/03/16 16:15:40 slords Exp $
2 slords 1.1
3     Summary: e-smith server and gateway - base module
4     %define name e-smith-base
5     Name: %{name}
6     %define version 5.4.0
7 wellsi 1.25 %define release 24
8 slords 1.1 Version: %{version}
9     Release: %{release}%{?dist}
10     License: GPL
11     Group: Networking/Daemons
12     Source: %{name}-%{version}.tar.xz
13 vip-ire 1.2 Patch0: e-smith-base-5.4.0-runlevel_4.patch
14 vip-ire 1.7 Patch1: e-smith-base-5.4.0-local_event.patch
15 slords 1.8 Patch2: e-smith-base-5.4.0-noapmd.patch
16 wellsi 1.9 Patch3: e-smith-base-5.4.0-rsysloglink.patch
17 vip-ire 1.13 Patch4: e-smith-base-5.4.0-optimize_user_modify_unix.patch
18     Patch5: e-smith-base-5.4.0-user_modify_in_bootstrap.patch
19 wellsi 1.14 Patch6: e-smith-base-5.4.0-pppoeMlimit.patch
20 wellsi 1.15 Patch7: e-smith-base-5.4.0-microcode.patch
21 vip-ire 1.16 Patch8: e-smith-base-5.4.0-PostUpgradeRestore.patch
22 slords 1.17 Patch9: e-smith-base-5.4.0-inittab.patch
23 slords 1.18 Patch10: e-smith-base-5.4.0-pwauth.patch
24     Patch11: e-smith-base-5.4.0-uidgid.patch
25 slords 1.19 Patch12: e-smith-base-5.4.0-fixwww.patch
26 wellsi 1.20 Patch13: e-smith-base-5.4.0-SystemName.patch
27 wellsi 1.21 Patch14: e-smith-base-5.4.0-existing_hwaddr.patch
28 slords 1.22 Patch15: e-smith-base-5.4.0-remove_syslogd_templates.patch
29     Patch16: e-smith-base-5.4.0-rsyslog_templates.patch
30     Patch17: e-smith-base-5.4.0-rsyslog_db.patch
31     Patch18: e-smith-base-5.4.0-rsyslog.conf.patch
32     Patch19: e-smith-base-5.4.0-rate_limit.patch
33 slords 1.23 Patch20: e-smith-base-5.4.0-no_modprobe.patch
34 slords 1.24 Patch21: e-smith-base-5.4.0-more_rsyslog.patch
35 wellsi 1.25 Patch22: e-smith-base-5.4.0-ConsoleBackupText.patch
36 slords 1.1 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
37 slords 1.8 BuildArch: noarch
38 slords 1.18 Requires: pwauth
39 slords 1.1 Requires: e-smith-lib >= 2.2.0-2
40     Requires: server-manager-images, server-manager
41     Requires: e-smith-formmagick >= 1.4.0-12
42     Requires: initscripts >= 6.67-1es17
43     Requires: e-smith-daemontools >= 1.7.1-04
44     Requires: perl(Locale::gettext)
45     Requires: perl(Crypt::Cracklib)
46     Requires: perl(Date::Manip)
47     Requires: perl(Data::UUID)
48     Requires: perl(Net::IPv4Addr)
49     Requires: /usr/sbin/irqbalance
50     Requires: /usr/sbin/cpuspeed
51     Requires: /sbin/microcode_ctl
52     Requires: /usr/sbin/smartd
53     Requires: dbus
54     Requires: hal
55     Requires: acpid
56     Requires: rssh
57     Requires: bridge-utils
58     Requires: vconfig
59     Requires: e-smith-bootloader
60     Requires: mdadm
61     Requires: pv
62     Requires: pam_abl
63 slords 1.12 Requires: /usr/bin/passwd
64 slords 1.5 Requires: nss-pam-ldapd
65 slords 1.6 Obsoletes: nss_ldap < 254
66 slords 1.1 Requires: cpu >= 1.4.3
67     Obsoletes: rlinetd, e-smith-mod_ssl
68     Obsoletes: e-smith-serial-console
69     Obsoletes: sshell
70     Obsoletes: e-smith-rp-pppoe
71     Obsoletes: perl-Data-UUID
72     BuildRequires: perl, perl(Test::Inline) >= 0.12
73     BuildRequires: e-smith-devtools >= 1.13.1-03
74     BuildRequires: gettext
75    
76     %define dbfiles accounts configuration domains hosts networks
77     AutoReqProv: no
78    
79     %description
80     e-smith server and gateway software - base module.
81    
82     %changelog
83 wellsi 1.25 * Sat Mar 16 2013 Terry Fage <trex1512@yahoo.com.au> 5.4.0-24.sme
84     - In the console refer to removable media instead of USB disk [SME: 7414]
85    
86 slords 1.24 * Sat Mar 16 2013 Shad L. Lords <slords@mail.com> 5.4.0-23.sme
87     - Fix a few more syslog => rsyslog items [SME: 7221]
88    
89 slords 1.23 * Sat Mar 16 2013 Shad L. Lords <slords@mail.com> 5.4.0-22.sme
90     - Remove modprobe stuff [SME: 7261]
91    
92 slords 1.22 * Sat Mar 16 2013 Shad L. Lords <slords@mail.com> 5.4.0-21.sme
93     - Don't be as agressive on rate limiting [SME: 7470]
94    
95     * Sat Mar 16 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-20.sme
96     - Change syslog templates to rsyslog [SME: 7221]
97    
98 wellsi 1.21 * Fri Mar 15 2013 Ian Wells <esmith@wellsi.com> 5.4.0-19.sme
99     - Ensure existing_hwaddr is always initialized [SME: 7471]
100    
101 wellsi 1.20 * Thu Mar 14 2013 Ian Wells <esmith@wellsi.com> 5.4.0-18.sme
102     - Change System Name from mitel-networks-server to sme-server [SME: 7485]
103    
104 slords 1.19 * Sat Mar 9 2013 Shad L. Lords <slords@mail.com> 5.4.0-17.sme
105     - Fix user www creation in init-accounts [SME: 7319]
106    
107 slords 1.18 * Wed Mar 6 2013 Shad L. Lords <slords@mail.com> 5.4.0-16.sme
108     - Update package and path for pwauth [SME: 7319]
109     - Update init-accounts to set uid/gid correctly for pwauth
110    
111 slords 1.17 * Thu Feb 28 2013 Shad L. Lords <slords@mail.com> 5.4.0-15.sme
112     - Remove fragments in inittab that are no longer needed [SME: 7227]
113    
114 vip-ire 1.16 * Mon Feb 25 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-14.sme
115     - Post-upgrades not fired after restore from console [SME: 7390]
116    
117 wellsi 1.15 * Sat Feb 23 2013 Ian Wells <esmith@wellsi.com> 5.4.0-13.sme
118     - Remove microcode_ctl service as now udev-driven [SME: 7397]
119    
120 wellsi 1.14 * Thu Feb 21 2013 Ian Wells <esmith@wellsi.com> 5.4.0-12.sme
121     - Increase memory limit for pppoe to 100Mb matching SME8 solution [SME: 7391]
122    
123 vip-ire 1.13 * Thu Feb 21 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-11.sme
124     - Optimize user-modify-unix script and link it in bootstrap-ldap-save [SME: 7387]
125    
126 slords 1.12 * Tue Feb 19 2013 Shad L. Lords <slords@mail.com> 5.4.0-10.sme
127     - Add /usr/bin/passwd as a required package [SME: 7350]
128    
129 wellsi 1.11 * Sat Feb 9 2013 Ian Wells <esmith@wellsi.com> 5.4.0-9.sme
130     - Update symlink to not conflict with /etc/init.d [SME: 7322]
131    
132 wellsi 1.10 * Thu Feb 7 2013 Ian Wells <esmith@wellsi.com> 5.4.0-8.sme
133     - Add symbolic links from rsyslog to syslog to start the
134     the transition from syslog to rsyslog [SME: 7322]
135 wellsi 1.9
136 slords 1.8 * Wed Feb 6 2013 Shad L. Lords <slords@mail.com> 5.4.0-7.sme
137     - Remove apmd service and change package to noarch [SME: 7312]
138    
139 vip-ire 1.7 * Sun Feb 3 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-6.sme
140     - Add a daemontools service to run signal-event local [SME: 7230]
141    
142 slords 1.6 * Sat Feb 2 2013 Shad L. Lords <slords@mail.com> 5.4.0-5.sme
143     - Obsolete nss_ldap so upgrades work [SME: 7273]
144    
145 slords 1.5 * Sat Feb 2 2013 Shad L. Lords <slords@mail.com> 5.4.0-4.sme
146     - Helps to spell requirements correctly
147    
148 slords 1.4 * Sat Feb 2 2013 Shad L. Lords <slords@mail.com> 5.4.0-3.sme
149 slords 1.3 - Change nss_ldap to nss-pam-ldapd [SME: 7272]
150    
151 vip-ire 1.2 * Thu Jan 31 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-2.sme
152     - Change default runlevel to 4 [SME: 7266]
153    
154 slords 1.1 * Thu Jan 31 2013 Shad L. Lords <slords@mail.com> 5.4.0-1.sme
155     - Roll new stream for sme9
156    
157     * Tue Jan 22 2013 Ian Wells <esmith@wellsi.com> 5.2.0-67.sme
158     - Increase memory limit for pppoe to 100Mb [SME: 7000]
159    
160     * Sun Dec 30 2012 Ian Wells <esmith@wellsi.com> 5.2.0-66.sme
161     - Template /etc/updatedb.conf [SME: 7090]
162    
163     * Wed Jul 18 2012 Ian Wells <esmith@wellsi.com> 5.2.0-65.sme
164     - Make CipherSuite secure by default [SME: 7026]
165    
166     * Fri Mar 16 2012 Ian Wells <esmith@wellsi.com> 5.2.0-64.sme
167     - Add MAC address into console network selection [SME: 6844]
168    
169     * Sun Nov 6 2011 Shad L. Lords <slords@mail.com> 5.2.0-63.sme
170     - Initialize ExternalInterface db structure so hwaddr in console works
171     [SME: 6775]
172    
173     * Mon Mar 14 2011 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-62.sme
174     - Stop using gecos attribute in LDAP [SME: 6539]
175    
176     * Mon Mar 14 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-61.sme
177     - Fix a typo in strings [SME: 5932]
178    
179     * Mon Mar 14 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-60.sme
180     - Rework text changes in console screen in previous revision [SME: 5932]
181    
182     * Mon Mar 14 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-59.sme
183     - Only list backup targets that are writeable [SME: 5932]
184    
185     * Sun Mar 13 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-58.sme
186     - Revert admin password change through user-manager [SME: 3759]
187    
188     * Sun Mar 13 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-57.sme
189     - Allow admin password change through user-manager [SME: 3759]
190    
191     * Wed Mar 2 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-57.sme
192     - Handle no network interface scenario in console and bootstrap-console [SME: 6023]
193    
194     * Mon Dec 6 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-56.sme
195     - change apache uid and gid so they become aliases for www [SME: 6425]
196    
197     * Tue Nov 30 2010 Shad L. Lords <slords@lordsfam.net> 5.2.0-55.sme
198     - Only remove dangling symlinks in weak-updates directories [SME: 6376]
199    
200     * Tue Nov 30 2010 Shad L. Lords <slords@lordsfam.net> 5.2.0-54.sme
201     - Fix create user gid parameter [SME: 6416]
202    
203     * Mon Nov 29 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-53.sme
204     - Fix gpasswd path [SME: 6412]
205    
206     * Mon Nov 22 2010 Shad L. Lords <slords@lordsfam.net> 5.2.0-52.sme
207     - Fix relocation of dhclient conf file [SME: 6385]
208    
209     * Sun Nov 7 2010 Shad L. Lords <slords@lordsfam.net> 5.2.0-51.sme
210     - No longer need to pass supplemental groups to cpu [SME: 6349]
211    
212     * Fri Nov 5 2010 Shad L. Lords <slords@lordsfam.net> 5.2.0-50.sme
213     - Allow cpu to remove empty attributes [SME: 6343]
214    
215     * Thu Nov 4 2010 Shad L. Lords <slords@lordsfam.net> 5.2.0-49.sme
216     - Fix maxUsers patch (again) to not break setting passwords [SME: 5537]
217    
218     * Thu Nov 4 2010 Shad L. Lords <slords@lordsfam.net> 5.2.0-48.sme
219     - Fix maxUsers patch to not break setting passwords [SME: 5537]
220    
221     * Thu Nov 4 2010 Shad L. Lords <slords@lordsfam.net> 5.2.0-47.sme
222     - Don't put empty attributes in file for cpu [SME: 6334]
223    
224     * Thu Nov 4 2010 Shad L. Lords <slords@lordsfam.net> 5.2.0-46.sme
225     - Add flush to tmpfile so that data is available to cpu [SME: 6334]
226    
227     * Thu Nov 4 2010 Shad L. Lords <slords@lordsfam.net> 5.2.0-45.sme
228     - Add extra attributes to ldap objects with cpu call [SME: 6334]
229    
230     * Wed Nov 3 2010 Shad L. Lords <slords@lordsfam.net> 5.2.0-44.sme
231     - Fix cpu critical patch missing ' [SME: 6330]
232    
233     * Wed Nov 3 2010 Shad L. Lords <slords@lordsfam.net> 5.2.0-43.sme
234     - Make cpu calls critical only with ldap{Auth} is enabled [SME: 6330]
235     - Add cpu.conf and cpu-system.conf to post-upgrade event [SME: 6327]
236    
237     * Tue Nov 2 2010 Shad L. Lords <slords@lordsfam.net> 5.2.0-42.sme
238     - Always use cpu, do unix if ldap{Auth} is disabled [SME: 6328]
239    
240     * Mon Nov 1 2010 Shad L. Lords <slords@lordsfam.net> 5.2.0-41.sme
241     - Switch to cpu commands if ldap is master [SME: 6328]
242    
243     * Mon Nov 1 2010 Shad L. Lords <slords@lordsfam.net> 5.2.0-40.sme
244     - Add templates for ldap authentication if enabled [SME: 6329]
245    
246     * Mon Nov 1 2010 Shad L. Lords <slords@lordsfam.net> 5.2.0-39.sme
247     - Add cpu.conf and cpu-system.conf template/program to SME [SME: 6327]
248    
249     * Thu Oct 14 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-38.sme
250     - Fix empty leases file test [SME: 6274]
251    
252     * Tue Oct 12 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-37.sme
253     - Relocate dhcpd leases file [SME: 6274]
254    
255     * Mon Oct 11 2010 Shad L. Lords <slords@mail.com> 5.2.0-36.sme
256     - Add migrate script to add missing HWaddr to interface records [SME: 6267]
257    
258     * Mon Oct 11 2010 Shad L. Lords <slords@mail.com> 5.2.0-35.sme
259     - Make lcp options configurable [SME: 6277]
260    
261     * Mon Oct 11 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-34.sme
262     - Relocate dhclient conf file [SME: 5833]
263    
264     * Fri Oct 8 2010 Shad L. Lords <slords@mail.com> 5.2.0-33.sme
265     - Disable apmd on 64-bit arch [SME: 6170]
266    
267     * Fri Oct 8 2010 Shad L. Lords <slords@mail.com> 5.2.0-32.sme
268     - Remove check for maxUsers [SME: 5537]
269    
270     * Wed Oct 6 2010 Shad L. Lords <slords@mail.com> 5.2.0-31.sme
271     - Try and keep same external address for pppoe connections [SME: 6263]
272    
273     * Mon Sep 27 2010 Shad L. Lords <slords@mail.com> 5.2.0-30.sme
274     - Add ibay groups to group membership [SME: 6247]
275    
276     * Thu Sep 23 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-29.sme
277     - Prepare nss_ldap [SME: 6227]
278    
279     * Sun Aug 8 2010 Ian Wells <esmith@wellsi.com> 5.2.0-28.sme
280     - Enable cpuspeed by default [SME: 6066]
281    
282     * Sun Jul 25 2010 Charlie Brady <charlie_brady@mitel.com> 5.2.0-27.sme
283     - Fix syntax error in last patch. [SME: 5830]
284    
285     * Mon Jul 19 2010 Charlie Brady <charlie_brady@mitel.com> 5.2.0-26.sme
286     - Don't exit 99 from e-smith-service script when called with 'condrestart'
287     and service is disabled. [SME: 5830]
288    
289     * Fri Jun 11 2010 Federico Simoncelli <federico.simoncelli@gmail.com> 5.2.0-25.sme
290     - FreeBusy patch fix (save account changes) [SME: 5941]
291    
292     * Fri Jun 11 2010 Ian Wells <esmith@wellsi.com> 5.2.0-24.sme
293     - Remove checkMaxUsers patch due to regression. [SME: 5537]
294    
295     * Tue Jun 8 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-23.sme
296     - Fix translation of local nic string in console [SME: 5571]
297    
298     * Sun Jun 6 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-22.sme
299     - Handle no network interface scenario in console [SME: 6023]
300    
301     * Sat Jun 5 2010 Ian Wells <esmith@wellsi.com> 5.2.0-21.sme
302     - Remove checkMaxUsers(). [SME: 5537]
303    
304     * Mon May 10 2010 John H. Bennett III <bennettj@johnbennettservices.com> 5.2.0-20.sme
305     - Patch that will remove all FreeBusy references from e-smith-base. [SME: 5941]
306    
307     * Wed Mar 3 2010 Federico Simoncelli <federico.simoncelli@gmail.com> 5.2.0-19.sme
308     - Restate smartd dependency. [SME: 5814]
309    
310     * Mon Mar 1 2010 Shad L. Lords <slords@mail.com> 5.2.0-18.sme
311     - Fix gettext errors in WAN/LAN subnet error message [SME: 5501]
312    
313     * Sun Feb 14 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-17.sme
314     - Really fix template expansion error [SME: 4528]
315    
316     * Sun Feb 14 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-16.sme
317     - Fix template expansion error [SME: 4528]
318    
319     * Mon Feb 8 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-15.sme
320     - Improve security by using SHA1 algorithm for certificate signing [SME: 5737]
321    
322     * Fri Feb 5 2010 Stephen Noble <support@dungog.net> 5.2.0-14.sme
323     - Fix eth? swapping [SME: 4528]
324    
325     * Sun Jan 31 2010 Stephen Noble <support@dungog.net> 5.2.0-13.sme
326     - Fix console backup from removable media [SME: 4809]
327    
328     * Sat Jan 30 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-12.sme
329     - Bump certificate encryption from 1024 bits to 2048 bits [SME: 5735]
330    
331     * Thu Jan 14 2010 Filippo Carletti <filippo.carletti@gmail.com> 5.2.0-11.sme
332     - Fix console restore from removable media (Federico Simoncelli) [SME: 4809]
333    
334     * Mon Nov 23 2009 Gavin Weight <gweight@gmail.com> 5.2.0-10.sme
335     - Add a dummy call so xgettext can pull translated $ifName in console configuration pages. [SME: 5571]
336    
337     * Fri Nov 6 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-9.sme
338     - Translate $ifName in console configuration pages [SME: 5571]
339    
340     * Sat Oct 24 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-8.sme
341     - Prevent IP conflicts between local and external interface in server gateway mode [SME: 5501]
342    
343     * Tue Oct 20 2009 Filippo Carletti <filippo.carletti@gmail.com> 5.2.0-7.sme
344     - Clean up: remove unused nonetworkdrivers [SME: 5521]
345    
346     * Sat Jun 6 2009 Shad L. Lords <slords@mail.com> 5.2.0-6.sme
347     - Clean up stray symlinks in /lib/modules before depmod [SME: 5336]
348    
349     * Mon May 18 2009 Gavin Weight <gweight@gmail.com> 5.2.0-5.sme
350     - Allow for different mdadm output formats for DeviceSize. [SME: 5230]
351    
352     * Sat Feb 14 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-4.sme
353     - Auto-mount USB REV70-drive as usbdisk [SME: 5006]
354    
355     * Sat Oct 25 2008 Stephen Noble <support@dungog.net> 5.2.0-3.sme
356     - create service link for smartd [SME: 1445]
357    
358     * Mon Oct 13 2008 Shad L. Lords <slords@mail.com> 5.2.0-2.sme
359     - Add patch to support multiple samba roles [SME: 4172]
360    
361     * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 5.2.0-1.sme
362     - Roll new stream to separate sme7/sme8 trees [SME: 4633]
363    
364     * Tue Sep 23 2008 Stephen Noble <support@dungog.net> 4.19.0-6
365     - Add locale tags for email in review panel [SME: 4267]
366    
367     * Sat Sep 20 2008 Shad L. Lords <slords@mail.com> 4.19.0-5
368     - Correct gettext type during build process [SME: 570]
369    
370     * Mon Sep 15 2008 Shad L. Lords <slords@mail.com> 4.19.0-4
371     - Fix screen corruption in console [SME: 4155]
372    
373     * Sat Sep 13 2008 Shad L. Lords <slords@mail.com> 4.19.0-3
374     - Fix detection of xen instance against newer kernels [SME: 4555]
375    
376     * Thu Aug 28 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.19.0-2
377     - Fixed warnings generated during build process [SME: 570]
378    
379     * Wed Aug 20 2008 Shad L. Lords <slords@mail.com> 4.19.0-1
380     - Roll new dev stream.
381    
382     * Sun Aug 17 2008 Gavin Weight <gweight@gmail.com> 4.18.1-22
383     - Add gettext to creating backup file title for localization. [SME: 4467]
384    
385     * Mon Aug 11 2008 Charlie Brady <charlie_brady@mitel.com> 4.18.1-21
386     - Fix race condition in VPN ip-down handling which could cause loss of
387     LAN connectivity. [SME: 4405]
388    
389     * Sat Aug 9 2008 Shad L. Lords <slords@mail.com> 4.18.1-20
390     - Remove requires for whiptail. No longer needed [SME: 4491]
391    
392     * Fri Aug 8 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-19
393     - Change userpassword panel to use PASSWORD_VERIFY_NEW instead of PASSWORD_NEW_VERIFY [SME: 4487]
394    
395     * Thu Aug 7 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-18
396     - Revert locale key PASSWORD_RESET_TITLE to RESET_PASSWORD_TITLE and move it
397     to e-smith-formmagick's general [SME: 4475]
398     - Reverting all *PASSWORD_NO_MATCH to *PASSWORD_VERIFY_ERROR locale keys [SME: 4476]
399     - Remove invalid entry tag from userpassword's locale file preventing the
400     form from displaying properly [SME: 4479]
401    
402     * Tue Aug 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-17
403     - Revert previous invalid locale changes (reverting to 4.18.1-15) [SME: 4472]
404    
405     * Mon Aug 4 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-16
406     - Revert some locale changes
407    
408     * Tue Jul 22 2008 Gavin Weight <gweight@gmail.com> 4.18.1-15
409     - Add regex to support cciss device names in manageRAID.pl. [SME: 4455]
410    
411     * Sat Jul 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-14
412     - Add common <base> tags to e-smith-formmagick's general [SME: 4279]
413    
414     * Sun Apr 27 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-13
415     - Add common <base> tags to e-smith-formmagick's general [SME: 4279]
416    
417     * Wed Apr 23 2008 Shad L. Lords <slords@mail.com> 4.18.1-12
418     - Fix for > 5 nics detected [SME: 4232]
419    
420     * Tue Apr 22 2008 Shad L. Lords <slords@mail.com> 4.18.1-11
421     - Remove use of Date::Manip from ssl.crt [SME: 3155]
422    
423     * Sat Apr 19 2008 Shad L. Lords <slords@mail.com> 4.18.1-10
424     - Fix FreeBusy param when disabled [SME: 1806]
425     - Remove .orig file [SME: 4228]
426    
427     * Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 4.18.1-9
428     - Remove quitConsole from menu [SME: 4154]
429    
430     * Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 4.18.1-8
431     - Really fix free/busy in usermanager [SME: 4157]
432    
433     * Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 4.18.1-7
434     - Use frames in elinks [SME: 4156]
435     - Set homepage for elinks [SME: 4160]
436    
437     * Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 4.18.1-6
438     - Fix free/busy field in useraccounts [SME: 4157]
439    
440     * Tue Apr 1 2008 Shad L. Lords <slords@mail.com> 4.18.1-5
441     - Add free/busy URL entry to help kronolith contribs [SME: 1806]
442    
443     * Fri Mar 28 2008 Shad L. Lords <slords@mail.com> 4.18.1-4
444     - Fix insert_mode for elinks on el5 platform [SME: 4127]
445    
446     * Wed Mar 26 2008 Shad L. Lords <slords@mail.com> 4.18.1-3
447     - Set accounts to deleted before template expansion [SME: 4122]
448    
449     * Wed Mar 26 2008 Shad L. Lords <slords@mail.com> 4.18.1-2
450     - Fix gettext strings returned by password checks [SME: 4104]
451    
452     * Wed Mar 26 2008 Shad L. Lords <slords@mail.com> 4.18.1-1
453     - Roll new stable stream consolidating patches.
454    
455     * Mon Mar 24 2008 Shad L. Lords <slords@mail.com> 4.18.0-104
456     - Finish removing pleasewait [SME: 126]
457    
458     * Tue Mar 18 2008 Shad L. Lords <slords@mail.com> 4.18.0-103
459     - Add gettext to console titles. [SME: 4089]
460    
461     * Sat Mar 15 2008 Stephen Noble <support@dungog.net> 4.18.0-102
462     - Minor translation fixes [SME: 4058] [SME: 4059]
463    
464     * Wed Mar 12 2008 Shad L. Lords <slords@mail.com> 4.18.0-101
465     - Remove tests for removed FORM_TITLE's [SME: 4050]
466    
467     * Wed Mar 12 2008 Shad L. Lords <slords@mail.com> 4.18.0-100
468     - Cleanup SAVE/ADD tag mixup [SME: 4045]
469    
470     * Sat Mar 10 2008 Shad L. Lords <slords@mail.com> 4.18-99
471     - Fix dyndns custom gettext [SME: 4032]
472    
473     * Sat Mar 07 2008 Stephen Noble <support@dungog.net> 4.18-98
474     - revised gettext messages [SME: 631]
475    
476     * Sat Mar 07 2008 Stephen Noble <support@dungog.net> 4.18-97
477     - gettext messages [SME: 631]
478    
479     * Sat Mar 07 2008 Stephen Noble <support@dungog.net> 4.18-96
480     - remove duplicate system password has been changed [SME: 3974]
481    
482     * Sat Mar 07 2008 Stephen Noble <support@dungog.net> 4.18-95
483     - EthernetAssign shouldn't be translated [SME: 3947]
484    
485     * Sun Feb 17 2008 Stephen Noble <support@dungog.net> 4.18-94
486     - Remove pleasewait function [SME: 126]
487    
488     * Sun Feb 17 2008 Stephen Noble <support@dungog.net> 4.18-93
489     - fix gettext formatting in three files [SME: 3938]
490    
491     * Wed Feb 13 2008 chris burnat <devlist@burnat.com> 4.18-92
492     - Fix creation of usernames and pseudonyms with one character
493     - [SME: 2451]
494    
495     * Wed Feb 13 2008 Stephen Noble <support@dungog.net> 4.18-91
496     - Remove <base> tags now in general [SME: 3911]
497    
498     * Sun Feb 10 2008 Stephen Noble <support@dungog.net> 4.18-90
499     - Remove duplicate <base> entries [SME: 3894]
500    
501     * Sat Feb 09 2008 Stephen Noble <support@dungog.net> 4.18-89
502     - remove unused ROUTER_DESC token from lexicon [SME: 3879]
503    
504     * Sat Jan 12 2008 Shad L. Lords <slords@mail.com> 4.18-88
505     - remove default of 1400 MTU for interfaces [SME: 549]
506    
507     * Wed Jan 09 2008 Stephen Noble <support@dungog.net> 4.18-87
508     - db prop to dissociate admin password from root in useraccounts.pm [SME: 3117]
509    
510     * Wed Jan 09 2008 Stephen Noble <support@dungog.net> 4.18-86
511     - pptp connections setting mtu/mru > 1400 [SME: 549]
512    
513     * Tue Jan 08 2008 Stephen Noble <support@dungog.net> 4.18-85
514     - console to strength validate password choice on first entry [SME: 3131]
515    
516     * Tue Jan 08 2008 Stephen Noble <support@dungog.net> 4.18-84
517     - Auto-mount USB REV-drive as usbdisk [SME: 2972]
518    
519     * Sun Jan 06 2008 Stephen Noble <support@dungog.net> 4.18-83
520     - ignore error returns from tar [SME: 3127]
521    
522     * Sun Jan 06 2008 Stephen Noble <support@dungog.net> 4.18-82
523     - Use esmith::util::validatePassword on console [SME: 2173]
524    
525     * Mon Dec 24 2007 Gavin Weight <gweight@gmail.com> 4.18.0-81
526     - Link smartd.conf to bootstrap-save-console and console-save. [SME: 1445]
527    
528     * Mon Dec 24 2007 Stephen Noble <support@dungog.net> 4.18-80
529     - Add smartd as a disabled service with template [SME: 1445]
530    
531     * Sun Dec 16 2007 Shad L. Lords <slords@mail.com> 4.18.0-79
532     - Lock user accounts with usermod instead of passwd [SME: 3595]
533    
534     * Sun Dec 16 2007 Gavin Weight <gweight@gmail.com> 4.18.0-78
535     - Add symlink to fr-fr locale. [SME: 3648]
536    
537     * Mon Nov 12 2007 Shad L. Lords <slords@mail.com> 4.18.0-77
538     - Add fix for varying partition sizes in add_raid [SME: 3547]
539    
540     * Sun Nov 11 2007 Gavin Weight <gweight@gmail.com> 4.18.0-76
541     - Fix removal of Corporate DNS from console. [SME: 3532]
542    
543     * Fri Nov 02 2007 Gavin Weight <gweight@gmail.com> 4.18.0-75
544     - Remove previous change, applied to wrong package. [SME: 3512]
545    
546     * Fri Nov 02 2007 Gavin Weight <gweight@gmail.com> 4.18.0-74
547     - Add WPAD feature for DHCP (Thanks Hector Perez). [SME: 3512]
548    
549     * Tue Oct 16 2007 Gavin Weight <gweight@gmail.com> 4.18.0-73
550     - Make non-Removable pseudonyms point to admin when reassigned. [SME: 2214]
551    
552     * Sun Oct 14 2007 Gavin Weight <gweight@gmail.com> 4.18.0-72
553     - Adjust success text when changing admin password. [SME: 2442]
554    
555     * Thu Oct 11 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-71
556     - Fix comparison of expected to actual SSL cert data. Also change
557     truncation point for email address from 40 chars to 64. [SME: 1736].
558     [Note that -70 was inadvertently skipped.]
559    
560     * Tue Sep 11 2007 Gavin Weight <gweight@gmail.com> 4.18.0-69
561     - Move httpd logrotate.d directory to e-smith-apache. [SME: 3380]
562    
563     * Tue Sep 11 2007 Gavin Weight <gweight@gmail.com> 4.18.0-68
564     - Rename in logrotate.d directory apache to httpd. [SME: 3380]
565    
566     * Fri Sep 07 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-67
567     - Fix pod in groups.pm file. [SME: 3379]
568    
569     * Wed Aug 22 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-66
570     - Relax restrictions on restore devices, to allow CDR and DVDR.
571     [SME: 3126]
572    
573     * Fri Aug 03 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-65
574     - Ensure that depmod is run for all installed kernels. [SME: 3235]
575    
576     * Wed Jul 04 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-64
577     - Really really clear devices variable [SME: 3116]
578    
579     * Sun Jul 1 2007 Shad L. Lords <slords@mail.com> 4.18.0-63
580     - Really clear devices variable [SME: 3116]
581    
582     * Sun Jul 1 2007 Shad L. Lords <slords@mail.com> 4.18.0-62
583     - Clean up loop var and mount point for backup/restore [SME: 3116]
584    
585     * Thu Jun 28 2007 Shad L. Lords <slords@mail.com> 4.18.0-61
586     - Improve usb backup error reporting [SME: 2772]
587    
588     * Tue Jun 26 2007 Gavin Weight <gweight@gmail.com> 4.18.0-60
589     - Move the pam.d ftp/proftpd templates to e-smith-proftpd.
590     [SME: 2762]
591    
592     * Tue Jun 19 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-59
593     - Have nonetworkdrivers script exit silently if kmodule bin not found.
594     [SME: 2549]
595    
596     * Mon Jun 11 2007 Shad L. Lords <slords@mail.com> 4.18.0-58
597     - Start messagebus/haldaemon so restore works [SME: 3058]
598    
599     * Sun Jun 10 2007 Stephen Noble <support@dungog.net> 4.18.0-57
600     - expand /etc/pam.d/login [SME: 2831]
601    
602     * Wed Jun 06 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-56
603     - Prevent backout from console config during initial setup.
604     [SME: 2540]
605    
606     * Sun Jun 3 2007 Shad L. Lords <slords@mail.com> 4.18.0-55
607     - Clean up some more newlines [SME: 3035]
608     - Make raid failures more verbose [SME: 3032]
609     - Fix add_drive_to_raid and partition issues [SME: 2155, 2232]
610    
611     * Wed May 30 2007 Gavin Weight <gweight@gmail.com> 4.18.0-54
612     - Update noraid text and add newline after text. [SME: 3035]
613    
614     * Thu May 24 2007 Shad L. Lords <slords@mail.com> 4.18.0-53
615     - Don't use cracklib in system-auth [SME: 2686]
616    
617     * Fri May 18 2007 Shad L. Lords <slords@mail.com> 4.18.0-52
618     - Use correct lib for modules
619    
620     * Thu May 17 2007 Shad L. Lords <slords@mail.com> 4.18.0-51
621     - Updates to support xenU instance
622    
623     * Wed May 9 2007 Shad L. Lords <slords@mail.com> 4.18.0-50
624     - Updates to support SME Server 8
625    
626     * Sat May 05 2007 Gavin Weight <gweight@gmail.com> 4.18.0-49
627     - Fix service match RE in /sbin/e-smith/service. [SME: 2959]
628    
629     * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
630     - Clean up spec so package can be built by koji/plague
631    
632     * Sun Apr 29 2007 Shad L. Lords <slords@mail.com> 4.18.0-48
633     - Change to dist for tagging release
634     - Only include apmd for i386 platforms
635    
636     * Fri Apr 27 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-47
637     - Validate GatewayIP address more carefully. [SME: 2928]
638    
639     * Sat Apr 14 2007 Stephen Noble <support@dungog.net> 4.18.0-46
640     - Field to change ssh port [SME: 2382]
641    
642     * Sat Apr 14 2007 Stephen Noble <support@dungog.net> 4.18.0-45
643     - Change fm to self in remoteaccess.pm [SME: 2382]
644    
645     * Fri Apr 13 2007 Shad L. Lords <slords@mail.com> 4.18.0-44
646     - Make configuration dbs config(noreplace) [SME: 2527]
647    
648     * Fri Apr 13 2007 Shad L. Lords <slords@mail.com> 4.18.0-43
649     - Adjust perm for dhcpd.conf again [SME: 2715]
650    
651     * Thu Apr 12 2007 Shad L. Lords <slords@mail.com> 4.18.0-42
652     - Put usbback patch back in. [SME: 2483]
653    
654     * Thu Apr 12 2007 Stephen Noble <support@dungog.net> 4.18.0-41
655     - Remove enable slocate patch [SME: 102]
656    
657     * Thu Apr 12 2007 Stephen Noble <support@dungog.net> 4.18.0-40
658     - Change Try Again to gettext(Back) in perform backup [SME: 2483]
659    
660     * Thu Apr 12 2007 Stephen Noble <support@dungog.net> 4.18.0-39
661     - Enable slocate in /etc/updatedb.conf [SME: 102]
662    
663     * Wed Apr 11 2007 Stephen Noble <support@dungog.net> 4.18.0-38
664     - Make console text consistent 'Please stand by' [SME: 2493]
665    
666     * Wed Apr 11 2007 Stephen Noble <support@dungog.net> 4.18.0-37
667     - Fix missing en-au & en-nz language noise. [SME: 2093]
668    
669     * Wed Apr 11 2007 Stephen Noble <support@dungog.net> 4.18.0-36
670     - Fix missing list items for console [SME: 2642]
671    
672     * Mon Apr 09 2007 Shad L. Lords <slords@mail.com> 4.18.0-35
673     - Don't attempt to add_raid_device if no raid [SME: 2484]
674    
675     * Fri Apr 06 2007 Shad L. Lords <slords@mail.com> 4.18.0-34
676     - Add fix for perms on dhcpd.conf file [SME: 2715]
677    
678     * Fri Apr 06 2007 Shad L. Lords <slords@mail.com> 4.18.0-33
679     - Remove fix for ftpusers. Belongs in e-smith-proftpd. [SME: 2841]
680    
681     * Fri Apr 06 2007 Shad L. Lords <slords@mail.com> 4.18.0-32
682     - Fix permissions on ftpusers file [SME: 2841]
683     - Fix permissions on pwauth file [SME: 2842]
684    
685     * Thu Apr 05 2007 Shad L. Lords <slords@mail.com> 4.18.0-31
686     - Simplify depmod call in conf-modules [SME: 2554]
687    
688     * Wed Apr 04 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-30
689     - Fix login pam configuration file. TODO - expand the template
690     during bootstrap-console-save. [SME: 2831]
691    
692     * Mon Mar 26 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-29
693     - Add rotate_timestamped_logfiles action, split from
694     generic_template_expand. [SME: 2795]
695    
696     * Thu Mar 22 2007 Shad L. Lords <slords@mail.com> 4.18.0-28
697     - Fix rc.e-smith to work with el4 and el5 [SME: 2510]
698    
699     * Mon Mar 19 2007 Shad L. Lords <slords@mail.com> 4.18.0-27
700     - Add missing elements in prior pam updates [SME: 2551]
701    
702     * Mon Mar 19 2007 Shad L. Lords <slords@mail.com> 4.18.0-26
703     - Update pam_stack to new include for el5 [SME: 2551]
704    
705     * Thu Mar 08 2007 Gavin Weight <gweight@gmail.com> 4.18.0-25
706     - Fix missing en-gb language noise. [SME: 2633]
707    
708     * Thu Mar 08 2007 Shad L. Lords <slords@mail.com> 4.18.0-24
709     - Call cropLeft function correctly in crt expansion [SME: 1689]
710    
711     * Wed Mar 07 2007 Shad L. Lords <slords@mail.com> 4.18.0-23
712     - Make elinks display correctly with xterm display [SME: 444]
713    
714     * Wed Mar 07 2007 Shad L. Lords <slords@mail.com> 4.18.0-22
715     - Add db override for crt common name [SME: 1689]
716    
717     * Wed Mar 07 2007 Shad L. Lords <slords@mail.com> 4.18.0-21
718     - Default adding drive to raid to no [SME: 2644]
719    
720     * Tue Mar 06 2007 Shad L. Lords <slords@mail.com> 4.18.0-20
721     - Allow nics to swap if different LAN chosen [SME: 2612]
722    
723     * Tue Mar 06 2007 Shad L. Lords <slords@mail.com> 4.18.0-19
724     - Default WAN NIC to the *other* NIC than the one selected for LAN [SME: 2612]
725    
726     * Tue Mar 06 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-18
727     - Combine two similar loops in selectEthernet and break overly
728     long string constant. [SME: 2612]
729    
730     * Tue Mar 06 2007 Shad L. Lords <slords@mail.com> 4.18.0-17
731     - Fix network selection dialog to include all drivers. [SME: 2612]
732    
733     * Thu Mar 01 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-16
734     - Fix run.static file in wan service directory. [SME: 2580]
735    
736     * Fri Feb 23 2007 Shad L. Lords <slords@mail.com> 4.18.0-15
737     - Fix glob for selecting backup devices. [SME: 2521]
738    
739     * Fri Feb 23 2007 Shad L. Lords <slords@mail.com> 4.18.0-14
740     - User new console infobox for console backup. [SME: 2533]
741    
742     * Thu Feb 22 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-13
743     - Use new esmith::console::infobox widget in console. [SME: 2533]
744    
745     * Fri Feb 16 2007 Shad L. Lords <slords@mail.com> 4.18.0-12
746     - Change runsvctrl to sv to support runit v1.7.x
747    
748     * Fri Feb 16 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-11
749     - Restate microcode_ctl/irqbalance/cpuspeed dependencies. [SME: 2490]
750    
751     * Sun Feb 11 2007 Shad L. Lords <slords@mail.com> 4.18.0-10
752     - Set db value for external ip before expanding templates [SME: 1977]
753    
754     * Sun Feb 11 2007 Shad L. Lords <slords@mail.com> 4.18.0-9
755     - Do better detection of possible devices for backup/restore [SME: 2317]
756    
757     * Sun Feb 11 2007 Shad L. Lords <slords@mail.com> 4.18.0-8
758     - Set ENV{HOME} so mysql dump works for backup [SME: 2412]
759    
760     * Wed Feb 07 2007 Charlie Brady <charlieb@e-smith.com> 4.18.0-7
761     - Remove unused remnant dhcpcd templates. [SME: 2445]
762    
763     * Wed Feb 07 2007 Charlie Brady <charlieb@e-smith.com> 4.18.0-6
764     - Configure elinks to obey cache control directives. I have
765     no idea why that would not be the default! [SME: 2443]
766    
767     * Tue Jan 30 2007 Shad L. Lords <slords@mail.com> 4.18.0-5
768     - Ensure gateway dev is correct for server-only [SME: 2404]
769    
770     * Mon Jan 29 2007 Shad L. Lords <slords@mail.com> 4.18.0-4
771     - Add cancel button to backup/restore panels [SME: 2393]
772    
773     * Mon Jan 29 2007 Shad L. Lords <slords@mail.com> 4.18.0-3
774     - Add console backup to USB [SME: 2317]
775    
776     * Sun Jan 28 2007 Shad L. Lords <slords@mail.com> 4.18.0-2
777     - Fix backtitle for saving changes [SME: 2328]
778    
779     * Fri Jan 26 2007 Shad L. Lords <slords@mail.com> 4.18.0-1
780     - Roll stable stream. [SME: 2328]
781    
782     * Tue Jan 23 2007 Charlie Brady <charlieb@e-smith.com> 4.17.2-8
783     - Remove unused ifcfg-log:0 templates. [SME: 2368]
784    
785     * Tue Jan 23 2007 Charlie Brady <charlieb@e-smith.com> 4.17.2-7
786     - Add template fragments to allow forcing of ethernet negotiation
787     parameters [SME: 2362]
788    
789     * Tue Jan 23 2007 Charlie Brady <charlieb@e-smith.com> 4.17.2-6
790     - Remove unused pam and abl templates (remnants of some stuff I
791     was prototyping).
792    
793     * Fri Jan 19 2007 Shad L. Lords <slords@mail.com> 4.17.2-5
794     - [Forward-ported from 4.17.0]
795     - Refactor console code considerably, and add restore from CDROM/USB
796     backup capability to console.
797     - Remove deprecated %conf use in console. [SME: 1856]
798    
799     * Fri Jan 19 2007 Shad L. Lords <slords@mail.com> 4.17.2-4
800     - [Ported from e-smith-base+ldap]
801     - Add support for use of pam_tally and/or pam_abl modules. Both
802     are disabled by default.
803     - Update /etc/pam.d/{ftp,passwd} templates.
804     - Add template for /etc/pam.d/system-auth.
805    
806     * Fri Jan 19 2007 Shad L. Lords <slords@mail.com> 4.17.2-3
807     - [Forward-ported from 4.17.0]
808     - Move masq fragments to e-smith-packetfilter rpm.
809    
810     * Fri Jan 19 2007 Shad L. Lords <slords@mail.com> 4.17.2-2
811     - [Forward-ported from 4.17.0]
812     - Remove server-manager templates and scripts - move to e-smith-manager.
813     [SME: 2023]
814    
815     * Fri Jan 19 2007 Shad L. Lords <slords@mail.com> 4.17.2-1
816     - [Forward-ported from 4.17.0]
817     - Combine dhcp client, pppoe, dialup and static WAN connections into
818     "wan" service. [SME 1795]
819    
820     * Fri Jan 19 2007 Shad L. Lords <slords@mail.com> 4.17.2-0
821     - Make new development stream. Based from 4.16.0-39.
822    
823     * Sun Jan 14 2007 Shad L. Lords <slords@mail.com> 4.16.0-39
824     - [Back-port from 4.17.0-23]
825     - Add admin email forwarding to modify user panel [SME: 827]
826    
827     * Sat Jan 13 2007 Shad L. Lords <slords@mail.com> 4.16.0-38
828     - [Back-port from 4.17.0-22]
829     - Fix last patch so that data is pulled correctly [SME: 1034]
830    
831     * Sat Jan 13 2007 Shad L. Lords <slords@mail.com> 4.16.0-37
832     - [Back-port from 4.17.0-21]
833     - Make purge-old-logs configurable via db [SME: 1034]
834    
835     * Wed Jan 10 2007 Shad L. Lords <slords@mail.com> 4.16.0-36
836     - [Back-port from 4.17.0-20]
837     - Don't regenerate key and only regenerate crt when expired. [SME: 2035]
838    
839     * Tue Dec 26 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-35
840     - [Back-port from 4.17.0-19]
841     - And mark admin_raidreport as only available for local mail [SME: 2139]
842    
843     * Tue Dec 26 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-34
844     - [Back-port from 4.17.0-17, 4.17.0-18]
845     - Send raidmonitor output to admin_raidreport pseudonym [SME: 2139]
846     - And mark admin_raidreport as non-Removable [SME: 2139]
847    
848     * Sat Dec 23 2006 Shad L. Lords <slords@mail.com> 4.16.0-33
849     - Disable raid based on /proc/partitions (which is dynamic) instead
850     of grub/device.map (which is static) [SME: 2131]
851    
852     * Fri Dec 22 2006 Shad L. Lords <slords@mail.com> 4.16.0-32
853     - Check device size after calculating space needed. [SME: 2131]
854    
855     * Fri Dec 08 2006 Shad L. Lords <slords@mail.com> 4.16.0-31
856     - Create partitions in order of size. This makes sure boot is first and
857     / is last. Also last partitions fills all available space making resizing
858     easier. [SME: 2131]
859    
860     * Thu Dec 07 2006 Shad L. Lords <slords@mail.com>
861     - Update to new release naming. No functional changes.
862     - Make Packager generic
863    
864     * Tue Dec 05 2006 Shad L. Lords <slords@mail.com> 4.16.0-30
865     - Update manage raid console functions to handle all raid types [SME: 2131]
866    
867     * Tue Nov 21 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-29
868     - Fix warning from dhclient.conf template expansion.
869    
870     * Wed Aug 30 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-28
871     - Add missing LocalModule for mod_proxy_http to admin apache conf.
872     [SME: 1853]
873    
874     * Fri Jul 14 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-27
875     - Prevent daily regeneration of SSL cert if City/Company/Department are
876     empty. [SME: 1602]
877    
878     * Wed Jun 28 2006 Gavin Weight <gweight@gmail.com> 4.16.0-26
879     - Menu text in console is incorrect for RAID5 installs. [SME: 404]
880    
881     * Wed Jun 14 2006 Gavin Weight <gweight@gmail.com> 4.16.0-25
882     - Modify user create page to show henry:miller not henry_miller. [SME: 531]
883    
884     * Fri Jun 9 2006 Gavin Weight <gweight@gmail.com> 4.16.0-24
885     - Remove lines for creating symlink to statusreport from spec file. [SME: 450]
886    
887     * Mon Jun 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-23
888     - Allow for admin account when locking null passwords, and perform
889     check in post-upgrade so that the password screen will be presented
890     after the reboot [SME: 1529]
891    
892     * Mon Jun 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-22
893     - Correct argument ordering in last change [SME: 790, SME: 1541]
894    
895     * Sun May 28 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-21
896     - Increase cert serial number when new certificate is generated. [SME: 790]
897    
898     * Sun May 28 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-20
899     - Change ssl.crt template so that cert is regenerated if issuer information
900     has changed. [SME: 1484]
901    
902     * Thu Apr 27 2006 Gavin Weight <gweight@gmail.com> 4.16.0-19
903     - Change default shutdown value from shutdown to reboot. [SME: 1320]
904    
905     * Sun Apr 23 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-18
906     - Fix syntax error introduced in last change (and reuse $rc and $choice in
907     raidManage.pl). [SME: 1285,1300]
908    
909     * Fri Apr 21 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-17
910     - Force masq service to enabled for servergateway modes, but
911     leave at current setting for serveronly. Revises -09 change [SME: 1209]
912    
913     * Wed Apr 19 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-16
914     - Add big warning about wiping disk to raid management screen.
915     [SME: 1285]
916    
917     * Tue Apr 18 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-15
918     - Ensure that rmmod-bonding doesn't return error status if
919     bonding is not enabled (e.g. during upgrade) [SME: 935]
920    
921     * Tue Apr 18 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-14
922     - Avoid warning from NICBondingOptions migrate fragment. [SME: 1271]
923    
924     * Tue Apr 18 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-13
925     - Always save ssh property changes, even if sshd is disabled [SME: 1210]
926    
927     * Thu Apr 13 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-12
928     - Don't run kudzu at every bootup. [SME: 727]
929    
930     * Tue Apr 11 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-11
931     - More fixes to dhclient configuration (courtesy of Richard Schiffelers).
932     [SME: 881]
933    
934     * Mon Apr 10 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-10
935     - Fixes to dhclient configuration (courtesy of Richard Schiffelers).
936     [SME: 881]
937    
938     * Thu Apr 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-09
939     - Enable the masq service to ensure that installs and upgrades
940     are consistent. If someone really wants to disable it, they can
941     add a force fragment [SME: 1209]
942    
943     * Thu Apr 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-08
944     - Lock accounts with bad SMB passwords [SME: 1193]
945    
946     * Thu Apr 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-07
947     - Revert password length restriction changes [SME: 1193]
948    
949     * Thu Apr 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-06
950     - Adjust plural in page title in last patch [SME: 1193]
951    
952     * Thu Apr 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-05
953     - Adjust console logic for 14 character password restriction [SME: 1193]
954    
955     * Wed Apr 5 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-04
956     - Only process 'network' entries in route-eth0 template [SME: 1182]
957    
958     * Wed Apr 5 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-03
959     - Restrict passwords to 14 characters [SME: 1193]
960    
961     * Tue Mar 14 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-02
962     - Rename anaconda logs, but leave a symlink. Do nothing if the log
963     is already a symlink or missing [SME: 808]
964    
965     * Tue Mar 14 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-01
966     - Roll stable stream version. [SME: 1016]
967    
968     * Tue Mar 14 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-20
969     - Ensure that each user has a Shell property in post-upgrade.
970     If they didn't have one before, set it to the current value in
971     /etc/passwd. [SME: 859]
972    
973     * Tue Mar 14 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-19
974     - Copy anaconda logs instead of renaming them in post-upgrade [SME: 808]
975     - Adjust timestamp of copied logs to logfiles2timestamp format [SME: 808]
976    
977     * Mon Mar 13 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-18
978     - Change modSSL to be private in Private Server and Gateway mode [SME: 328]
979    
980     * Mon Mar 13 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-17
981     - And remove now redundant calls to wherenext [SME: 986]
982    
983     * Fri Mar 10 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.9-16
984     - Fix FM page name (FirstPage => First) in a few places. [SME: 986]
985    
986     * Tue Mar 7 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-15
987     - Correct typo in -13 change which hid message [SME: 964]
988    
989     * Tue Mar 7 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-14
990     - Display a message for single disk installs which catches that
991     case and tells people that they can add a second disk and produce
992     a mirrored pair [SME: 958]
993    
994     * Tue Mar 7 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-13
995     - Display a nicer message when a spare disk is available to be
996     added to the pair [SME: 964]
997     - Blank line for consistency with other messages [SME: 964]
998    
999     * Tue Mar 7 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-12
1000     - Check whether a resync is in progress so we don't state that
1001     intervention is required when it is not [SME: 958]
1002    
1003     * Tue Mar 7 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-11
1004     - Check whether destination drive of add_mirror is already part
1005     of a RAID device. If so, complain and exit [SME: 870]
1006     - Also ensure that /sbin is in the PATH
1007    
1008     * Sun Mar 5 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.9-10
1009     - Fixes to dhclient configuration. [SME: 881]
1010    
1011     * Fri Mar 03 2006 Mark Knox <mark_knox@mitel.com> 4.15.9-09
1012     - Added NIC Bonding options screen in console [SME: 935]
1013     - Migrate old NICBondingOptions to new defaults, and added new default
1014     options [SME: 935]
1015     - rmmod bonding.ko in bootstrap-console-save so new options work
1016     without extra reboot [SME: 935]
1017    
1018     * Wed Mar 01 2006 Mark Knox <mark_knox@mitel.com> 4.15.9-08
1019     - Allow NICBondingOptions in 10bonding template fragment [SME: 918]
1020    
1021     * Wed Mar 01 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.9-07
1022     - Bump pppoe run script mlimit from 10M to 25M. [SME: 907]
1023    
1024     * Fri Feb 24 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-06
1025     - Re-do -04 change as a patch so it sticks [SME: 863]
1026    
1027     * Thu Feb 23 2006 Charlie Brady <charlieb@e-smith.com> 4.15.9-05
1028     - Add templates for dhclient configuration file. [SME: 881]
1029    
1030     * Wed Feb 22 2006 Charlie Brady <charlieb@e-smith.com> 4.15.9-04
1031     - Remove default fragment for AdminEmail [SME: 863]
1032    
1033     * Mon Feb 21 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-03
1034     - Change 'Reconfigure' to lower case in menu [SME: 2]
1035    
1036     * Mon Feb 20 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-02
1037     - Add requires for mdadm. We use it in the console and raid monitor
1038     and it won't get installed for 5.x upgrades [SME: 767]
1039    
1040     * Fri Feb 17 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-01
1041     - Roll patches to 4.15.8-60
1042     - Trim changelog before 4.15.3-01 [SME: 828]
1043    
1044     * Fri Feb 17 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-60
1045     - Also rotate /var/log/anaconda.{log,syslog} in post-upgrade [SME: 808]
1046    
1047     * Fri Feb 17 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-59
1048     - Change 'Reconfigure' to lower case in -57 change [SME: 2]
1049    
1050     * Fri Feb 17 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-58
1051     - Add /root/upgrade.log and /root/upgrade.log.syslog to
1052     logfiles2timestamp in post-upgrade event so we preserve
1053     them across multiple upgrades [SME: 808]
1054    
1055     * Fri Feb 17 2006 Gavin Weight <gweight@gmail.com> 4.15.8-57
1056     - Added Reconfigure and Reboot option in console, changed
1057     main console menu to reflect Reconfigure option [SME: 2]
1058    
1059     * Thu Feb 16 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-56
1060     - Default EmailForward to 'local' in case that part of the panel
1061     is hidden from view [SME: 704]
1062    
1063     * Thu Feb 16 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-55
1064     - Adjust console title bar to 'SME Server' [SME: 726]
1065     - Change title on "Choose administrator password" screens
1066    
1067     * Mon Feb 13 2006 Mark Knox <mark_knox@mitel.com> 4.15.8-54
1068     - Set EthernetDriver2 property when bonding is enabled [SME: 776]
1069    
1070     * Mon Feb 13 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-53
1071     - Remove cpuspeed.contrib ClearCase droppings [SME: 754]
1072    
1073     * Sun Feb 12 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-52
1074     - Start bootstrap-console earlier - in particular before raidmonitor.
1075     Don't try to restart 'random'. [SME: 743]
1076    
1077     * Sun Feb 12 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-51
1078     - Obsolete keytable service. [SME: 746]
1079    
1080     * Sat Feb 11 2006 Shad L. Lords <slords@mail.com> 4.15.8-50
1081     - Run kudzu -q from inittab [SME: 727]
1082    
1083     * Tue Feb 9 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-49
1084     - Make bootp support optional, defaulting to 'deny'. [SME: 660]
1085    
1086     * Thu Feb 9 2006 Gavin Weight <gweight@gmail.com> 4.15.8-48
1087     - Removed the online-manual. [SME: 407]
1088    
1089     * Thu Feb 9 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-47
1090     - Hide email forwarding options on useraccounts page if there is
1091     no 'smtpd' record [SME: 704]
1092    
1093     * Wed Feb 8 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-46
1094     - Fix conversion of user shell from sshell to rssh. [SME: 699]
1095    
1096     * Tue Feb 7 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-45
1097     - Fix up location of 00openRW fragments from change 41 [SME: 659. 679]
1098    
1099     * Mon Feb 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-44
1100     - Change logic for determining RAID partitions in use [SME: 516]
1101     - Add detailed output of the RAID state to messages log [SME: 516]
1102    
1103     * Mon Feb 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-43
1104     - Only say that a RAID device is clean if truly clean [SME: 516]
1105     - Adjusted warning to say 'may be required' instead of 'is'
1106    
1107     * Mon Feb 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-42
1108     - Delete 'deny bootp' fragment from dhcpd.conf, reverting to
1109     default, which is to allow bootp. [SME: 660]
1110    
1111     * Sun Feb 5 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-41
1112     - Use appropriate esmith::*DB class for 00openRW migrate fragments.
1113     [SME: 659]
1114    
1115     * Tue Jan 31 2006 Gavin Weight <gweight@gmail.com> 4.15.8-40
1116     - Added EmailForward migrate fragment [SME: 598]
1117    
1118     * Tue Jan 31 2006 Gavin Weight <gweight@gmail.com> 4.15.8-39
1119     - Added text periods and underscores in useraccounts [SME: 531]
1120    
1121     * Tue Jan 31 2006 Gavin Weight <gweight@gmail.com> 4.15.8-38
1122     - Updated copyright text in server-manager [SME: 459]
1123    
1124     * Tue Jan 31 2006 Gavin Weight <gweight@gmail.com> 4.15.8-37
1125     - The menu text incorrect for RAID5 configurations [SME: 404]
1126    
1127     * Tue Jan 31 2006 Shad L. Lords <slords@mail.com> 4.15.8-36
1128     - Disable zeroconf so 169.254.0.0/16 route isn't created [SME: 613]
1129    
1130     * Sun Jan 29 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-35
1131     - Fix flip of access settings to default on first post-upgrade (e.g.
1132     sshd from public to private). [SME: 495]
1133    
1134     * Sun Jan 29 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-34
1135     - Remove remnants of statustest. [SME: 450]
1136    
1137     * Wed Jan 25 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-33
1138     - Add templated elinks config file. [SME: 444]
1139    
1140     * Mon Jan 23 2006 Shad L. Lords <slords@mail.com> 4.15.8-32
1141     - Help raidmonitor report more than just failures [SME: 496]
1142    
1143     * Mon Jan 23 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-31
1144     - Create ~/.ssh as part of skeleton home directory [SME: 456]
1145    
1146     * Wed Jan 18 2006 Charlie Brady <charlieb@e-smith.com> 4.15.8-30
1147     - Fix reboot problem when switching WAN from dynamic to static
1148     address. [SME: 500]
1149    
1150     * Fri Jan 13 2006 Mark Knox <mark_knox@mitel.com> 4.15.8-29
1151     - New migrate fragment to clean up NIC bonding property [SME: 449]
1152    
1153     * Fri Jan 13 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-28
1154     - Fix account regexp for set_password case [SME: 24]
1155    
1156     * Wed Jan 11 2006 Mark Knox <mark_knox@mitel.com> 4.15.8-27
1157     - New console option for ethernet bonding [SME: 449]
1158    
1159     * Mon Jan 9 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-26
1160     - Allow dot and underscore in account names [SME: 24]
1161     - Default maxAcctNameLength and maxGroupNameLength to 31 [SME: 24]
1162    
1163     * Thu Jan 5 2006 Charlie Brady <charlieb@e-smith.com> 4.15.8-25
1164     - Avoid generating warning messages during interfaces migration
1165     template fragment. [SME: 354]
1166    
1167     * Thu Jan 5 2006 Charlie Brady <charlieb@e-smith.com> 4.15.8-24
1168     - Don't add obsolete ipsec net-pf aliases to modprobe.conf, and
1169     remove them if found. [SME: 390]
1170    
1171     * Sun Jan 2 2006 Charlie Brady <charlieb@e-smith.com> 4.15.8-23
1172     - Use regexp as well as cracklib to check admin password in console.
1173     [SME: 335]
1174    
1175     * Mon Jan 2 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-22
1176     - Change heuristic for finding disks in manageRAID.pl [SME: 342]
1177    
1178     * Sat Dec 25 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-21
1179     - Move testInternet console menu item to smeserver-support [SME: 364]
1180    
1181     * Fri Dec 16 2005 Charlie Brady <charlieb@e-smith.com> 4.15.8-20
1182     - Fix localization bug in add_mirror. [SME: 341]
1183    
1184     * Thu Dec 15 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-19
1185     - Remove the "In eight seconds" untruth from shutdown/reboot [SME: 86]
1186    
1187     * Thu Dec 15 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-18
1188     - Added modSSL{CipherSuite} default [SME: 194]
1189    
1190     * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-17
1191     - Enable microcode_ctl service by default [SME: 74]
1192    
1193     * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-16
1194     - Removed accounts db default for 'common'
1195     - Added accounts db defaults for server-common and server-resources [SME: 77]
1196    
1197     * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-15
1198     - Ensure that Nameservers==localhost is set for the primary domain [SME: 137]
1199    
1200     * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-14
1201     - And remove db defaults for sysstat service [SME: 327]
1202    
1203     * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-13
1204     - Remove sysstat startup symlink [SME: 327]
1205    
1206     * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-12
1207     - Default sysconfig{PreviousSystemMode} == unknown [SME: 75]
1208    
1209     * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-11
1210     - Remove Requires: sysstat [SME: 327]
1211    
1212     * Sat Dec 10 2005 Charlie Brady <charlieb@e-smith.com> 4.15.8-10
1213     - Move code for testing internet access into menu item file.
1214     [SME: 261]
1215    
1216     * Thu Dec 8 2005 Charlie Brady <charlieb@e-smith.com> 4.15.8-09
1217     - Fix looping in console at swap ethernet choice page. [SME: 68]
1218    
1219     * Wed Dec 7 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-08
1220     - Fix taint issues with RAID management menu item [SME: 253]
1221    
1222     * Mon Dec 05 2005 Filippo Carletti <carletti@mobilia.it> 4.15.8-07
1223     - console: DHCP range (wrong path chosen for non-English) [SME: 157]
1224    
1225     * Fri Dec 2 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-06
1226     - Initial cut at console menu item to (re)add RAID-1 mirror [SME: 253]
1227     - Needs to move to /sbin/e-smith/console-menu-items, once I work out
1228     what I believe is a taint issue.
1229    
1230     * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-05
1231     - Change 'standby' to 'stand by' in console [SME: 66]
1232    
1233     * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-04
1234     - Fix routing on eth0 for multiple local networks [SME: 203]
1235    
1236     * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-03
1237     - Bump release number only
1238    
1239     * Mon Nov 28 2005 Charlie Brady <charlieb@e-smith.com>
1240     - [4.15.8-02]
1241     - Re-import head to CVS.
1242     - Regenerate both key and cert when cert expires, not just crt. [SF: 1365965]
1243    
1244     * Sun Nov 20 2005 Gordon Rowell <gordonr@e-smith.com>
1245     - [4.15.8-01]
1246     - Default cpuspeed to disabled [MN00107779]
1247    
1248     * Wed Nov 16 2005 Mark Knox <mark_knox@mitel.com>
1249     - [4.15.7-01]
1250     - Imported to ClearCase
1251     - Changed console sort order from ASCII to numeric [MN00107120]
1252    
1253     * Sun Nov 13 2005 Gordon Rowell <gordonr@e-smith.com>
1254     - [4.15.6-09]
1255     - Add -f option to add_mirror to allow use of disks with existing
1256     partition tables [MN00101667]
1257    
1258     * Sun Nov 13 2005 Gordon Rowell <gordonr@e-smith.com>
1259     - [4.15.6-08]
1260     - Add reconfiguration reboot option to reboot panel [SF: 1349946]
1261     - TODO: Cleanup so that the red warning header doesn't display since
1262     the reboot is going to happen anyway
1263    
1264     * Mon Nov 7 2005 Gordon Rowell <gordonr@e-smith.com>
1265     - [4.15.6-07]
1266     - Only signal-event ip-change on the BOUND action of dhclient [SF: 1344853]
1267    
1268     * Tue Nov 1 2005 Charlie Brady <charlieb@e-smith.com>
1269     - [4.15.6-06]
1270     - Change DISABLED -> OFF in init script messages, and go back to standard
1271     alignment. [SF: 1264702, 134543]
1272    
1273     * Mon Oct 24 2005 Charlie Brady <charlieb@e-smith.com>
1274     - [4.15.6-05]
1275     - Add default value of SYSFONTACM to /etc/sysconfig/i18n. [SF: 1295293]
1276    
1277     * Mon Oct 24 2005 Charlie Brady <charlieb@e-smith.com>
1278     - [4.15.6-04]
1279     - Replace grub setup commands in add_mirror with an exec of an external
1280     script. This script will be provided by a bootloader specific package,
1281     e.g. e-smith-lilo or e-smith-grub. That package should include a
1282     "Provides: e-smith-bootloader" header, to satisfy a Requires in this
1283     package. [SF: 1335937]
1284    
1285     * Thu Oct 20 2005 Charlie Brady <charlieb@e-smith.com>
1286     - [4.15.6-03]
1287     - Unload network drivers immediately after rc.sysinit runs, so that
1288     we can control the order of allocation of eth0 and eth1. [SF: 1332366]
1289    
1290     * Mon Oct 17 2005 Charlie Brady <charlieb@e-smith.com>
1291     - [4.15.6-02]
1292     - Disable raid monitor if /boot/grub/device.map suggests that the system
1293     is a single disk system. [SF: 1269091]
1294    
1295     * Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com>
1296     - [4.15.6-01]
1297     - Remove L10Ns from base packages [SF: 1309520]
1298    
1299     * Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com>
1300     - [4.15.5-01]
1301     - New dev stream before relocating L10Ns
1302    
1303     * Thu Oct 13 2005 Gordon Rowell <gordonr@gormand.com.au>
1304     - [4.15.4-52]
1305     - Add /sbin/e-smith/add_mirror [SF: 1325479]
1306    
1307     * Tue Oct 11 2005 Charlie Brady <charlieb@e-smith.com>
1308     - [4.15.4-51]
1309     - Untaint menu choice when ethernet driver is chosen from menu. [SF: 1323270]
1310    
1311     * Tue Oct 11 2005 Charlie Brady <charlieb@e-smith.com>
1312     - [4.15.4-50]
1313     - Move user-create-unix action before template expansions, so
1314     that getpwnam can be used in template fragments. Ditto
1315     for group-create-unix. [SF. 1322231]
1316    
1317     * Sun Oct 9 2005 Charlie Brady <charlieb@e-smith.com>
1318     - [4.15.4-49]
1319     - Fix spelling mistake in useraccounts panel. [SF: 1320002]
1320    
1321     * Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com>
1322     - [4.15.4-48]
1323     - Revised translation of groups panel, reordered to match
1324     the English lexicon - Thanks Didier Rambeau [SF: 1305184]
1325    
1326     * Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com>
1327     - [4.15.4-47]
1328     - Added foot.tmpl for Italian [SF: 1309266]
1329    
1330     * Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com>
1331     - [4.15.4-46]
1332     - Added Italian L10Ns - Thanks Filippo Carletti [SF: 1309266]
1333    
1334     * Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com>
1335     - [4.15.4-45]
1336     - Added Italian for Please wait - we should do this through gettext
1337     or similar [SF: 1309288]
1338    
1339     * Thu Sep 29 2005 Gordon Rowell <gordonr@e-smith.com>
1340     - [4.15.4-44]
1341     - Reword Master DNS Server screen as "Corporated DNS Server", in
1342     line with domains panel [gordonr MN00096914]
1343    
1344     * Mon Sep 26 2005 Gordon Rowell <gordonr@e-smith.com>
1345     - [4.15.4-43]
1346     - German L10Ns for userpassword and console - Thanks Dietmar Berteld
1347     [SF: 1293325]
1348    
1349     * Sun Sep 25 2005 Gordon Rowell <gordonr@e-smith.com>
1350     - [4.15.4-42]
1351     - Added German L10N - Thanks Dietmar Berteld [SF: 1293325]
1352    
1353     * Sun Sep 25 2005 Gordon Rowell <gordonr@e-smith.com>
1354     - [4.15.4-41]
1355     - Added "de" to pleasewait ugliness case statement and
1356     sorted the list alphabetically [SF: 1293325]
1357    
1358     * Fri Sep 23 2005 Gordon Rowell <gordonr@e-smith.com>
1359     - [4.15.4-40]
1360     - Convert [s]smtpfront-qmail to [s]smtpd in migrate fragment [SF: 1291265]
1361    
1362     * Thu Sep 22 2005 Charlie Brady <charlieb@e-smith.com>
1363     - [4.15.4-39]
1364     - Add preliminary support for ethernet bonding on local interface.
1365     - Modify user-modify-unix so that usermod is not called to change
1366     shell or GCOS field unless they need to change.
1367    
1368     * Mon Sep 12 2005 Charlie Brady <charlieb@e-smith.com>
1369     - [4.15.4-38]
1370     - Update filelist entries for databases which have moved
1371     from /home/e-smith to /home/e-smith/db [SF: 1216546]
1372    
1373     * Tue Sep 6 2005 Tony Clayton <apc@e-smith.com>
1374     - [4.15.4-37]
1375     - Create /mnt/floppy symlink if required in post-{install,upgrade}.
1376     [MN00095821]
1377     - Haldaemon race conditions seem quite recalcitrant, so don't try to create
1378     /mnt/cdrom symlink. [SF: 1260322]
1379     - Disable CTRL-C in console [tonyc SF: 1264697]
1380     - Catch CTRL-C in console during Test Internet [tonyc SF: 1264697]
1381    
1382     * Tue Sep 6 2005 Charlie Brady <charlieb@e-smith.com>
1383     - [4.15.4-36]
1384     - Rework user-group-modify to work around perl bug in getgrent(). [SF 1276553]
1385    
1386     * Tue Sep 6 2005 Charlie Brady <charlieb@e-smith.com>
1387     - [4.15.4-35]
1388     - Also create /mnt/floppy symlink if required. [MN00095821]
1389    
1390     * Mon Sep 5 2005 Gordon Rowell <gordonr@e-smith.com>
1391     - [4.15.4-34]
1392     - Re-add Master DNS Server console screen [gordonr MN00096910, MN00088222]
1393    
1394     * Fri Sep 2 2005 Charlie Brady <charlieb@e-smith.com>
1395     - [4.15.4-33]
1396     - Fix race condition in /mnt/cdrom symlink creation, by creating
1397     symlink from haldaemon action. [SF: 1260322]
1398    
1399     * Thu Sep 1 2005 Charlie Brady <charlieb@e-smith.com>
1400     - [4.15.4-32]
1401     - Really create /mnt/cdrom symlink if required. [SF: 1260322]
1402    
1403     * Tue Aug 30 2005 Shad Lords <slords@mail.com>
1404     - [4.15.4-31]
1405     - Update services entries to conform with RHEL4 services [SF: 1276479]
1406    
1407     * Mon Aug 29 2005 Charlie Brady <charlieb@e-smith.com>
1408     - [4.15.4-30]
1409     - Correctly handle multiple net specification in ValidFrom for httpd-admin.
1410     [SF: 1273756]
1411    
1412     * Tue Aug 23 2005 Charlie Brady <charlieb@e-smith.com>
1413     - [4.15.4-29]
1414     - Fix taint problem in license text in option 6 of the console menu.
1415     [SF: 1267284]
1416    
1417     * Tue Aug 23 2005 Gordon Rowell <gordonr@gormand.com.au>
1418     - [4.15.4-28]
1419     - Respect Shell property of user accounts [SF: 1266706]
1420    
1421     * Thu Aug 18 2005 Charlie Brady <charlieb@e-smith.com>
1422     - [4.15.4-27]
1423     - Modify /sbin/e-smith/service so that it runs /sbin/service unless
1424     runlevel is 7. [SF: 1237968]
1425     - Only prefix /sbin/e-smith to PATH if user is root. [SF: 1250579]
1426    
1427     * Tue Aug 16 2005 Charlie Brady <charlieb@e-smith.com>
1428     - [4.15.4-26]
1429     - Add Requires for bridge-utils and vconfig.
1430    
1431     * Tue Aug 16 2005 Charlie Brady <charlieb@e-smith.com>
1432     - [4.15.4-25]
1433     - Add "Requires: rssh".
1434    
1435     * Mon Aug 15 2005 Charlie Brady <charlieb@e-smith.com>
1436     - [4.15.4-24]
1437     - Update %ghost filelist entries for databases which have moved
1438     from /home/e-smith to /home/e-smith/db [SF: 1216546]
1439    
1440     * Mon Aug 15 2005 Charlie Brady <charlieb@e-smith.com>
1441     - [4.15.4-23]
1442     - Create /mnt/cdrom symlink if required. [SF: 1260322]
1443    
1444     * Thu Aug 11 2005 Charlie Brady <charlieb@e-smith.com>
1445     - [4.15.4-22]
1446     - Add Requires: whiptail so that the out fork of whiptail from the
1447     newt package is installed on upgrade.
1448    
1449     * Tue Aug 9 2005 Charlie Brady <charlieb@e-smith.com>
1450     - [4.15.4-21]
1451     - Add Requires: headers for all the additional standard daemons, to
1452     ensure they are installed on upgrade.
1453    
1454     * Tue Aug 9 2005 Shad Lords <slords@mail.com>
1455     - [4.15.4-20]
1456     - Change httpd-admin access from local to localhost [SF: 1246986]
1457     - Change console to use 980 instead of https to avoid warnings [SF: 1246182]
1458     - tie console to new httpd-admin{TCPPort} property. [SF: 1246986]
1459    
1460     * Tue Aug 2 2005 Shad Lords <slords@email.com>
1461     - [4.15.4-19]
1462     - Add TCPPort and access for httpd-admin [SF: 1246986]
1463     - Fix UnsavedChanges in console [SF: 1245238]
1464    
1465     * Thu Jul 28 2005 Charlie Brady <charlieb@e-smith.com>
1466     - [4.15.4-18]
1467     - Remove all use db_ API except in console (which will come later).
1468    
1469     * Wed Jul 27 2005 Shad Lords <slords@mail.com>
1470     - [4.15.4-17]
1471     - Add systemid property to sysconfig db record. [SF: 1246367]
1472    
1473     * Wed Jul 27 2005 Shad Lords <slords@mail.com>
1474     - [4.15.4-16]
1475     - Upgrade database APIs to latest standard.
1476     - Move databases from /home/e-smith to /home/e-smith/db [SF: 1216546]
1477    
1478     * Wed Jul 27 2005 Shad Lords <slords@mail.com>
1479     - [4.15.4-15]
1480     - Use https to access server-manager from console, to avoid redirect
1481     problems. [SF: 1246182]
1482    
1483     * Wed Jul 27 2005 Shad Lords <slords@mail.com>
1484     - [4.15.4-14]
1485     - Remove hwconfig db default entry. [SF: 1246180]
1486    
1487     * Wed Jul 27 2005 Charlie Brady <charlieb@e-smith.com>
1488     - [4.15.4-13]
1489     - Remove checking against 32 group limit from UI. Thanks to Gordon Rowell
1490     for the main patch. [SF: 1245421]
1491    
1492     * Tue Jul 26 2005 Charlie Brady <charlieb@e-smith.com>
1493     - [4.15.4-12]
1494     - Patches from Shad Lords.
1495     - Complete fix of user password validation started in 4.15.3-06.
1496     [SF: 1242098]
1497     - Change default password strength to "strong". [SF: 1246178]
1498    
1499     * Tue Jul 19 2005 Charlie Brady <charlieb@e-smith.com>
1500     - [4.15.4-11]
1501     - Patches submitted by Gordon Rowell.
1502     - Change /etc/modules.conf templates to /etc/modprobe.conf
1503     and add templates.metadata/etc/modprobe.conf [SF: 1227251]
1504     - Remove fragments 10appletalk and 95ModulePaths, since they are
1505     for very old migrations of /etc/modules.conf
1506    
1507     * Tue Jul 19 2005 Charlie Brady <charlieb@e-smith.com>
1508     - [4.15.4-10]
1509     - Move quota setup in fstab template into e-smith-quota, where it
1510     belongs.
1511    
1512     * Tue Jul 12 2005 Charlie Brady <charlieb@e-smith.com>
1513     - [4.15.4-09]
1514     - Add default db entries for messagebus and haldaemon. [SF: 1225899]
1515    
1516     * Tue Jul 12 2005 Charlie Brady <charlieb@e-smith.com>
1517     - [4.15.4-08]
1518     - Add messagebus and haldaemon services, so that cdrom mount point
1519     etc is created as required. [SF: 1225899]
1520    
1521     * Fri Jul 8 2005 Charlie Brady <charlieb@e-smith.com>
1522     - [4.15.4-07]
1523     - Add miscelleous performance related standard RHEL/CentOS services.
1524    
1525     * Thu Jul 7 2005 Charlie Brady <charlieb@e-smith.com>
1526     - [4.15.4-06]
1527     - Add RAID monitoring service. [SF: 1222143]
1528    
1529     * Tue Jul 5 2005 Charlie Brady <charlieb@e-smith.com>
1530     - [4.15.4-05]
1531     - Fix log noise from DynDNS update script. [SF: 1231871]
1532    
1533     * Fri Jun 24 2005 Charlie Brady <charlieb@e-smith.com>
1534     - [4.15.4-04]
1535     - Change default domain name setting - I'm sure that xxx is deprecated.
1536    
1537     * Tue Jun 21 2005 Charlie Brady <charlieb@e-smith.com>
1538     - [4.15.4-03]
1539     - Deal gracefully with missing /etc/sysconfig/keyboard file.
1540    
1541     * Tue Jun 21 2005 Charlie Brady <charlieb@e-smith.com>
1542     - [4.15.4-02]
1543     - Remove "random" service startup symlink - no longer required, as
1544     prng is seeded by rc.sysinit.
1545    
1546     * Tue Jun 21 2005 Charlie Brady <charlieb@e-smith.com>
1547     - [4.15.4-01]
1548     - Make new development stream - 4.15.4
1549    
1550     * Mon Jun 20 2005 Charlie Brady <charlieb@e-smith.com>
1551     - [4.15.3-07]
1552     - Move httpd-admin logging from inside /var/log/httpd to /var/log/httpd-admin.
1553     - Remove mouseconfig hack. [MN00057145]
1554    
1555     * Fri Jun 17 2005 Charlie Brady <charlieb@e-smith.com>
1556     - [4.15.3-06]
1557     - Fix password strength checking of user passwords. [SF: 1222255]
1558    
1559     * Thu Jun 16 2005 Charlie Brady <charlieb@e-smith.com>
1560     - [4.15.3-05]
1561     - Prefix /sbin/e-smith to $PATH, rather than append. [SF: 1222092]
1562    
1563     * Tue Jun 14 2005 Charlie Brady <charlieb@e-smith.com>
1564     - [4.15.3-04]
1565     - Fix set-external-ip in case of missing ExternalIP db record. [SF: 1217877]
1566    
1567     * Tue Jun 14 2005 Charlie Brady <charlieb@e-smith.com>
1568     - [4.15.3-03]
1569     - Remove smbpasswd references from chap-secrets file. Don't re-expand
1570     chap-secrets file during various user related events. [SF: 1215401]
1571    
1572     * Tue Jun 14 2005 Charlie Brady <charlieb@e-smith.com>
1573     - [4.15.3-02]
1574     - Break up template for /etc/shells into fragments, and add
1575     /usr/bin/rssh. [SF: 1220145]
1576    
1577     * Thu Jun 9 2005 Charlie Brady <charlieb@e-smith.com>
1578     - [4.15.3-01]
1579     - Roll new development stream - 4.15.3
1580    
1581     %prep
1582     %setup
1583 vip-ire 1.2 %patch0 -p1
1584 vip-ire 1.7 %patch1 -p1
1585 slords 1.8 %patch2 -p1
1586 wellsi 1.9 %patch3 -p1
1587 vip-ire 1.13 %patch4 -p1
1588     %patch5 -p1
1589 wellsi 1.14 %patch6 -p1
1590 wellsi 1.15 %patch7 -p1
1591 vip-ire 1.16 %patch8 -p1
1592 slords 1.17 %patch9 -p1
1593 slords 1.18 %patch10 -p1
1594     %patch11 -p1
1595 slords 1.19 %patch12 -p1
1596 wellsi 1.20 %patch13 -p1
1597 wellsi 1.21 %patch14 -p1
1598 slords 1.22 %patch15 -p1
1599     %patch16 -p1
1600     %patch17 -p1
1601     %patch18 -p1
1602     %patch19 -p1
1603 slords 1.23 %patch20 -p1
1604 slords 1.24 %patch21 -p1
1605 wellsi 1.25 %patch22 -p1
1606 slords 1.1
1607     %pre
1608     /sbin/e-smith/create-system-user smelog 1002 \
1609     'smelog log user' /var/log/smelog /bin/false
1610     /sbin/e-smith/create-system-user smelastsys 2999 \
1611     'sme last system user marker' /tmp /bin/false
1612    
1613     %post
1614    
1615     %build
1616    
1617     LEXICONS=$(find root/etc/e-smith/web/{functions,panels/password/cgi-bin} \
1618     -type f | grep -v CVS)
1619    
1620     for lexicon in $LEXICONS
1621     do
1622     /sbin/e-smith/validate-lexicon $lexicon
1623     done
1624    
1625     /sbin/e-smith/generate-lexicons
1626    
1627     xgettext -L perl -o root/usr/share/locale/en_US/LC_MESSAGES/server-console.po root/sbin/e-smith/console
1628    
1629     perl createlinks
1630     /sbin/e-smith/buildtests 10e-smith-base
1631    
1632     %install
1633     rm -rf $RPM_BUILD_ROOT
1634     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
1635     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
1636     --file /etc/cron.daily/conf-mod_ssl 'attr(0544,root,root)' \
1637     --file /etc/rc.d/rc.e-smith 'attr(0750,root,root)' \
1638     --dir /var/service/dhcpd 'attr(01755,root,root)' \
1639     --file /var/service/dhcpd/down 'attr(0644,root,root)' \
1640     --file /var/service/dhcpd/run 'attr(0755,root,root)' \
1641     --dir /var/service/dhcpd/log 'attr(0755,root,root)' \
1642     --dir /var/service/dhcpd/log/supervise 'attr(0700,root,root)' \
1643     --dir /var/service/dhcpd/supervise 'attr(0700,root,root)' \
1644     --file /var/service/dhcpd/log/run 'attr(0755,root,root)' \
1645     --dir /var/log/dhcpd 'attr(2750,smelog,smelog)' \
1646     --dir /var/service/raidmonitor 'attr(01755,root,root)' \
1647     --file /var/service/raidmonitor/down 'attr(0644,root,root)' \
1648     --file /var/service/raidmonitor/run 'attr(0755,root,root)' \
1649     --dir /var/service/raidmonitor/log 'attr(0755,root,root)' \
1650     --dir /var/service/raidmonitor/log/supervise 'attr(0700,root,root)' \
1651     --dir /var/service/raidmonitor/supervise 'attr(0700,root,root)' \
1652     --file /var/service/raidmonitor/log/run 'attr(0755,root,root)' \
1653     --dir /var/log/raidmonitor 'attr(2750,smelog,smelog)' \
1654     --file /var/service/syslog/run 'attr(0755,root,root)' \
1655     --file /var/service/syslog/down 'attr(0644,root,root)' \
1656     --file /var/service/klogd/run 'attr(0755,root,root)' \
1657     --file /var/service/klogd/down 'attr(0644,root,root)' \
1658     --dir /etc/e-smith/pam 'attr(0700,root,root)' \
1659     --dir /home/e-smith/ssl.key 'attr(0700,root,root)' \
1660     --dir /home/e-smith/ssl.crt 'attr(0700,root,root)' \
1661     --dir /home/e-smith/ssl.pem 'attr(0700,root,root)' \
1662     --dir /var/service/wan 'attr(1755,root,root)' \
1663     --file /var/service/wan/down 'attr(0644,root,root)' \
1664     --file /var/service/wan/run 'attr(0750,root,root)' \
1665     --file /var/service/wan/run.dhclient 'attr(0750,root,root)' \
1666     --file /var/service/wan/run.pppoe 'attr(0750,root,root)' \
1667     --file /var/service/wan/run.static 'attr(0750,root,root)' \
1668     --file /var/service/wan/run.dialup 'attr(0750,root,root)' \
1669     --file /var/service/wan/run.disabled 'attr(0750,root,root)' \
1670     --dir /var/service/wan/supervise 'attr(0700,root,root)' \
1671     --dir /var/service/wan/log 'attr(1755,root,root)' \
1672     --file /var/service/wan/log/run 'attr(0750,root,root)' \
1673     --dir /var/service/wan/log/supervise 'attr(0700,root,root)' \
1674     --dir /var/log/wan 'attr(2750,smelog,smelog)' \
1675     --dir /var/service/ippp 'attr(1755,root,root)' \
1676     --file /var/service/ippp/down 'attr(0644,root,root)' \
1677     --file /var/service/ippp/run 'attr(0750,root,root)' \
1678     --dir /var/service/ippp/supervise 'attr(0700,root,root)' \
1679     --dir /var/service/ippp/log 'attr(1755,root,root)' \
1680     --file /var/service/ippp/log/run 'attr(0750,root,root)' \
1681     --dir /var/service/ippp/log/supervise 'attr(0700,root,root)' \
1682     --dir /var/log/ippp 'attr(2750,smelog,smelog)' \
1683     --dir /etc/e-smith/skel/user/.ssh 'attr(0700,root,root)' \
1684 vip-ire 1.7 --file /var/service/local/run 'attr(0750,root,root)' \
1685 slords 1.1 > %{name}-%{version}-%{release}-filelist
1686    
1687     mkdir -p $RPM_BUILD_ROOT/home/e-smith/db
1688     for file in %{dbfiles}
1689     do
1690     # Create ghost file for rpm
1691     touch $RPM_BUILD_ROOT/home/e-smith/db/$file
1692     echo "%config(noreplace) %attr(0640,root,admin) /home/e-smith/db/$file" \
1693     >> %{name}-%{version}-%{release}-filelist
1694     done
1695     echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist
1696    
1697     %clean
1698     rm -rf $RPM_BUILD_ROOT
1699    
1700     %files -f %{name}-%{version}-%{release}-filelist
1701     %defattr(-,root,root)

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