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

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

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


Revision 1.30 - (hide annotations) (download)
Sat Jul 23 13:31:45 2016 UTC (7 years, 11 months ago) by unnilennium
Branch: MAIN
CVS Tags: e-smith-base-5_8_0-27_el7_sme
Changes since 1.29: +7 -2 lines
* Sat Jul 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-27.sme
- adapt e-smith service command to systemd [SME: 9672]

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

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