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