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

Contents of /rpms/e-smith-base/sme9/e-smith-base.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.18 - (show annotations) (download)
Wed Mar 6 20:20:05 2013 UTC (11 years, 4 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-base-5_4_0-16_el6_sme
Changes since 1.17: +11 -3 lines
* Wed Mar 6 2013 Shad L. Lords <slords@mail.com> 5.4.0-16.sme
- Update package and path for pwauth [SME: 7319]
- Update init-accounts to set uid/gid correctly for pwauth

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

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