/[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.40 - (hide annotations) (download)
Wed Nov 15 15:33:35 2017 UTC (6 years, 8 months ago) by jpp
Branch: MAIN
CVS Tags: e-smith-base-5_8_0-37_el7_sme
Changes since 1.39: +5 -4 lines
* Wed Nov 15 2017 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-37.sme
- revert previous change - wrong package

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

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