/[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.66 - (hide annotations) (download)
Wed Nov 18 03:58:05 2020 UTC (3 years, 8 months ago) by jpp
Branch: MAIN
CVS Tags: e-smith-base-5_8_0-54_el7_sme
Changes since 1.65: +13 -2 lines
* Tue Nov 17 2020 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-54.sme
- move dhcpd to systemd [SME: 11100]
- get dhcpd log out of message [SME: 2408]
  also configure logrotate for /var/log/dhcpd/dhcpd.log and /var/log/dhcpd/current

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

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