/[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.28 - (hide annotations) (download)
Fri Jul 22 08:12:23 2016 UTC (7 years, 11 months ago) by unnilennium
Branch: MAIN
Changes since 1.27: +4 -4 lines
* Thu Jul 21 2016 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-25.sme
- fix broken link /etc/init.d/supervise/local link [SME: 9687]

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

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