/[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.26 - (hide annotations) (download)
Sun Mar 17 05:15:13 2013 UTC (11 years, 3 months ago) by wellsi
Branch: MAIN
CVS Tags: e-smith-base-5_4_0-25_el6_sme
Changes since 1.25: +7 -2 lines
* Sat Mar 16 2013 Ian Wells <esmith@wellsi.com> 5.4.0-25.sme
- Always define InternalInterface NICBonding [SME: 7498]

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

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