/[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.138 - (hide annotations) (download)
Mon Apr 18 03:20:18 2022 UTC (2 years, 3 months ago) by jpp
Branch: MAIN
CVS Tags: e-smith-base-5_8_1-15_el7_sme
Changes since 1.137: +7 -2 lines
* Sun Apr 17 2022 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.1-15.sme
- add rsshusers group to ldap and update it [SME: 11956]

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

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