/[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.145 - (hide annotations) (download)
Mon Dec 5 03:39:29 2022 UTC (19 months, 2 weeks ago) by jpp
Branch: MAIN
CVS Tags: e-smith-base-5_8_1-22_el7_sme
Changes since 1.144: +7 -2 lines
* Sun Dec 04 2022 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.1-22.sme
- do not launch bootstrap-runlevel7 if no sysvinit service available [SME: 12253]

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

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