1 |
stephdl |
1.20 |
# $Id: e-smith-lib.spec,v 1.19 2015/06/25 15:51:01 stephdl Exp $ |
2 |
slords |
1.1 |
|
3 |
|
|
Summary: e-smith server and gateway - library module |
4 |
|
|
%define name e-smith-lib |
5 |
|
|
Name: %{name} |
6 |
|
|
%define version 2.4.0 |
7 |
stephdl |
1.19 |
%define release 15 |
8 |
slords |
1.1 |
Version: %{version} |
9 |
|
|
Release: %{release}%{?dist} |
10 |
|
|
License: Artistic |
11 |
|
|
Group: Networking/Daemons |
12 |
|
|
Source: %{name}-%{version}.tar.xz |
13 |
vip-ire |
1.2 |
Patch0: e-smith-lib-2.4.0-dont_use_kudzu_to_probe_nics.patch |
14 |
vip-ire |
1.3 |
Patch1: e-smith-lib-2.4.0-fix_bonding.patch |
15 |
wellsi |
1.5 |
Patch2: e-smith-lib-2.4.0-ipv4check.patch |
16 |
vip-ire |
1.6 |
Patch3: e-smith-lib-2.4.0-untaint_nic_names.patch |
17 |
wellsi |
1.10 |
Patch4: e-smith-lib-2.4.0-CreateSystemUser.patch |
18 |
wellsi |
1.12 |
Patch5: e-smith-lib-2.4.0-consoleUTF8.patch |
19 |
vip-ire |
1.14 |
Patch6: e-smith-lib-2.4.0-return_nic_name_in_adapters_list.patch |
20 |
vip-ire |
1.15 |
Patch7: e-smith-lib-2.4.0-remove_interface_swap.patch |
21 |
wellsi |
1.16 |
Patch8: e-smith-lib-2.4.0-SMEServerCopyright.patch |
22 |
wellsi |
1.17 |
Patch9: e-smith-lib-2.4.0-textboxLicenseFile.patch |
23 |
wellsi |
1.18 |
Patch10: e-smith-lib-2.4.0-untaintLicenseFile.patch |
24 |
|
|
Patch11: e-smith-lib-2.4.0-PerlCritic-getLicenseFile.patch |
25 |
stephdl |
1.19 |
Patch12: e-smith-lib-2.4.0.set-secret_password-creation.patch |
26 |
slords |
1.1 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
27 |
|
|
BuildArchitectures: noarch |
28 |
|
|
BuildRequires: e-smith-devtools >= 1.6.3-01 |
29 |
|
|
Obsoletes: %{name}-Tai64n |
30 |
|
|
Obsoletes: whiptail |
31 |
wellsi |
1.10 |
Requires(pre): e-smith |
32 |
slords |
1.1 |
Requires: dialog |
33 |
|
|
Requires: perl, perl(Text::Template) |
34 |
|
|
Requires: perl(Time::HiRes), perl(MIME::Base64) |
35 |
|
|
Requires: perl(Authen::PAM), perl(I18N::AcceptLanguage) |
36 |
|
|
Requires: perl(I18N::LangTags) >= 0.27 |
37 |
|
|
Requires: perl(Net::IPv4Addr) >= 0.10 |
38 |
wellsi |
1.18 |
Requires: perl(Taint::Util) |
39 |
vip-ire |
1.2 |
Requires: pciutils |
40 |
slords |
1.1 |
|
41 |
|
|
%description |
42 |
|
|
e-smith server and gateway software - library module. |
43 |
|
|
|
44 |
|
|
%changelog |
45 |
stephdl |
1.19 |
* Thu Jun 18 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-15.sme |
46 |
stephdl |
1.20 |
- Added a password creation (set_secret) [SME: 8943] |
47 |
stephdl |
1.19 |
- code from Charlie Brady <charlieb-contribs-bugzilla@budge.apana.org.au> |
48 |
|
|
|
49 |
wellsi |
1.18 |
* Sat Apr 5 2014 Ian Wells <esmith@wellsi.com> 2.4.0-14.sme |
50 |
|
|
- Untaint the license filename [SME: 8305] |
51 |
|
|
- Non-functional perl::Critic changes. |
52 |
|
|
|
53 |
wellsi |
1.17 |
* Sun Mar 16 2014 Ian Wells <esmith@wellsi.com> 2.4.0-13.sme |
54 |
|
|
- Add textbox() to console.pm, getLicenseFile to util.pm [SME: 8264] |
55 |
|
|
|
56 |
wellsi |
1.16 |
* Sun Feb 2 2014 Ian Wells <esmith@wellsi.com> 2.4.0-12.sme |
57 |
|
|
- Update frame header and footer [SME: 8183] |
58 |
|
|
|
59 |
vip-ire |
1.15 |
* Sat Nov 30 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-11.sme |
60 |
|
|
- Remove the "swap interface" feature [SME: 7993] |
61 |
|
|
|
62 |
vip-ire |
1.14 |
* Sat Nov 30 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-10.sme |
63 |
|
|
- Return nic names in probeAdapters so we can drop HWAddress [SME: 7991] |
64 |
|
|
|
65 |
wellsi |
1.12 |
* Sat May 25 2013 Ian Wells <esmith@wellsi.com> 2.4.0-9.sme |
66 |
wellsi |
1.13 |
- Correctly display accented letters in the console [SME: 7591] |
67 |
wellsi |
1.12 |
by Filippo Carletti |
68 |
|
|
|
69 |
wellsi |
1.10 |
* Sun May 05 2013 Ian Wells <esmith@wellsi.com> 2.4.0-8.sme |
70 |
wellsi |
1.11 |
- Add e-smith as a Requires(pre) and remove adding users in %pre |
71 |
|
|
- Fix uid and gid to be the same in create-system-user [SME: 7547] |
72 |
wellsi |
1.10 |
|
73 |
slords |
1.8 |
* Sat Mar 9 2013 Shad L. Lords <slords@mail.com> 2.4.0-7.sme |
74 |
|
|
- Ensure group www exists before user [SME: 7319] |
75 |
|
|
|
76 |
slords |
1.7 |
* Wed Mar 6 2013 Shad L. Lords <slords@mail.com> 2.4.0-6.sme |
77 |
|
|
- Fix pre script to make www and apache the same [SME: 7319] |
78 |
|
|
|
79 |
vip-ire |
1.6 |
* Tue Mar 5 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-5.sme |
80 |
|
|
- Untaint variable in probeAdapters() [SME: 7416] |
81 |
|
|
|
82 |
wellsi |
1.5 |
* Thu Feb 28 2013 Ian Wells <esmith@wellsi.com> 2.4.0-4.sme |
83 |
|
|
- Improve error checking in isValidIP [SME: 7410] |
84 |
|
|
|
85 |
vip-ire |
1.4 |
* Sun Feb 24 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-3.sme |
86 |
vip-ire |
1.3 |
- Fix MAC detection for bond slaves [SME: 3596] |
87 |
|
|
|
88 |
vip-ire |
1.2 |
* Thu Jan 31 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-2.sme |
89 |
|
|
- Stop using kudzu for NIC detection [SME: 3596] |
90 |
|
|
|
91 |
slords |
1.1 |
* Fri Jan 25 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme |
92 |
|
|
- Bump version in prep for SME9 |
93 |
wellsi |
1.9 |
- Perl module rpms moved to /usr/share/perl5/vendor_perl [SME: 7223] |
94 |
slords |
1.1 |
|
95 |
|
|
* Mon Oct 11 2010 Shad L. Lords <slords@mail.com> 2.2.0-7.sme |
96 |
|
|
- Serialize configure_peers to prevent errors [SME: 5831] |
97 |
|
|
|
98 |
|
|
* Fri Feb 5 2010 Stephen Noble <support@dungog.net> 2.2.0-6.sme |
99 |
|
|
- adds the hwaddr parameter to probeAdapters() [SME: 4528] |
100 |
|
|
|
101 |
|
|
* Thu Feb 4 2010 Shad L. Lords <slords@mail.com> 2.2.0-5.sme |
102 |
|
|
- Update path for 64-bit compatibility [SME: 5756] |
103 |
|
|
|
104 |
|
|
* Tue Dec 22 2009 Filippo Carletti <filippo.carletti@gmail.com> 2.2.0-4.sme |
105 |
|
|
- Really apply previous patch in the spec file. [SME: 5659] |
106 |
|
|
|
107 |
|
|
* Wed Dec 9 2009 Charlie Brady <charlieb@budge.apana.org.au> 2.2.0-3.sme |
108 |
|
|
- Add patch (Federico Simoncelli) to prevent re-use of uids. [SME: 5659] |
109 |
|
|
|
110 |
|
|
* Mon Oct 13 2008 Shad L. Lords <slords@mail.com> 2.2.0-2.sme |
111 |
|
|
- Add patch to support multiple samba roles [SME: 4172] |
112 |
|
|
|
113 |
|
|
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme |
114 |
|
|
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
115 |
|
|
|
116 |
|
|
* Wed Aug 20 2008 Shad L. Lords <slords@mail.com> 1.19.0-1 |
117 |
|
|
- Roll new dev stream. |
118 |
|
|
|
119 |
|
|
* Sat Aug 9 2008 Shad L. Lords <slords@mail.com> 1.18.0-28 |
120 |
|
|
- Read /dev/urandmon instead of /dev/random [SME: 4492] |
121 |
|
|
|
122 |
|
|
* Sat Aug 9 2008 Shad L. Lords <slords@mail.com> 1.18.0-27 |
123 |
|
|
- Make dialog not use STDERR for return values [SME: 3663] |
124 |
|
|
- Remove requires for whiptail. No longer needed [SME: 4491] |
125 |
|
|
|
126 |
|
|
* Thu Jul 31 2008 Shad L. Lords <slords@mail.com> 1.18.0-26 |
127 |
|
|
- Make binmode properties of db class [SME: 4317] |
128 |
|
|
- Add new navigation db & utf8 classes [SME: 4317] |
129 |
|
|
|
130 |
|
|
* Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 1.18.0-25 |
131 |
|
|
- Add .utf8 to locale unless server-console [SME: 4162] |
132 |
|
|
- Add new languages to langtag2locale [SME: 4163] |
133 |
|
|
|
134 |
|
|
* Sun Mar 30 2008 Shad L. Lords <slords@mail.com> 1.18.0-24 |
135 |
|
|
- Gracefully handle encoding errors in navigation dbs [SME: 4147] |
136 |
|
|
|
137 |
|
|
* Wed Mar 26 2008 Shad L. Lords <slords@mail.com> 1.18.0-23 |
138 |
|
|
- Make PAM conv routine not look for english strings [SME: 4117] |
139 |
|
|
|
140 |
|
|
* Tue Mar 25 2008 Shad L. Lords <slords@mail.com> 1.18.0-22 |
141 |
|
|
- Fix wide output to syslog and allow navigations db to be utf8 [SME: 4101] |
142 |
|
|
|
143 |
|
|
* Mon Mar 10 2008 Shad L. Lords <slords@mail.com> 1.18.0-21 |
144 |
|
|
- Output navigation in UTF-8 [SME: 3858] |
145 |
|
|
|
146 |
|
|
* Sun Jan 20 2008 Gavin Weight <gweight@gmail.com> 1.18.0-20 |
147 |
|
|
- Call smbpasswd -e - to reset user correctly. [SME: 3755] |
148 |
|
|
|
149 |
|
|
* Tue Jan 08 2008 Stephen Noble <support@dungog.net> 1.18.0-19 |
150 |
|
|
- modify validate password strong match for console [SME: 2173] |
151 |
|
|
|
152 |
|
|
* Thu Nov 01 2007 Gavin Weight <gweight@gmail.com> 1.18.0-18 |
153 |
|
|
- Fix I18N.pm file descriptor leak. [SME: 3509] |
154 |
|
|
|
155 |
|
|
* Wed Oct 31 2007 Charlie Brady <charlie_brady@mitel.com> 1.18.0-17 |
156 |
|
|
- Remove undocumented and unused template metadata handling from |
157 |
|
|
generic_template_expand action (Take II). [SME: 2798] |
158 |
|
|
|
159 |
|
|
* Fri Jun 1 2007 Shad L. Lords <slords@mail.com> 1.18.0-16 |
160 |
|
|
- pam_unix requires passwords >= 6 [SME: 3039] |
161 |
|
|
|
162 |
|
|
* Mon May 21 2007 Shad L. Lords <slords@mail.com> 1.18.0-15 |
163 |
|
|
- Fix ip addr shift to work on 64-bit |
164 |
|
|
|
165 |
|
|
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
166 |
|
|
- Clean up spec so package can be built by koji/plague |
167 |
|
|
|
168 |
|
|
* Thu Apr 05 2007 Shad L. Lords <slords@mail.com> 1.18.0-14 |
169 |
|
|
- Reverse changes for 1.18.0-12 as it is being used. [SME: 2838] |
170 |
|
|
|
171 |
|
|
* Wed Apr 04 2007 Charlie Brady <charlie_brady@mitel.com> 1.18.0-13 |
172 |
|
|
- Allow gauge console widget to be used without following message_page. |
173 |
|
|
[SME: 2832]. |
174 |
|
|
|
175 |
|
|
* Mon Mar 26 2007 Charlie Brady <charlie_brady@mitel.com> 1.18.0-12 |
176 |
|
|
- Remove undocumented and unused template metadata handling from |
177 |
|
|
generic_template_expand action. [SME: 2798] |
178 |
|
|
|
179 |
|
|
* Mon Mar 26 2007 Charlie Brady <charlie_brady@mitel.com> 1.18.0-11 |
180 |
|
|
- Split logfile rotation code out of generic_template_expand. |
181 |
|
|
Code moved to a new action in e-smith-base. [SME: 2795] |
182 |
|
|
|
183 |
|
|
* Mon Mar 19 2007 Charlie Brady <charlie_brady@mitel.com> 1.18.0-10 |
184 |
|
|
Don't try to read template.metadata from subdirectories (affects |
185 |
|
|
initialize_database_defaults). [SME: 2690] |
186 |
|
|
|
187 |
|
|
* Fri Mar 16 2007 Charlie Brady <charlie_brady@mitel.com> 1.18.0-9 |
188 |
|
|
- Allow template.metadata to be provided via a directory of |
189 |
|
|
small files. [SME: 2690] |
190 |
|
|
- Add support for a DELETE boolean template.metadata item. [SME: 2691] |
191 |
|
|
|
192 |
|
|
* Wed Feb 28 2007 Charlie Brady <charlie_brady@mitel.com> 1.18.0-8 |
193 |
|
|
- Add gauge widget to esmith::console. [SME: 2579] |
194 |
|
|
|
195 |
|
|
* Sun Feb 25 2007 Charlie Brady <charlie_brady@mitel.com> 1.18.0-7 |
196 |
|
|
- Default infobox height to 8 rows, and allow override via params. |
197 |
|
|
[SME: 2560] |
198 |
|
|
|
199 |
|
|
* Fri Feb 23 2007 Shad L. Lords <slords@mail.com> 1.18.0-6 |
200 |
|
|
- Really fix clear parameter for inputbox dialog screen [SME: 2533] |
201 |
|
|
|
202 |
|
|
* Fri Feb 23 2007 Shad L. Lords <slords@mail.com> 1.18.0-5 |
203 |
|
|
- Fix clear parameter for dialog screens [SME: 2533] |
204 |
|
|
|
205 |
|
|
* Thu Feb 22 2007 Charlie Brady <charlie_brady@mitel.com> 1.18.0-4 |
206 |
|
|
- switch esmith::console::password_page() to use dialog rather than |
207 |
|
|
whiptail. [SME: 2534] |
208 |
|
|
|
209 |
|
|
* Thu Feb 22 2007 Charlie Brady <charlie_brady@mitel.com> 1.18.0-3 |
210 |
|
|
- Add infobox widget. [SME: 2533] |
211 |
|
|
|
212 |
|
|
* Sun Jan 28 2007 Shad L. Lords <slords@mail.com> 1.18.0-2 |
213 |
|
|
- Fix backtitle spacing for new dialog menus [SME: 2328] |
214 |
|
|
|
215 |
|
|
* Fri Jan 26 2007 Shad L. Lords <slords@mail.com> 1.18.0-1 |
216 |
|
|
- Roll stable stream. [SME: 2328] |
217 |
|
|
|
218 |
|
|
* Tue Dec 15 2006 Federico Simoncelli <federico.simoncelli@gmail.com> 1.17.0-8 |
219 |
|
|
- Added the validatePassword function to esmith::util. [SME: 2100] |
220 |
|
|
|
221 |
|
|
* Thu Dec 07 2006 Shad L. Lords <slords@mail.com> |
222 |
|
|
- Update to new release naming. No functional changes. |
223 |
|
|
- Make Packager generic |
224 |
|
|
|
225 |
|
|
* Fri Nov 24 2006 Gordon Rowell <gordonr@gormand.com.au> 1.17.0-06 |
226 |
|
|
- Allow optional path to peeers directory in |
227 |
|
|
esmith::tcpsvd::configure_peers() [SME: 2086] |
228 |
|
|
|
229 |
|
|
* Tue Nov 14 2006 Charlie Brady <charlie_brady@mitel.com> 1.17.0-05 |
230 |
|
|
- Allow defaulno option to esmith::console::yesno. |
231 |
|
|
- Fix I/O redirection in esmith::console::new. |
232 |
|
|
|
233 |
|
|
* Tue Nov 07 2006 Charlie Brady <charlie_brady@mitel.com> 1.17.0-04 |
234 |
|
|
- Allow display of "0" in iesmith::cgi::genSmallCell. [SME: 2038] |
235 |
|
|
|
236 |
|
|
* Mon Oct 23 2006 Charlie Brady <charlie_brady@mitel.com> 1.17.0-03 |
237 |
|
|
- Make dialog the default console app, with whiptail used only when |
238 |
|
|
required. |
239 |
|
|
|
240 |
|
|
* Wed Oct 11 2006 Charlie Brady <charlie_brady@mitel.com> 1.17.0-02 |
241 |
|
|
- Allow 'dialog' to be called from esmith::console. [SME: 1958] |
242 |
|
|
|
243 |
|
|
* Wed Oct 11 2006 Charlie Brady <charlie_brady@mitel.com> 1.17.0-01 |
244 |
|
|
- Roll development branch. |
245 |
|
|
|
246 |
|
|
* Mon Sep 25 2006 Charlie Brady <charlie_brady@mitel.com> 1.16.0-06 |
247 |
|
|
- Fix problem with greedy RE in template.metadata parsing. [SME: 1906] |
248 |
|
|
|
249 |
|
|
* Fri Sep 08 2006 Charlie Brady <charlie_brady@mitel.com> 1.16.0-05 |
250 |
|
|
- Fix taint problem in template.metadata handling. [SME: 1906] |
251 |
|
|
|
252 |
|
|
* Thu Apr 13 2006 Charlie Brady <charlie_brady@mitel.com> 1.16.0-04 |
253 |
|
|
- Use "kudzu --probe --class network" for NIC detection. [SME: 727] |
254 |
|
|
|
255 |
|
|
* Fri Apr 7 2006 Gordon Rowell <gordonr@gormand.com.au> 1.16.0-03 |
256 |
|
|
- Don't call smbpasswd -e - setting the password is sufficient [SME: 1193] |
257 |
|
|
|
258 |
|
|
* Tue Mar 28 2006 Gordon Rowell <gordonr@gormand.com.au> 1.16.0-02 |
259 |
|
|
- Log previous contents of db entry in DELETE log [SME: 1066] |
260 |
|
|
|
261 |
|
|
* Tue Mar 14 2006 Charlie Brady <charlie_brady@mitel.com> 1.16.0-01 |
262 |
|
|
- Roll to stable stream version number. [SME: 1016] |
263 |
|
|
|
264 |
|
|
* Fri Mar 10 2006 Charlie Brady <charlie_brady@mitel.com> 1.15.4-02 |
265 |
|
|
- Suppress warning from genSmallCell if text is undefined. [SME: 986] |
266 |
|
|
|
267 |
|
|
* Fri Feb 17 2006 Gordon Rowell <gordonr@gormand.com.au> 1.15.4-01 |
268 |
|
|
- Roll patches up to 1.15.3-42 |
269 |
|
|
- Trim changelog prior to 1.15.0-01 [SME: 828] |
270 |
|
|
|
271 |
|
|
* Thu Feb 16 2006 Gordon Rowell <gordonr@gormand.com.au> 1.15.3-42 |
272 |
|
|
- Adjust console title bar to 'SME Server' [SME: 726] |
273 |
|
|
|
274 |
|
|
* Tue Feb 14 2006 Gordon Rowell <gordonr@gormand.com.au> 1.15.3-41 |
275 |
|
|
- Reworded text for template-begin and change URL to /development/ |
276 |
|
|
rather than /custom/ [SME: 773] |
277 |
|
|
|
278 |
|
|
* Mon Feb 13 2006 Charlie Brady <charlie_brady@mitel.com> 1.15.3-40 |
279 |
|
|
- Update URL in default template-begin fragment. [SME: 773] |
280 |
|
|
|
281 |
|
|
* Sat Feb 11 2006 Charlie Brady <charlieb@e-smith.com> 1.15.3-39 |
282 |
|
|
- Remove obsolete e-smith-lib-Tai64n package. [SME: 689] |
283 |
|
|
|
284 |
|
|
* Sat Feb 11 2006 Charlie Brady <charlieb@e-smith.com> 1.15.3-38 |
285 |
|
|
- [Null changelog for missing version - we accidentally skipped |
286 |
|
|
this version.] |
287 |
|
|
|
288 |
|
|
* Sat Feb 11 2006 Charlie Brady <charlieb@e-smith.com> 1.15.3-37 |
289 |
|
|
- Fix get_all_by_prop in scalar context. [SME: 669,721] |
290 |
|
|
|
291 |
|
|
* Mon Feb 6 2006 Shad L. Lords <slords@mail.com> 1.15.3-37 |
292 |
|
|
- Add ability to pass many props to get_all_by_prop [SME: 669] |
293 |
|
|
|
294 |
|
|
* Mon Jan 23 2006 Charlie Brady <charlieb@e-smith.com> 1.15.3-36 |
295 |
|
|
- Fix warning during pseudonym deletion. [SME: 491] |
296 |
|
|
|
297 |
|
|
* Fri Jan 20 2006 Charlie Brady <charlieb@e-smith.com> 1.15.3-35 |
298 |
|
|
- Fix up use of Sys::Syslog::syslog. [SME: 526] |
299 |
|
|
|
300 |
|
|
* Thu Jan 19 2006 Charlie Brady <charlieb@e-smith.com> 1.15.3-34 |
301 |
|
|
- Remove running of kudzu during NIC probing. TODO: Find a solution |
302 |
|
|
to system reconfiguration when new hardware is added. [SME: 192] |
303 |
|
|
|
304 |
|
|
* Tue Jan 10 2006 Charlie Brady <charlieb@e-smith.com> 1.15.3-33 |
305 |
|
|
- Fold a.b.c.d/255.255.255.255 to a.b.c.d in local_access_spec() to |
306 |
|
|
work around bugs in applications which don't accept such specs. |
307 |
|
|
[SME: 430] |
308 |
|
|
|
309 |
|
|
* Mon Jan 9 2006 Gordon Rowell <gordonr@gormand.com.au> 1.15.3-32 |
310 |
|
|
- Check whether an accounts db record exists before trying to create |
311 |
|
|
the dot and underscore pseudonyms (new_record will fail silently) |
312 |
|
|
and check that the records are pseudonyms before deleting them [SME: 24] |
313 |
|
|
|
314 |
|
|
* Mon Jan 9 2006 Gordon Rowell <gordonr@gormand.com.au> 1.15.3-31 |
315 |
|
|
- And update POD for last change [SME: 24] |
316 |
|
|
|
317 |
|
|
* Mon Jan 9 2006 Gordon Rowell <gordonr@gormand.com.au> 1.15.3-30 |
318 |
|
|
- Allow dot and underscore in account names [SME: 24] |
319 |
|
|
|
320 |
|
|
* Tue Dec 27 2005 Gordon Rowell <gordonr@gormand.com.au> 1.15.3-29 |
321 |
|
|
- Remove newlines from cluck() string and just note that the old |
322 |
|
|
path was used [SME: 365] |
323 |
|
|
|
324 |
|
|
* Sat Dec 25 2005 Gordon Rowell <gordonr@gormand.com.au> 1.15.3-28 |
325 |
|
|
- If db exists in both the old and new locations in |
326 |
|
|
initialize_default_databases, rename the one in the new |
327 |
|
|
location to db.time(), avoiding the conflict and saving the |
328 |
|
|
evidence in case it is needed later [SME: 229] |
329 |
|
|
|
330 |
|
|
* Mon Dec 05 2005 Mark Knox <mark_knox@mitel.com> |
331 |
|
|
- [1.15.3-27] |
332 |
|
|
- Moved queueing logic to separate daemon, replaced with FIFO IPC [BZ252 |
333 |
|
|
|
334 |
|
|
* Thu Dec 01 2005 Mark Knox <mark_knox@mitel.com> |
335 |
|
|
- [1.15.3-26] |
336 |
|
|
- Added event queueing (open source portion) for clustered systems [BZ250] |
337 |
|
|
|
338 |
|
|
* Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 1.15.3-25 |
339 |
|
|
- Bump release number only |
340 |
|
|
|
341 |
|
|
* Thu Nov 24 2005 Gordon Rowell <gordonr@e-smith.com> |
342 |
|
|
- [1.15.3-24] |
343 |
|
|
- Add missing 'use Locale::gettext' to esmith::console.pm [MN00108804] |
344 |
|
|
|
345 |
|
|
* Sun Nov 20 2005 Charlie Brady <charlieb@e-smith.com> |
346 |
|
|
- [1.15.3-23] |
347 |
|
|
- Clarify logic for stopped services in adjust-services. [SF: 1357629] |
348 |
|
|
|
349 |
|
|
* Sun Nov 20 2005 Gordon Rowell <gordonr@e-smith.com> |
350 |
|
|
- [1.15.3-22] |
351 |
|
|
- Correct adjust-services logic for stopped services [SF: 1357629] |
352 |
|
|
|
353 |
|
|
* Wed Nov 16 2005 Charlie Brady <charlieb@e-smith.com> |
354 |
|
|
- [1.15.3-21] |
355 |
|
|
- Allow services2adjust directories to contain files rather than just dangling |
356 |
|
|
symlinks. Files can contain more than one actions to perform. [SF: 1270644] |
357 |
|
|
|
358 |
|
|
* Wed Nov 16 2005 Charlie Brady <charlieb@e-smith.com> |
359 |
|
|
- [1.15.3-20] |
360 |
|
|
- Also don't start services if we just want to "once" them. [SF: 1357629] |
361 |
|
|
|
362 |
|
|
* Wed Nov 16 2005 Charlie Brady <charlieb@e-smith.com> |
363 |
|
|
- [1.15.3-19] |
364 |
|
|
- Fix restart of enabled supervised services which we are attempting to stop. |
365 |
|
|
[SF: 1357629] |
366 |
|
|
|
367 |
|
|
* Tue Nov 15 2005 Charlie Brady <charlieb@e-smith.com> |
368 |
|
|
- [1.15.3-18] |
369 |
|
|
- Set default for $type in esmith::cgi::genSmallCell, to prevent some log |
370 |
|
|
noise. [SF: 1357830] |
371 |
|
|
|
372 |
|
|
* Tue Nov 15 2005 Charlie Brady <charlieb@e-smith.com> |
373 |
|
|
- [1.15.3-17] |
374 |
|
|
- Pass $EVENT to template expansions in generic_template_expand. |
375 |
|
|
[SF: MN00106104] |
376 |
|
|
|
377 |
|
|
* Tue Nov 15 2005 Gordon Rowell <gordonr@e-smith.com> |
378 |
|
|
- [1.15.3-16] |
379 |
|
|
- Redirect esmith::config calls on old db paths to the new |
380 |
|
|
location [SF: 1335865] |
381 |
|
|
|
382 |
|
|
* Thu Oct 27 2005 Charlie Brady <charlieb@e-smith.com> |
383 |
|
|
- [1.15.3-15] |
384 |
|
|
- Fix a few minor spec file portability issues. [SF: 1339729] |
385 |
|
|
|
386 |
|
|
* Wed Oct 26 2005 Charlie Brady <charlieb@e-smith.com> |
387 |
|
|
- [1.15.3-14] |
388 |
|
|
- Add it and de to the langtag2locale fixups. [SF: 1338236] |
389 |
|
|
|
390 |
|
|
* Tue Oct 11 2005 Charlie Brady <charlieb@e-smith.com> |
391 |
|
|
- [1.15.3-13] |
392 |
|
|
- Build driver list from .ko files as well as .o files. Untaint driver |
393 |
|
|
names while building list. [SF: 1323270] |
394 |
|
|
|
395 |
|
|
* Mon Sep 26 2005 Charlie Brady <charlieb@e-smith.com> |
396 |
|
|
- [1.15.3-12] |
397 |
|
|
- Fix "defaults" handling so that values which evaluate to false are |
398 |
|
|
not overridden by default. [SF: 1303885] |
399 |
|
|
|
400 |
|
|
* Fri Sep 23 2005 Charlie Brady <charlieb@e-smith.com> |
401 |
|
|
- [1.15.3-11] |
402 |
|
|
- Untaint db names before attempting to move them. [MN00098405] |
403 |
|
|
|
404 |
|
|
* Thu Sep 22 2005 Charlie Brady <charlieb@e-smith.com> |
405 |
|
|
- [1.15.3-10] |
406 |
|
|
- Provide networks method in esmith::NetworksDB. [SF: 1296099] |
407 |
|
|
- Support a "localhost" configuration in esmith::tcpsvd:configure_peers |
408 |
|
|
[SF: 1294719] |
409 |
|
|
|
410 |
|
|
* Tue Sep 20 2005 Charlie Brady <charlieb@e-smith.com> |
411 |
|
|
- [1.15.3-09] |
412 |
|
|
- Remove deprecated functions from esmith::utils. [SF: 1295851] |
413 |
|
|
- Include only "network" records in local_access_spec. [SF: 1296099] |
414 |
|
|
|
415 |
|
|
* Mon Sep 12 2005 Charlie Brady <charlieb@e-smith.com> |
416 |
|
|
- [1.15.3-08] |
417 |
|
|
- Remove warning about explicit path in esmith::db::_db_path. |
418 |
|
|
[SF: 1286294] |
419 |
|
|
|
420 |
|
|
* Fri Sep 9 2005 Charlie Brady <charlieb@e-smith.com> |
421 |
|
|
- [1.15.3-07] |
422 |
|
|
- Tolerate, but warn about, symlinks in /home/e-smith. [SF: 1216546] |
423 |
|
|
|
424 |
|
|
* Fri Sep 9 2005 Charlie Brady <charlieb@e-smith.com> |
425 |
|
|
- [1.15.3-06] |
426 |
|
|
- Reduce the noise from _file_path() in esmith::DB::db. [SF: 1286294] |
427 |
|
|
|
428 |
|
|
* Wed Sep 7 2005 Charlie Brady <charlieb@e-smith.com> |
429 |
|
|
- [1.15.3-05] |
430 |
|
|
- Fix operation of expandTemplate when taint check is enabled. |
431 |
|
|
[SF: 1284301] |
432 |
|
|
|
433 |
|
|
* Wed Aug 17 2005 Mark Knox <markk@e-smith.com> |
434 |
|
|
- [1.15.3-04] |
435 |
|
|
- Added open_local and open_ro_local methods for clustering [markk MN00094831] |
436 |
|
|
|
437 |
|
|
* Tue Aug 16 2005 Charlie Brady <charlieb@e-smith.com> |
438 |
|
|
- [1.15.3-03] |
439 |
|
|
- Fix POD error in util.pm. |
440 |
|
|
|
441 |
|
|
* Wed Jul 27 2005 Charlie Brady <charlieb@e-smith.com> |
442 |
|
|
- [1.15.3-02] |
443 |
|
|
- Move databases default location from /home/e-smith to /home/e-smith/db. |
444 |
|
|
During esmith::utils::initialize_default_databases, move from old to new |
445 |
|
|
location before doing db migrate actions. [SF: 1216546] |
446 |
|
|
|
447 |
|
|
* Wed Jul 27 2005 Charlie Brady <charlieb@e-smith.com> |
448 |
|
|
- [1.15.3-01] |
449 |
|
|
- Roll a new development stream - 1.15.3 |
450 |
|
|
|
451 |
|
|
* Wed Jul 27 2005 Charlie Brady <charlieb@e-smith.com> |
452 |
|
|
- [1.15.2-04] |
453 |
|
|
- Remove broken MergeDB stuff. [SF: 1246315] |
454 |
|
|
|
455 |
|
|
* Wed Jul 27 2005 Mark Knox <markk@e-smith.com> |
456 |
|
|
- [1.15.2-03] |
457 |
|
|
- Fixed misleading comment in util.pm |
458 |
|
|
- Added 'use' statements in Record classes for SOAP compatibility |
459 |
|
|
- Fixed undefined max_len warning |
460 |
|
|
- Added explicit writeconf calls in db::Record.pm, needed for setting props |
461 |
|
|
via SOAP |
462 |
|
|
|
463 |
|
|
* Tue Jul 19 2005 Charlie Brady <charlieb@e-smith.com> |
464 |
|
|
- [1.15.2-02] |
465 |
|
|
- Allow db open API to use default path if a simple filename |
466 |
|
|
is provided as arg. This is preparation for move of dbs to |
467 |
|
|
/home/e-smith/db. Patch by Shad Lords. |
468 |
|
|
|
469 |
|
|
* Mon Jul 18 2005 Charlie Brady <charlieb@e-smith.com> |
470 |
|
|
- [1.15.2-01] |
471 |
|
|
- Roll new development stream - 1.15.2 |
472 |
|
|
|
473 |
|
|
* Fri Jul 15 2005 Mark Knox <markk@e-smith.com> |
474 |
|
|
- [1.15.1-44] |
475 |
|
|
- Tweak to allow calling _writeconf from SOAP [markk MN00090738] |
476 |
|
|
|
477 |
|
|
* Tue Jun 21 2005 Charlie Brady <charlieb@e-smith.com> |
478 |
|
|
- [1.15.1-43] |
479 |
|
|
- Ensure that esmith::util::LdapPassword returns bare string without |
480 |
|
|
newline terminator. |
481 |
|
|
|
482 |
|
|
* Sun Jun 12 2005 Charlie Brady <charlieb@e-smith.com> |
483 |
|
|
- [1.15.1-42] |
484 |
|
|
- Remove .rpmsave and .rpmnew symlinks (as well as files). [SF: 1217969] |
485 |
|
|
- Handle missing description in pcitables entries. |
486 |
|
|
|
487 |
|
|
* Sun Jun 12 2005 Charlie Brady <charlieb@e-smith.com> |
488 |
|
|
- [1.15.1-41] |
489 |
|
|
- Provide feedback (via log messages) from services2adjust. [SF: 1218920] |
490 |
|
|
|
491 |
|
|
* Mon May 30 2005 Charlie Brady <charlieb@e-smith.com> |
492 |
|
|
- [1.15.1-40] |
493 |
|
|
- Add preinstall scripting to create required accounts/groups if they |
494 |
|
|
don't already exist. [SF: 1210723] |
495 |
|
|
|
496 |
|
|
* Thu May 5 2005 Charlie Brady <charlieb@e-smith.com> |
497 |
|
|
- [1.15.1-39] |
498 |
|
|
- Show Text::Template error text rather than inappropriate $! if template |
499 |
|
|
expansion fails. |
500 |
|
|
- Change error to warning if a config item is set with an empty "type" |
501 |
|
|
property. |
502 |
|
|
|
503 |
|
|
* Thu May 5 2005 Charlie Brady <charlieb@e-smith.com> |
504 |
|
|
- [1.15.1-38] |
505 |
|
|
- Fix esmith::DB::get_prop_and_delete fail if prop is "false" [From Gordon]. |
506 |
|
|
|
507 |
|
|
* Tue May 3 2005 Charlie Brady <charlieb@e-smith.com> |
508 |
|
|
- [1.15.1-37] |
509 |
|
|
- Update directory list so that ethernet drivers from kernel-unsupported are |
510 |
|
|
added to "choose by driver" list. |
511 |
|
|
|
512 |
|
|
* Sat Mar 19 2005 Charlie Brady <charlieb@e-smith.com> |
513 |
|
|
- [1.15.1-36] |
514 |
|
|
- Rework esmith::tcpsvd::configure_peers so that it doesn't chdir. |
515 |
|
|
- Fix generic_template_expand so that templates.metadata doesn't |
516 |
|
|
need to set OUTPUT_FILENAME is TEMPLATE_PATH is changed. This |
517 |
|
|
matches what expand-template already does. |
518 |
|
|
|
519 |
|
|
* Fri Mar 18 2005 Charlie Brady <charlieb@e-smith.com> |
520 |
|
|
- [1.15.1-35] |
521 |
|
|
- Change numerous calls to "croak" in esmith::template |
522 |
|
|
to "carp ...; return", so that problem with any single |
523 |
|
|
template expansion doesn't terminate calling program. |
524 |
|
|
[MN00075009] |
525 |
|
|
|
526 |
|
|
* Wed Mar 16 2005 Charlie Brady <charlieb@e-smith.com> |
527 |
|
|
- [1.15.1-34] |
528 |
|
|
- Add missing "use esmith::util" in esmith::tcpsvd. |
529 |
|
|
|
530 |
|
|
* Wed Mar 16 2005 Charlie Brady <charlieb@e-smith.com> |
531 |
|
|
- [1.15.1-33] |
532 |
|
|
- Add esmith::tcpsvd library for managing tcpsvd "peers" |
533 |
|
|
directories. |
534 |
|
|
|
535 |
|
|
* Mon Mar 14 2005 Charlie Brady <charlieb@e-smith.com> |
536 |
|
|
- [1.15.1-32] |
537 |
|
|
- Make template expansion message more succinct. |
538 |
|
|
|
539 |
|
|
* Thu Mar 10 2005 Charlie Brady <charlieb@e-smith.com> |
540 |
|
|
- [1.15.1-31] |
541 |
|
|
- Remove pseudonyms of pseudonyms when removing user |
542 |
|
|
accounts. Adapted from patch submitted by Shad. [MN00039941] |
543 |
|
|
|
544 |
|
|
* Wed Feb 23 2005 Charlie Brady <charlieb@e-smith.com> |
545 |
|
|
- [1.15.1-30] |
546 |
|
|
- Fix incompatibility with CentOS's CGI.pm. |
547 |
|
|
|
548 |
|
|
* Tue Feb 22 2005 Charlie Brady <charlieb@e-smith.com> |
549 |
|
|
- [1.15.1-29] |
550 |
|
|
- Fix bug in output to empty file when FILTER is used |
551 |
|
|
during template expansion. [charlieb MN00050075] |
552 |
|
|
|
553 |
|
|
* Tue Feb 22 2005 Charlie Brady <charlieb@e-smith.com> |
554 |
|
|
- [1.15.1-28] |
555 |
|
|
- Refresh contents of /etc/sysconfig/hwconf before listing |
556 |
|
|
network adaptors [MN00069993] |
557 |
|
|
- Fix typo in documentation of esmith::DB::db - reported from Tanna - |
558 |
|
|
http://www.livejournal.com/users/gcrumb/61169.html (thanks Dan!) |
559 |
|
|
|
560 |
|
|
* Wed Feb 16 2005 Charlie Brady <charlieb@e-smith.com> |
561 |
|
|
- [1.15.1-27] |
562 |
|
|
- Fix typo. [MN00066059] |
563 |
|
|
|
564 |
|
|
* Wed Feb 16 2005 Charlie Brady <charlieb@e-smith.com> |
565 |
|
|
- [1.15.1-26] |
566 |
|
|
- Use /sbin/e-smith/whiptail if it is available. [MN00066059] |
567 |
|
|
|
568 |
|
|
* Mon Feb 7 2005 Charlie Brady <charlieb@e-smith.com> |
569 |
|
|
- [1.15.1-25] |
570 |
|
|
- Update perms and ownership when expanding templates, regardless of |
571 |
|
|
whether file content has changed or not. [MN00068043] |
572 |
|
|
|
573 |
|
|
* Wed Feb 2 2005 Charlie Brady <charlieb@e-smith.com> |
574 |
|
|
- [1.15.1-24] |
575 |
|
|
- Fix the insertion of implicit actions into sorted action list in |
576 |
|
|
event.pm. Problem was perl syntax ambiguity. [MN00066406] |
577 |
|
|
|
578 |
|
|
* Fri Jan 28 2005 Charlie Brady <charlieb@e-smith.com> |
579 |
|
|
- [1.15.1-23] |
580 |
|
|
- Really move /home/e-smith/* to e-smith-base. [MN00066635] |
581 |
|
|
|
582 |
|
|
* Fri Jan 28 2005 Charlie Brady <charlieb@e-smith.com> |
583 |
|
|
- [1.15.1-22] |
584 |
|
|
- Move /home/e-smith/* to e-smith-base. [MN00066635] |
585 |
|
|
- Move generic-template expand to S05 position in sort, and |
586 |
|
|
adjust-service to S90. Fix run-time error. [MN00066406] |
587 |
|
|
- Don't attempt to execute non-executable action scripts. |
588 |
|
|
|
589 |
|
|
* Thu Jan 27 2005 Charlie Brady <charlieb@e-smith.com> |
590 |
|
|
- [1.15.1-21] |
591 |
|
|
- Implicitly include template expand and services adjust actions |
592 |
|
|
in each event if the respective metadata directory exists. |
593 |
|
|
[MN00066406] |
594 |
|
|
|
595 |
|
|
* Tue Jan 25 2005 Charlie Brady <charlieb@e-smith.com> |
596 |
|
|
- [1.15.1-20] |
597 |
|
|
- Add "adjust" to list of verbs which serviceControl groks, |
598 |
|
|
to allow for "masq adjust". [MN00065576] |
599 |
|
|
|
600 |
|
|
* Tue Jan 25 2005 Charlie Brady <charlieb@e-smith.com> |
601 |
|
|
- [1.15.1-19] |
602 |
|
|
- Add adjust-services generic action script [MN00065576] |
603 |
|
|
|
604 |
|
|
* Tue Jan 18 2005 Charlie Brady <charlieb@e-smith.com> |
605 |
|
|
- [1.15.1-18] |
606 |
|
|
- Fix typo. [MN00064412] |
607 |
|
|
- Improve die() message in esmith::config::STORE. [MN00064394] |
608 |
|
|
|
609 |
|
|
* Mon Jan 17 2005 Charlie Brady <charlieb@e-smith.com> |
610 |
|
|
- [1.15.1-17] |
611 |
|
|
- Fix broken logging (and reduce logging) in initialize_default_databases. |
612 |
|
|
[MN00064412] |
613 |
|
|
- Fix inappropriate use of global $_ in initialize_default_databases. |
614 |
|
|
[MN00064415] |
615 |
|
|
|
616 |
|
|
* Thu Dec 23 2004 Charlie Brady <charlieb@e-smith.com> |
617 |
|
|
- [1.15.1-16] |
618 |
|
|
- Read templated file metadata (if any) from file tree under |
619 |
|
|
/etc/e-smith/templates.metadata. Update expand-template to |
620 |
|
|
use current API. [MN00061830] |
621 |
|
|
|
622 |
|
|
* Tue Dec 14 2004 Mark Knox <markk@e-smith.com> |
623 |
|
|
- [1.15.1-15] |
624 |
|
|
- Change copyright date to 2004 [markk MN00060958] |
625 |
|
|
|
626 |
|
|
* Fri Nov 5 2004 Charlie Brady <charlieb@e-smith.com> |
627 |
|
|
- [1.15.1-14] |
628 |
|
|
- Fix Authen::PAM dependency header [charlieb MN00040240] |
629 |
|
|
- Use kudzu's generated /etc/sysconfig/hwconf file for NIC detection |
630 |
|
|
[charlieb MN00056220] |
631 |
|
|
|
632 |
|
|
* Thu Oct 14 2004 Michael Soulier <msoulier@e-smith.com> |
633 |
|
|
- [1.15.1-13] |
634 |
|
|
- Updated esmith::ethernet's search code to remove File::Find, as it doesn't |
635 |
|
|
get along with taint checking. [msoulier MN00052510] |
636 |
|
|
|
637 |
|
|
* Wed Oct 13 2004 Michael Soulier <msoulier@e-smith.com> |
638 |
|
|
- [1.15.1-12] |
639 |
|
|
- Updated esmith::ethernet's search code such that is it more adaptable, and |
640 |
|
|
recurses the directories given. [msoulier MN00052510] |
641 |
|
|
|
642 |
|
|
* Wed Oct 13 2004 Michael Soulier <msoulier@e-smith.com> |
643 |
|
|
- [1.15.1-11] |
644 |
|
|
- Updated esmith::ethernet's search paths for network drivers. |
645 |
|
|
[msoulier MN00052510] |
646 |
|
|
|
647 |
|
|
* Mon Oct 4 2004 Charlie Brady <charlieb@e-smith.com> |
648 |
|
|
- [1.15.1-10] |
649 |
|
|
- Remove dependency on perl(Filter::Handle) [charlieb MN00050075] |
650 |
|
|
|
651 |
|
|
* Fri Sep 24 2004 Charlie Brady <charlieb@e-smith.com> |
652 |
|
|
- [1.15.1-09] |
653 |
|
|
- Updated requires with new perl dependencies. [msoulier MN00040240] |
654 |
|
|
- Remove "AutoReqProv: no" so that "Provides" headers are auto-generated. |
655 |
|
|
[charlieb MN00040240] |
656 |
|
|
- Remove anachronistic "require v5.6.0" directives. [charlieb MN00050370] |
657 |
|
|
- Avoid use of Filter::Handle in esmith::template. [charlieb MN00050075] |
658 |
|
|
|
659 |
|
|
* Fri Aug 27 2004 Michael Soulier <msoulier@e-smith.com> |
660 |
|
|
- [1.15.1-08] |
661 |
|
|
- Added esmith::util::network::isValidEmail function. [msoulier MN00023814] |
662 |
|
|
|
663 |
|
|
* Thu Aug 26 2004 Michael Soulier <msoulier@e-smith.com> |
664 |
|
|
- [1.15.1-07] |
665 |
|
|
- Added svdisable to permissible actions in serviceControl. |
666 |
|
|
[msoulier MN00043056] |
667 |
|
|
|
668 |
|
|
* Tue Aug 10 2004 Michael Soulier <msoulier@e-smith.com> |
669 |
|
|
- [1.15.1-06] |
670 |
|
|
- Fixed new methods. Bad else case. [msoulier MN00044891] |
671 |
|
|
|
672 |
|
|
* Fri Aug 6 2004 Michael Soulier <msoulier@e-smith.com> |
673 |
|
|
- [1.15.1-05] |
674 |
|
|
- Added a keys() method. [msoulier MN00041968] |
675 |
|
|
|
676 |
|
|
* Fri Aug 6 2004 Michael Soulier <msoulier@e-smith.com> |
677 |
|
|
- [1.15.1-04] |
678 |
|
|
- Added set_prop and set_value methods in esmith::DB. [msoulier MN00044891] |
679 |
|
|
|
680 |
|
|
* Tue Jul 20 2004 Michael Soulier <msoulier@e-smith.com> |
681 |
|
|
- [1.15.1-03] |
682 |
|
|
- Undeprecated esmith::util::serviceControl. [msoulier MN00043056] |
683 |
|
|
|
684 |
|
|
* Fri Jun 25 2004 Tony Clayton <apc@e-smith.com> |
685 |
|
|
- [1.15.1-02] |
686 |
|
|
- Merge language_tag2locale() function from perl-I18N-LangTags [tonyc |
687 |
|
|
MN00040170] |
688 |
|
|
|
689 |
|
|
* Fri May 28 2004 Michael Soulier <msoulier@e-smith.com> |
690 |
|
|
- [1.15.1-01] |
691 |
|
|
- Rolling to collect patches. |
692 |
|
|
|
693 |
|
|
* Fri May 28 2004 Michael Soulier <msoulier@e-smith.com> |
694 |
|
|
- [1.15.0-23] |
695 |
|
|
- Reordered the create code slightly to catch more errors. |
696 |
|
|
[msoulier MN00035059] |
697 |
|
|
|
698 |
|
|
* Fri May 28 2004 Michael Soulier <msoulier@e-smith.com> |
699 |
|
|
- [1.15.0-22] |
700 |
|
|
- Added yet more error handling and reporting. [msoulier MN00035059] |
701 |
|
|
|
702 |
|
|
* Fri May 28 2004 Michael Soulier <msoulier@e-smith.com> |
703 |
|
|
- [1.15.0-21] |
704 |
|
|
- Fixed one $Error reference that I missed in the last rev. |
705 |
|
|
[msoulier MN00035059] |
706 |
|
|
|
707 |
|
|
* Fri May 28 2004 Michael Soulier <msoulier@e-smith.com> |
708 |
|
|
- [1.15.0-20] |
709 |
|
|
- Moved error handling from esmith::DB::db to esmith::DB, since it should not |
710 |
|
|
be database implementation specific. [msoulier MN00035059] |
711 |
|
|
|
712 |
|
|
* Fri May 28 2004 Michael Soulier <msoulier@e-smith.com> |
713 |
|
|
- [1.15.0-19] |
714 |
|
|
- Propagated migration failures up to calling code for reporting to syslog. |
715 |
|
|
- Propagated creation failures up to calling code. |
716 |
|
|
- Moved lexicon $Error in esmith::DB::db to a class property so it can be used |
717 |
|
|
by subclasses. [msoulier MN00035059] |
718 |
|
|
|
719 |
|
|
* Thu May 27 2004 Michael Soulier <msoulier@e-smith.com> |
720 |
|
|
- [1.15.0-18] |
721 |
|
|
- Changed print statements to calls to the logger. [msoulier MN00035059] |
722 |
|
|
|
723 |
|
|
* Thu May 27 2004 Michael Soulier <msoulier@e-smith.com> |
724 |
|
|
- [1.15.0-17] |
725 |
|
|
- Added print statements to initialize-default-databases for post-install |
726 |
|
|
debugging. [msoulier MN00035059] |
727 |
|
|
|
728 |
|
|
* Fri May 7 2004 Michael Soulier <msoulier@e-smith.com> |
729 |
|
|
- [1.15.0-16] |
730 |
|
|
- Fixed migrate to report the caught error message. [msoulier MN00032503] |
731 |
|
|
|
732 |
|
|
* Thu May 6 2004 Michael Soulier <msoulier@e-smith.com> |
733 |
|
|
- [1.15.0-15] |
734 |
|
|
- Added isValidHostname function to esmith::util::network. |
735 |
|
|
[msoulier MN00024212] |
736 |
|
|
|
737 |
|
|
* Fri Feb 13 2004 Michael Soulier <msoulier@e-smith.com> |
738 |
|
|
- [1.15.0-14] |
739 |
|
|
- Greatly simplified the _mysystem function by ripping out open3. |
740 |
|
|
[msoulier dpar-20385] |
741 |
|
|
|
742 |
|
|
* Fri Feb 13 2004 Michael Soulier <msoulier@e-smith.com> |
743 |
|
|
- [1.15.0-13] |
744 |
|
|
- Backed-out change in esmith::util, as it's non-trivial there with the exec. |
745 |
|
|
Completed update of esmith::event, and separated the esmith::Logger class. |
746 |
|
|
[msoulier dpar-20385] |
747 |
|
|
|
748 |
|
|
* Fri Feb 13 2004 Michael Soulier <msoulier@e-smith.com> |
749 |
|
|
- [1.15.0-12] |
750 |
|
|
- Removed use of the logger entirely, replacing it with an abstracted |
751 |
|
|
interface to the Sys::Syslog module. [msoulier dpar-20385] |
752 |
|
|
|
753 |
|
|
* Thu Jan 8 2004 Michael Soulier <msoulier@e-smith.com> |
754 |
|
|
- [1.15.0-11] |
755 |
|
|
- Fixed esmith::util::network::isValidIP() so valid IP substrings no longer |
756 |
|
|
return true values. [msoulier 9308] |
757 |
|
|
|
758 |
|
|
* Thu Jan 8 2004 Michael Soulier <msoulier@e-smith.com> |
759 |
|
|
- [1.15.0-10] |
760 |
|
|
- Added a check in STORE in esmith::config for invalid attempts to set a value |
761 |
|
|
without a type. Also escalated previous warnings for undef key and value to |
762 |
|
|
fatal exceptions. [msoulier 7386] |
763 |
|
|
|
764 |
|
|
* Thu Jan 8 2004 Michael Soulier <msoulier@e-smith.com> |
765 |
|
|
- [1.15.0-09] |
766 |
|
|
- Now trimming whitespace around keys and values during esmith::config STORE |
767 |
|
|
events, to prevent invalid keys and values from being saved. [msoulier 7021] |
768 |
|
|
|
769 |
|
|
* Mon Jan 5 2004 Michael Soulier <msoulier@e-smith.com> |
770 |
|
|
- [1.15.0-08] |
771 |
|
|
- Fixed POD around merge_props. [msoulier 9482] |
772 |
|
|
|
773 |
|
|
* Fri Nov 7 2003 Tony Clayton <apc@e-smith.com> |
774 |
|
|
- [1.15.0-07] |
775 |
|
|
- And again [tonyc 10569] |
776 |
|
|
|
777 |
|
|
* Fri Nov 7 2003 Tony Clayton <apc@e-smith.com> |
778 |
|
|
- [1.15.0-06] |
779 |
|
|
- Change Merge API a bit, fix pod [tonyc 10569] |
780 |
|
|
|
781 |
|
|
* Fri Nov 7 2003 Tony Clayton <apc@e-smith.com> |
782 |
|
|
- [1.15.0-05] |
783 |
|
|
- Add esmith::DB::Merge library [tonyc 10569] |
784 |
|
|
|
785 |
|
|
* Fri Oct 10 2003 Michael Soulier <msoulier@e-smith.com> |
786 |
|
|
- [1.15.0-04] |
787 |
|
|
- Fixed AccountsDB.pm to handle group names with hyphens and periods, to match |
788 |
|
|
the error message in the groups panel, and the rest of the group/user |
789 |
|
|
behaviour. [msoulier 10236] |
790 |
|
|
|
791 |
|
|
* Sun Sep 21 2003 Charlie Brady <charlieb@e-smith.com> |
792 |
|
|
- [1.15.0-03] |
793 |
|
|
- Skip any directries when iterating over action scripts in esmith::event. |
794 |
|
|
Add logfile timestamp symlinking to generic_template_expand action. |
795 |
|
|
Use templates2expand and logfiles2timestamp subdirectories of the event |
796 |
|
|
directory. Fix shebang line. [charlieb 10035] |
797 |
|
|
|
798 |
|
|
* Thu Sep 18 2003 Charlie Brady <charlieb@e-smith.com> |
799 |
|
|
- [1.15.0-02] |
800 |
|
|
- Add generic_template_expand action. [charlieb 10035] |
801 |
|
|
|
802 |
|
|
* Thu Sep 18 2003 Charlie Brady <charlieb@e-smith.com> |
803 |
|
|
- [1.15.0-01] |
804 |
|
|
- Changing version to development stream number - 1.15.0 |
805 |
|
|
|
806 |
|
|
%prep |
807 |
|
|
%setup |
808 |
vip-ire |
1.2 |
%patch0 -p1 |
809 |
vip-ire |
1.3 |
%patch1 -p1 |
810 |
wellsi |
1.5 |
%patch2 -p1 |
811 |
vip-ire |
1.6 |
%patch3 -p1 |
812 |
wellsi |
1.10 |
%patch4 -p1 |
813 |
wellsi |
1.12 |
%patch5 -p1 |
814 |
vip-ire |
1.14 |
%patch6 -p1 |
815 |
vip-ire |
1.15 |
%patch7 -p1 |
816 |
wellsi |
1.16 |
%patch8 -p1 |
817 |
wellsi |
1.17 |
%patch9 -p1 |
818 |
wellsi |
1.18 |
%patch10 -p1 |
819 |
|
|
%patch11 -p1 |
820 |
stephdl |
1.19 |
%patch12 -p1 |
821 |
slords |
1.1 |
|
822 |
|
|
%pre |
823 |
|
|
|
824 |
|
|
|
825 |
|
|
%post |
826 |
|
|
|
827 |
|
|
%build |
828 |
|
|
for event in post-install post-upgrade bootstrap-console-save console-save |
829 |
|
|
do |
830 |
|
|
mkdir -p root/etc/e-smith/events/$event |
831 |
|
|
done |
832 |
|
|
perl createlinks |
833 |
|
|
|
834 |
|
|
%install |
835 |
|
|
rm -rf $RPM_BUILD_ROOT |
836 |
|
|
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
837 |
|
|
rm -f %{name}-%{version}-%{release}-filelist |
838 |
|
|
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
839 |
|
|
>%{name}-%{version}-%{release}-filelist |
840 |
|
|
echo "%doc Copying" >> %{name}-%{version}-%{release}-filelist |
841 |
|
|
echo "%doc Artistic" >> %{name}-%{version}-%{release}-filelist |
842 |
|
|
echo "%doc LICENSE" >> %{name}-%{version}-%{release}-filelist |
843 |
|
|
|
844 |
|
|
%clean |
845 |
|
|
rm -rf $RPM_BUILD_ROOT |
846 |
|
|
|
847 |
|
|
%files -f %{name}-%{version}-%{release}-filelist |
848 |
|
|
%defattr(-,root,root) |