/[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.19 - (hide annotations) (download)
Thu Jun 2 15:07:45 2016 UTC (8 years, 1 month ago) by vip-ire
Branch: MAIN
CVS Tags: e-smith-base-5_8_0-17_el7_sme
Changes since 1.18: +8 -2 lines
* Thu Jun 2 2016 Daniel Berteaud <daniel@firewall-services.com> 5.8.0-17.sme
- Fix display of email forward fields since smtpd entry has been merged
  qpsmtpd [SME: 9552]

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

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