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

Contents 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.53 - (show annotations) (download)
Wed Sep 30 20:20:39 2020 UTC (3 years, 9 months ago) by jpp
Branch: MAIN
Changes since 1.52: +5 -3 lines
* Wed Sep 30 2020 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-48.sme
- create e-smith-base-update event [SME: 11012]
- create sme-server.target [SME: 10957]
  make sme-server.target default target
  change default target on  signal-event post-upgrade, post-install, e-smith-base-update
  requires update or smeserver-php and e-smith-runit

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

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