/[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.131 - (hide annotations) (download)
Tue Apr 5 02:35:16 2022 UTC (2 years, 3 months ago) by jpp
Branch: MAIN
Changes since 1.130: +8 -2 lines
* Mon Apr 04 2022 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.1-9.sme
- fix dhcp address not propagated [SME: 11930]

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

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