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

Annotation of /rpms/e-smith-base/sme10/e-smith-base.spec

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


Revision 1.144 - (hide annotations) (download)
Thu Nov 24 19:25:21 2022 UTC (19 months, 1 week ago) by jpp
Branch: MAIN
CVS Tags: e-smith-base-5_8_1-21_el7_sme
Changes since 1.143: +5 -2 lines
* Thu Nov 24 2022 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.1-21.sme
- fix typo [SME: 12190]

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

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