/[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.38 - (hide annotations) (download)
Thu May 4 10:50:00 2017 UTC (7 years, 2 months ago) by vip-ire
Branch: MAIN
CVS Tags: e-smith-base-5_8_0-35_el7_sme
Changes since 1.37: +7 -2 lines
* Thu May 4 2017 Daniel Berteaud <daniel@firewall-services.com> 5.8.0-35.sme
- Expand route-bond0 when nic bonding is enabled [SME: 10272]

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

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