/[smeserver]/rpms/e-smith-ldap/sme10/e-smith-ldap.spec
ViewVC logotype

Annotation of /rpms/e-smith-ldap/sme10/e-smith-ldap.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.14 - (hide annotations) (download)
Mon Mar 22 03:12:12 2021 UTC (3 years, 3 months ago) by jpp
Branch: MAIN
CVS Tags: e-smith-ldap-5_6_0-10_el7_sme
Changes since 1.13: +7 -2 lines
* Sun Mar 21 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.6.0-10.sme
- fix ldap failing to start on initial boot [SME: 11480]

1 jpp 1.14 # $Id: e-smith-ldap.spec,v 1.13 2021/01/03 04:59:11 jpp Exp $
2 stephdl 1.1
3     Summary: e-smith server and gateway - LDAP module
4     %define name e-smith-ldap
5     Name: %{name}
6     %define version 5.6.0
7 jpp 1.14 %define release 10
8 stephdl 1.1 Version: %{version}
9     Release: %{release}%{?dist}
10     License: GPL
11     Group: Networking/Daemons
12     Source: %{name}-%{version}.tar.xz
13 vip-ire 1.4 Patch0: e-smith-ldap-5.6.0-missing_shebang_ldap_init.patch
14 unnilennium 1.5 Patch1: e-smith-ldap-5.6.0.bz9688.skipredirect.patch
15 vip-ire 1.8 Patch2: e-smith-ldap-5.6.0-strong_encryption.patch
16 jpp 1.9 Patch3: e-smith-ldap-5.6.0-bz10936-TLS-and-ciphers.patch
17 jpp 1.10 Patch4: e-smith-ldap-5.6.0-bz11140-bz11099-bz11096-systemd-update.patch
18 jpp 1.14 Patch5: e-smith-ldap-5.6.0-bz11480-timeoutstart.patch
19 jpp 1.9
20 stephdl 1.1 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
21     BuildArchitectures: noarch
22     Requires: e-smith-base
23     Requires: e-smith-lib >= 1.15.1-16
24     Requires: openldap >= 2.0.0
25     Requires: openldap-clients
26     Requires: openldap-servers
27     Requires: perl(Net::LDAP)
28 unnilennium 1.2 Requires: libdb4-utils
29 stephdl 1.1 Requires: e-smith-formmagick >= 1.4.0-9
30     BuildRequires: e-smith-devtools >= 1.13.1-03
31     AutoReqProv: no
32    
33     %description
34     e-smith server and gateway software - LDAP module.
35    
36     %changelog
37 jpp 1.14 * Sun Mar 21 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.6.0-10.sme
38     - fix ldap failing to start on initial boot [SME: 11480]
39    
40 jpp 1.13 * Sat Jan 02 2021 Jean-Philipe Pialasse <tests@pialasse.com> 5.6.0-9.sme
41     - fix wrong alias to ldap.init [SME: 11301]
42    
43 jpp 1.10 * Fri Dec 11 2020 Jean-Philipe Pialasse <tests@pialasse.com> 5.6.0-8.sme
44     - add -update event [SME: 11140]
45     - move ldap to systemd [SME: 11099]
46     - move ldap.init to systemd [SME: 11096]
47    
48 jpp 1.9 * Sat May 02 2020 Jean-Philipe Pialasse <tests@pialasse.com> 5.6.0-7.sme
49     - New protocol default as TLSv1.2 [SME: 10936]
50     New property TLSProtocolMin
51     Ciphers are now ordered with stronger first
52    
53 vip-ire 1.8 * Thu Feb 23 2017 Daniel Berteaud <daniel@firewall-services.com> 5.6.0-6.sme
54     - Disable SSLv3, but keep the possibility to enable it again [SME: 10108]
55     - Better default cipher suite, and honor global suite [SME: 10108]
56    
57 unnilennium 1.5 * Sun Jul 24 2016 Jean-Philipe Pialasse <tests@pialasse.com> 5.6.0-5.sme
58     - systemd skip redirect [SME: 9688]
59 unnilennium 1.6 - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
60     by assuming the date is correct and changing the weekday.
61     Fri Jun 01 2000 --> Fri May 26 2000 or Thu Jun 01 2000 or Fri Jun 02 2000 or ....
62     Thu Aug 07 2001 --> Thu Aug 02 2001 or Tue Aug 07 2001 or Thu Aug 09 2001 or ....
63     Tue Jun 10 2010 --> Tue Jun 08 2010 or Thu Jun 10 2010 or Tue Jun 15 2010 or ....
64 unnilennium 1.5
65 vip-ire 1.4 * Thu May 12 2016 Daniel Berteaud <daniel@firewall-services.com> 5.6.0-4.sme
66     - Add missing shebang in ldap.init script [SME: 9432]
67    
68 vip-ire 1.3 * Thu May 12 2016 Daniel Berteaud <daniel@firewall-services.com> 5.6.0-3.sme
69     - Rebuild for [SME: 9393]
70    
71 unnilennium 1.2 * Fri Mar 18 2016 JP Pialasse <tests@pialasse.com> 5.6.0-2.sme
72     - fix Requires db4-utils to libdb4-utils [SME: 9319]
73    
74 stephdl 1.1 * Fri Feb 05 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 5.6.0-1.sme
75     - Initial release to sme10
76    
77     * Sun Jan 17 2016 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-20.sme
78     - Hook into the new ssl-update event [SME: 9152]
79    
80     * Mon Apr 27 2015 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-19.sme
81     - Remove size limit for search result [SME: 8918]
82    
83     * Wed Feb 11 2015 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-18.sme
84     - Make pdbedit output independent from locale and timezone so it can be
85     parsed [SME: 8841]
86    
87     * Tue Nov 11 2014 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-17.sme
88     - Symlink /etc/init.d/ldap to /usr/bin/sv [SME: 8635]
89    
90     * Tue Nov 11 2014 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-16.sme
91     - Chown all DB files to ldap before staring slapd [SME: 8635]
92    
93     * Fri Oct 24 2014 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-15.sme
94     - Set checkpoint in slapd.conf instead of DB_CONFIG [SME: 8621]
95    
96     * Fri Oct 24 2014 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-14.sme
97     - Stop ldap on shutdown (rc0 and rc6) [SME: 8611]
98    
99     * Fri Oct 24 2014 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-13.sme
100     - Don't overwrite the ldif dump if slapcat's output is empty
101     (code from Charlie Brady) [SME: 8621]
102    
103     * Fri Oct 24 2014 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-12.sme
104     - Run db_recover on startup [SME: 8622]
105    
106     * Fri Oct 24 2014 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-11.sme
107     - Don't wipe LDAP DB when the ldif dump is empty [SME: 8619]
108    
109     * Wed Nov 13 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-10.sme
110     - Adjust slapd ACL [SME: 8000]
111    
112     * Sat Mar 9 2013 Shad L. Lords <slords@mail.com> 5.4.0-9.sme
113     - Add dummy unused file to slapd.d to prevent openldap-servers
114     post script from running [SME: 7258]
115    
116     * Mon Feb 25 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-8.sme
117     - Use db_archive to remove unused BDB log files [SME: 7403]
118    
119     * Sun Feb 24 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-7.sme
120     - Wait for slapd to be ready before running bootstrap-ldap-save [SME: 7395]
121    
122     * Fri Feb 22 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-6.sme
123     - Do not remove slapd.d, just make sure it's empty [SME: 7258]
124    
125     * Thu Feb 21 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-5.sme
126     - Make sure slapd uses slapd.conf instead of slapd.d [SME: 7258]
127    
128     * Tue Feb 19 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-4.sme
129     - Remove now unneeded and out of scope schemacheck directive [SME: 7260]
130    
131     * Mon Feb 18 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-3.sme
132     - Stop trying to load autofs.schema [SME: 7259]
133    
134     * Wed Feb 13 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-2.sme
135     - Add missing dependency on openldap-servers [SME: 7347]
136    
137     * Wed Feb 13 2013 Shad L. Lords <slords@mail.com> 5.4.0-1.sme
138     - Roll new stream for sme9
139     - Perl modules moved to /usr/share/perl5/vendor_perl [SME: 7223]
140    
141     * Tue Nov 13 2012 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-78.sme
142     - Fix removing old BDB log files [SME: 7166]
143    
144     * Tue Nov 13 2012 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-77.sme
145     - Remove unused BDB log files [SME: 7166]
146    
147     * Mon Mar 14 2011 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-76.sme
148     - Check slapd.conf syntax before trying to dump the database [SME: 6452]
149    
150     * Mon Mar 14 2011 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-75.sme
151     - Stop using gecos attribute in LDAP [SME: 6539]
152    
153     * Wed Dec 1 2010 Shad L. Lords <slord@mail.com> 5.2.0-74.sme
154     - Fix replace logic in ldif-fix [SME: 6423]
155    
156     * Wed Dec 1 2010 Shad L. Lords <slord@mail.com> 5.2.0-73.sme
157     - Fix permissions on ldif-fix script [SME: 6244]
158    
159     * Wed Dec 1 2010 Shad L. Lords <slord@mail.com> 5.2.0-72.sme
160     - Replace convert_ldif with ldif-fix script [SME: 6244]
161     - Remove ldif template and expansion [SME: 6421]
162     - Simplify ldap-update call by calling ldif-fix [SME: 6422]
163    
164     * Tue Nov 30 2010 Shad L. Lords <slord@mail.com> 5.2.0-71.sme
165     - Update ldap database later to pick up samba group maps [SME: 6419]
166    
167     * Tue Nov 30 2010 Shad L. Lords <slord@mail.com> 5.2.0-70.sme
168     - Use correct field (Dept) for ou ldap field [SME: 6417]
169    
170     * Tue Nov 30 2010 Shad L. Lords <slord@mail.com> 5.2.0-69.sme
171     - Add rfc2739.schem back in and include in config so upgrades work [SME: 5159]
172    
173     * Tue Nov 30 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-68.sme
174     - Use ldapmodify to load ldif, add -a if no changetype [SME: 6413]
175    
176     * Tue Nov 23 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-67.sme
177     - Remove bogus junk attribute from ldif templates [SME: 6396]
178    
179     * Mon Nov 22 2010 Shad L. Lords <slord@mail.com> 5.2.0-66.sme
180     - Change startup order for ldap [SME: 6390]
181    
182     * Thu Nov 11 2010 Shad L. Lords <slord@mail.com> 5.2.0-65.sme
183     - Store locked password instead of expired password [SME: 6360]
184    
185     * Wed Nov 10 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-64.sme
186     - Fixed ldif templates error [SME: 6356]
187    
188     * Mon Nov 8 2010 Shad L. Lords <slords@mail.com> 5.2.0-63.sme
189     - Simplify ldap-update for most events [SME: 6354]
190    
191     * Fri Nov 5 2010 Shad L. Lords <slords@mail.com> 5.2.0-62.sme
192     - Adjust call to ldap-update later create/modify/delete [SME: 6284]
193    
194     * Thu Nov 4 2010 Shad L. Lords <slords@mail.com> 5.2.0-61.sme
195     - Apply correct patch for group descriptions/password [SME: 6337]
196    
197     * Thu Nov 4 2010 Shad L. Lords <slords@mail.com> 5.2.0-60.sme
198     - groups don't have password, some don't have description [SME: 6337]
199    
200     * Tue Nov 2 2010 Shad L. Lords <slords@mail.com> 5.2.0-59.sme
201     - Remove unix users/groups if ldap is master [SME: 6325]
202    
203     * Tue Nov 2 2010 Shad L. Lords <slords@mail.com> 5.2.0-58.sme
204     - Disable ldap-delete if ldap is master [SME: 6324]
205    
206     * Tue Nov 02 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-57.sme
207     - Enable the new ldap.init service [SME: 6231]
208    
209     * Sat Oct 30 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-56.sme
210     - Fix a small typo in reset-ldap-bootstrap [SME: 6231]
211    
212     * Fri Oct 29 2010 Shad L. Lords <slords@mail.com> 5.2.0-55.sme
213     - Add ldap.init script to allow update on reconfig/reboot [SME: 6231]
214    
215     * Thu Oct 28 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-54.sme
216     - Fix minor errors in ldap-update [SME: 6312]
217    
218     * Wed Oct 27 2010 Shad L. Lords <slords@mail.com> 5.2.0-53.sme
219     - Add www user/group to ldap [SME: 6312]
220    
221     * Wed Oct 27 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-52.sme
222     - Fixes for nobody and shared groups [SME: 6310]
223    
224     * Wed Oct 27 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-51.sme
225     - Add nobody and shared groups in LDAP [SME: 6310]
226    
227     * Thu Oct 14 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-50.sme
228     - Allow authenticated users to read posixAccount and shadowAccount attrs [SME: 6254]
229    
230     * Wed Oct 13 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-49.sme
231     - call ldap-update later during group and user creation [SME: 6284]
232    
233     * Thu Oct 7 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-48.sme
234     - Update group membership for deleted accounts [SME: 6276]
235    
236     * Thu Oct 7 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-47.sme
237     - Don't call ldap-update on deleted accounts [SME: 6239]
238    
239     * Thu Oct 7 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-46.sme
240     - Link ldap-update scripts in needed events [SME: 6239]
241    
242     * Sat Oct 2 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-45.sme
243     - Fix toggle anonymous access [SME: 6255]
244    
245     * Sat Oct 2 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-44.sme
246     - Toggle anonymous access with AnonymousAccess property [SME: 6255]
247    
248     * Sat Oct 2 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-43.sme
249     - Allow authenticated users to see more than just their own entry [SME: 6079]
250    
251     * Sat Oct 2 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-42.sme
252     - Deny access to some attributes for anonymous users [SME: 6254]
253    
254     * Mon Sep 27 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-41.sme
255     - Add ldap-update support for several accounts [SME: 6249]
256    
257     * Mon Sep 27 2010 Shad L. Lords <slords@mail.com> 5.2.0-40.sme
258     - Make ldif template create single hash [SME: 6240]
259    
260     * Mon Sep 27 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-39.sme
261     - Fix ldap-delete script [SME: 6238]
262    
263     * Sun Sep 26 2010 Shad L. Lords <slords@mail.com> 5.2.0-38.sme
264     - Update ldif template to match stored data [SME: 6240]
265    
266     * Sun Sep 26 2010 Shad L. Lords <slords@mail.com> 5.2.0-37.sme
267     - Delete all ldap objects that we now create [SME: 6238]
268    
269     * Sat Sep 25 2010 Shad L. Lords <slords@mail.com> 5.2.0-36.sme
270     - Ensure required attributes are present for rename [SME: 6235]
271    
272     * Sat Sep 25 2010 Shad L. Lords <slords@mail.com> 5.2.0-35.sme
273     - Fix old record lookups from sme7 [SME: 6235]
274    
275     * Sat Sep 25 2010 Shad L. Lords <slords@mail.com> 5.2.0-34.sme
276     - Add ibay and machine accounts into ldap [SME: 6236]
277    
278     * Sat Sep 25 2010 Shad L. Lords <slords@mail.com> 5.2.0-33.sme
279     - Rename old ldap record from sme7 if exists [SME: 6235]
280    
281     * Sat Sep 25 2010 Shad L. Lords <slords@mail.com> 5.2.0-32.sme
282     - Fix/add base ou entries needed for new schema [SME: 6234]
283    
284     * Sat Sep 25 2010 Shad L. Lords <slords@mail.com> 5.2.0-31.sme
285     - Rewrite ldap-update to make adding classes easier [SME: 6233]
286    
287     * Fri Sep 24 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-30.sme
288     - Add sambaSamAccount attributes in LDAP [SME: 6232]
289    
290     * Thu Sep 23 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-29.sme
291     - Use full path to config in the run script [SME: 6222]
292    
293     * Thu Sep 23 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-28.sme
294     - Add posixAccount attributes in LDAP [SME: 6074]
295    
296     * Thu Sep 23 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-27.sme
297     - Create the Computers OU [SME: 6230]
298    
299     * Thu Sep 23 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-26.sme
300     - Dump ldap data during the pre-backup event [SME: 6226]
301    
302     * Wed Sep 22 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-25.sme
303     - Send slapd logs in /var/log/ldap (multilog) [SME: 6222]
304     - Force the service to be enabled [SME: 6221]
305     - Indexe memberUid attribute [SME: 6220]
306     - Expand slapd.conf during ldap-update event [SME: 6224]
307     - Split slapd ACL template [SME: 6225]
308     - Prevent users from reading their password over a unsecured link [SME: 6252]
309     - Use md5crypt hash when client requests exop [SME: 6223]
310    
311     * Wed Sep 22 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-24.sme
312     - Restrict access to the ldif file [SME: 6217]
313    
314 unnilennium 1.6 * Thu Jun 10 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-23.sme
315     Tue Jun 10 2010 --> Tue Jun 08 2010 or Thu Jun 10 2010 or Tue Jun 15 2010 or ....
316 stephdl 1.1 - Fix ldap-create errors when adding empty groups [SME: 5920]
317    
318     * Mon Jun 7 2010 Federico Simoncelli <federico.simoncelli@gmail.com> 5.2.0-22.sme
319     - Update email addresses on domain change (thanks Daniel) [SME: 5984]
320     - Update admin information (thanks Daniel) [SME: 6014]
321    
322     * Tue May 4 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-21.sme
323     - Fix indentation in S25ldap-update script [SME: 5914]
324    
325     * Fri Apr 30 2010 Filippo Carletti <filippo.carletti@gmail.com> 5.2.0-20.sme
326     - Don't try to save ibay password to ldap [SME: 5906]
327    
328     * Mon Mar 1 2010 Daniel B. <daniel@firewall-services.com> 5.2.0-19.sme
329     - Fix bug reference in spec file
330    
331     * Mon Mar 1 2010 Filippo Carletti <filippo.carletti@gmail.com> 5.2.0-18.sme
332     - Fix admin user password change (Daniel B.) [SME: 5810]
333    
334     * Tue Feb 9 2010 Filippo Carletti <filippo.carletti@gmail.com> 5.2.0-17.sme
335     - Init database if the ldif dump is empty (ie from sme8b) [SME: 5747]
336    
337     * Fri Feb 5 2010 Stephen Noble <support@dungog.net> 5.2.0-16.sme
338     - revert re-init database [SME:5747]
339    
340     * Fri Feb 5 2010 Stephen Noble <support@dungog.net> 5.2.0-15.sme
341     - re-init readonly database on post-upgrade [SME:5747]
342    
343     * Thu Feb 4 2010 Daniel B. <daniel@firewall-services.com> 5.2.0-14.sme
344     - Force SSL/TLS for remote authentication [SME: 5748]
345    
346     * Wed Feb 3 2010 Stephen Noble <support@dungog.net> 5.2.0-13.sme
347     - reuse users_groups_ous.patch2 [SME: 5743]
348    
349     * Wed Feb 3 2010 Stephen Noble <support@dungog.net> 5.2.0-12.sme
350     - Separate groups and users with mailboxRelatedObject [SME:5749]
351    
352     * Wed Feb 3 2010 Stephen Noble <support@dungog.net> 5.2.0-11.sme
353     - Set readonly access [SME:5752]
354    
355     * Sun Jan 31 2010 Stephen Noble <support@dungog.net> 5.2.0-10.sme
356     - Fix ldap-update action script to user-lock event [SME: 5720]
357    
358     * Sun Jan 31 2010 Stephen Noble <support@dungog.net> 5.2.0-9.sme
359     - Fix Groups entries [SME: 5743]
360    
361     * Sun Jan 31 2010 Stephen Noble <support@dungog.net> 5.2.0-8.sme
362     - Add Groups entries [SME: 5743]
363    
364     * Sun Jan 31 2010 Stephen Noble <support@dungog.net> 5.2.0-7.sme
365     - Add admin user as a standard user [SME: 5742]
366    
367     * Sat Jan 30 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-6.sme
368     - Add ldap-update action script to user-lock event [SME: 5720]
369    
370     * Wed Jan 27 2010 Federico Simoncelli <federico.simoncelli@gmail.com> 5.2.0-5.sme
371     - Add ldap authentication and tls support [SME: 5720]
372    
373     * Wed Jan 13 2010 Filippo Carletti <filippo.carletti@gmail.com> 5.2.0-4.sme
374     - Update schema for newer openldap and remove calFBurl [SME: 5159]
375     - Convert ldif dump [SME: 5446]
376    
377     * Sun Feb 8 2009 Charlie Brady <charlie_brady@mitel.com> 5.2.0-3.sme
378     - Create bdb log directory. [SME: 3018]
379    
380     * Tue Jan 27 2009 Charlie Brady <charlie_brady@mitel.com> 5.2.0-2.sme
381     - Change ldap backend to bdb, and fix initialisation problem.
382     [SME: 3018, 2859]
383    
384     * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 5.2.0-1.sme
385     - Roll new stream to separate sme7/sme8 trees [SME: 4633]
386    
387     * Wed Aug 20 2008 Shad L. Lords <slords@mail.com> 4.13.0-1
388     - Roll new dev stream.
389    
390     * Fri Jul 25 2008 Shad L. Lords <slords@mail.com> 4.12.0-11
391     - Separate template to avoid breaking schema [SME: 4171]
392    
393     * Sat Jul 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.12.0-10
394     - Add common <base> tags to e-smith-formmagick's general [SME: 4279]
395    
396     * Tue Apr 1 2008 Shad L. Lords <slords@mail.com> 4.12.0-9
397     - Add free/busy URL entry to help kronolith contribs [SME: 1806]
398    
399     * Wed Feb 13 2008 Stephen Noble <support@dungog.net> 4.12.0-8
400     - Remove <base> tags now in general [SME: 3919]
401    
402     * Tue Jun 26 2007 Charlie Brady <charlie_brady@mitel.com>
403     - Fix format error in ldif template. [SME: 3107]
404    
405     * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
406     - Clean up spec so package can be built by koji/plague
407    
408     * Mon Feb 19 2007 Charlie Brady <charlie_brady@mitel.com> 4.12.0-6
409     - Don't tell slapd to create pid and args files that we don't need
410     and don't use (and can't create with later openldap version).
411     [SME: 2477]
412    
413     * Sat Jan 13 2007 Shad L. Lords <slords@mail.com> 4.12.0-5
414     - Make success/failure messages standard [SME: 2289]
415    
416     * Thu Dec 07 2006 Shad L. Lords <slords@mail.com>
417     - Update to new release naming. No functional changes.
418     - Make Packager generic
419    
420     * Wed Nov 08 2006 Charlie Brady <charlie_brady@mitel.com> 4.12.0-03
421     - Correct permissions on slapd.conf. [SME: 2037]
422    
423     * Thu Sep 28 2006 Charlie Brady <charlie_brady@mitel.com> 4.12.0-02
424     - Don't attempt to create IPv6 socket (log noise). [SME: 1946]
425    
426     * Wed Mar 15 2006 Charlie Brady <charlie_brady@mitel.com> 4.12.0-01
427     - Roll stable stream version. [SME: 1016]
428    
429     * Sun Jan 22 2006 Charlie Brady <charlieb@e-smith.com> 4.11.3-08
430     - Use correct utf8 encoding for non-ascii attributes. [SME: 537]
431    
432     * Fri Jan 20 2006 Charlie Brady <charlieb@e-smith.com> 4.11.3-07
433     - Reexpand hosts.allow template during ldap-update. [SME: 520]
434    
435     * Thu Jan 19 2006 Charlie Brady <charlieb@e-smith.com> 4.11.3-06
436     - Reexpand masq template during ldap-update. [SME: 520]
437    
438     * Mon Jan 16 2006 Charlie Brady <charlieb@e-smith.com> 4.11.3-05
439     - Remove obsolete ldap-rebuild script. [SME: 463]
440    
441     * Sun Jan 15 2006 Charlie Brady <charlieb@e-smith.com> 4.11.3-04
442     - Delete old contents of directory if domain name is changed.
443     [SME: 393]
444    
445     * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 4.11.3-03
446     - Bump release number only
447    
448     * Mon Nov 21 2005 Charlie Brady <charlieb@e-smith.com>
449     - [4.11.3-02]
450     - Work around slapd's failure to accept 'objectClass: group' (in spite
451     of schema checking being disabled). [SF: 1362868]
452    
453     * Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com>
454     - [4.11.3-01]
455     - Remove L10Ns from base packages [SF: 1309520]
456    
457     * Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com>
458     - [4.11.2-01]
459     - New dev stream before relocating L10Ns
460    
461     * Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com>
462     - [4.11.1-19]
463     - Added Italian L10N - Thanks Filippo Carletti [SF: 1309266]
464    
465     * Mon Sep 26 2005 Gordon Rowell <gordonr@e-smith.com>
466     - [4.11.1-18]
467     - Added German L10N - Thanks Dietmar Berteld [SF: 1293325]
468    
469     * Tue Sep 6 2005 Charlie Brady <charlieb@e-smith.com>
470     - [4.11.1-17]
471     - Add template fragment to allow bind using LDAP version
472     2. [SF: 1282697]
473    
474     * Wed Jul 27 2005 Charlie Brady <charlieb@e-smith.com>
475     - [4.11.1-16]
476     - Move masq fragement from template to db [SF: 1241415]
477     - Remove all use of deprecated esmith::config API.
478    
479     * Mon Jun 13 2005 Charlie Brady <charlieb@e-smith.com>
480     - [4.11.1-15]
481     - Remove unused and deprecated kerberosobject schema.
482    
483     * Fri Apr 15 2005 Charlie Brady <charlieb@e-smith.com>
484     - [4.11.1-14]
485     - Fix typo in services2adjust symlink for apache.
486    
487     * Fri Apr 15 2005 Charlie Brady <charlieb@e-smith.com>
488     - [4.11.1-13]
489     - Drop back to simple schema, and 6.x version of ldap-update script.
490     More thought needed about how to extend the schema and how to handle
491     property deletions.
492    
493     * Thu Apr 14 2005 Charlie Brady <charlieb@e-smith.com>
494     - [4.11.1-12]
495     - Remove full restart of apache from panel, and add sigusr1 to ldap-update
496     event handling.
497     - Update ldif file templates and ldap-update script to fill out the schema
498     a little, to remove bogus adding of user attribute to group entries, and
499     to allow removal of properties which have been nulled out.
500    
501     * Fri Apr 1 2005 Charlie Brady <charlieb@e-smith.com>
502     - [4.11.1-11]
503     - Comment out for now the utf8 conversion, as it's not working
504     yet.
505    
506     * Wed Mar 23 2005 Charlie Brady <charlieb@e-smith.com>
507     - [4.11.1-10]
508     - Remove explicit generic_template_expand symlink in ldap-update
509     event - not required.
510     - Create "finish" script to do ldif file dump on shutdown.
511     - Add templates for ldif file used during ldap rebuild.
512     - Handle latin->utf8 conversion in ldif templates.
513    
514     * Tue Mar 8 2005 Charlie Brady <charlieb@e-smith.com>
515     - [4.11.1-09]
516     - Use generic adjust-services in place of adjust-masq [MN00065576]
517    
518     * Tue Mar 8 2005 Charlie Brady <charlieb@e-smith.com>
519     - [4.11.1-08]
520     - Remove dangling ldap-conf symlink. [MN00064130]
521    
522     * Tue Jan 25 2005 Charlie Brady <charlieb@e-smith.com>
523     - [4.11.1-07]
524     - Remove ldap-delete-dumps from post-backup event. It leaves ldap
525     stopped and with no directory contents. [MN00025069]
526     - Added ldap-delete-dumps to post-backup to prevent potential ldap database
527     clobbering on post-upgrade. [msoulier MN00025069]
528     - Update e-smith-devtools BuildRequires, and createlinks script.
529     [MN00064130]
530    
531     * Tue Jan 18 2005 Charlie Brady <charlieb@e-smith.com>
532     - [4.11.1-06]
533     - Use generic_template_expand action where possible, in place
534     of specific actions. Update e-smith-lib dependency. [MN00064130]
535    
536     * Wed Dec 29 2004 Charlie Brady <charlieb@e-smith.com>
537     - [4.11.1-05]
538     - Create missing /service symlink, and add down file to service
539     directory to control startup sequence. [charlieb MN00062133]
540    
541     * Mon Dec 20 2004 Charlie Brady <charlieb@e-smith.com>
542     - [4.11.1-04]
543     - Use supervise to run slapd. [charlieb MN00062133]
544    
545     * Tue Nov 9 2004 Charlie Brady <charlieb@e-smith.com>
546     - [4.11.1-03]
547     - Include redhat/rfc822-MailMember.schema specification from earlier
548     RedHat openldap packages (missing in RHEL3). [charlieb MN00056724]
549     - Remove deprecated ldap-startup script. Add ldap service default fragments
550     and a migrate fragment to initialize the password. [charlieb MN00056726]
551     - Remove obsolete conf-migrate-ldap-variables action [charlieb MN00056733]
552    
553     * Tue Sep 28 2004 Michael Soulier <msoulier@e-smith.com>
554     - [4.11.1-02]
555     - Updated requires with new perl dependencies. [msoulier MN00040240]
556    
557     * Mon May 10 2004 Michael Soulier <msoulier@e-smith.com>
558     - [4.11.1-01]
559     - Updated createlinks.
560     - Added ldap-delete-dumps to post-backup to prevent potential ldap database
561     clobbering on post-upgrade. [msoulier MN00025069]
562    
563     * Thu Sep 4 2003 Charlie Brady <charlieb@e-smith.com>
564     - [4.11.0-01]
565     - Changing version to development stream number - 4.11.0
566    
567     * Wed Jul 9 2003 Charlie Brady <charlieb@e-smith.com>
568     - [4.10.0-02]
569     - Avoid restart of slapd during bootstrap-console-save event.
570     [charlieb 9338]
571    
572     * Thu Jun 26 2003 Charlie Brady <charlieb@e-smith.com>
573     - [4.10.0-01]
574     - Changing version to stable stream number - 4.10.0
575    
576     * Tue May 6 2003 Lijie Deng <lijied@e-smith.com>
577     - [4.9.0-12]
578     - Add Spanish lexicon for directory panel [lijied 3793]
579    
580     * Wed Apr 16 2003 Michael Soulier <msoulier@e-smith.com>
581     - [4.9.0-11]
582     - Modified French translation [lijied 7949]
583     - Modified ldap-dump to take its domainname from /etc/openldap/ldap.conf, and
584     be aware of domainname changes. [msoulier 6747]
585    
586     * Thu Apr 3 2003 Lijie Deng <lijied@e-smith.com>
587     - [4.9.0-10]
588     - Removed 'Mitel Networks SME Server' branding [lijied 8016]
589    
590     * Thu Mar 27 2003 Lijie Deng <lijied@e-smith.com>
591     - [4.9.0-09]
592     - Modified French lexicon to use lang="fr", rename the lexicon
593     directory to fr [lijied 6787]
594    
595     * Tue Mar 25 2003 Lijie Deng <lijied@e-smith.com>
596     - [4.9.0-08]
597     - Modified directory access en-us and fr-ca text [lijied 4081]
598    
599     * Tue Mar 18 2003 Lijie Deng <lijied@e-smith.com>
600     - [4.9.0-07]
601     - Split out ./etc/openldap/ldap.conf/template-begin [lijied 3295]
602    
603     * Mon Mar 17 2003 Lijie Deng <lijied@e-smith.com>
604     - [4.9.0-06]
605     - Deleted empty template-end file [lijied 3295]
606    
607     * Thu Mar 6 2003 Lijie Deng <lijied@e-smith.com>
608     - [4.9.0-05]
609     - Modified directory panel order [lijied 7356]
610    
611     * Tue Mar 4 2003 Lijie Deng <lijied@e-smith.com>
612     - [4.9.0-04]
613     - Split en-us lexicon from directory panel [lijied 4030]
614    
615     * Fri Feb 28 2003 Lijie Deng <lijied@e-smith.com>
616     - [4.9.0-03]
617     - s/HostsAllowSpec/hosts_allow_spec/ [charlieb 5650]
618     - Remodified the lexicon file [lijied 5003]
619    
620     * Fri Feb 28 2003 Charlie Brady <charlieb@e-smith.com>
621     - [4.9.0-02]
622     - Added French lexicon for directory [lijied 5003]
623     - Re-do hosts.allow template to use esmith::ConfigDB::HostsAllowSpec.
624     Add dependency on up-to-date e-smith-lib. [charlieb 5650]
625    
626     * Wed Nov 20 2002 Mike Dickson <miked@e-smith.com>
627     - [4.9.0-01]
628     - Changing to development stream; version upped to 4.9.0
629    
630     * Fri Oct 11 2002 Charlie Brady <charlieb@e-smith.com>
631     - [4.8.0-01]
632     - Roll to maintained version number to 4.8.0
633    
634     * Wed Oct 2 2002 Charlie Brady <charlieb@e-smith.com>
635     - [4.7.6-14]
636     - Override the default backgrounding of ldap restart in
637     gentle-ldap-dump action [charlieb 2745]
638     - Remove deprecated serviceControl enable/disable calls from
639     ldap-startup [charlieb 4458]
640    
641     * Tue Sep 24 2002 Mark Knox <markk@e-smith.com>
642     - [4.7.6-13]
643     - Use esmith::util and shut down LDAP in foreground [markk 2745]
644    
645     * Tue Sep 24 2002 Mark Knox <markk@e-smith.com>
646     - [4.7.6-12]
647     - Add pre-restore event and ldap-delete-dumps action [markk 2745]
648    
649     * Thu Sep 12 2002 Charlie Brady <charlieb@e-smith.com>
650     - [4.7.6-11]
651     - Fix permission/ownership of /etc/openldap/slapd.conf. [charlieb 4862]
652    
653     * Tue Sep 10 2002 Charlie Brady <charlieb@e-smith.com>
654     - [4.7.6-10]
655     - Remove redundant "my" in ldap-rebuild (causes warning). [charlieb 2745]
656    
657     * Thu Sep 5 2002 Charlie Brady <charlieb@e-smith.com>
658     - [4.7.6-09]
659     - Remove stray ; (where are those code police?). [charlieb 2745]
660    
661     * Tue Sep 3 2002 Charlie Brady <charlieb@e-smith.com>
662     - [4.7.6-08]
663     - Fix $c->get('DomainName') => $c->get('DomainName')->value snafu
664     [charlieb 2745]
665    
666     * Mon Sep 2 2002 Charlie Brady <charlieb@e-smith.com>
667     - [4.7.6-07]
668     - Fix Domain => DomainName snafu. [charlieb 2745]
669    
670     * Thu Aug 29 2002 Charlie Brady <charlieb@e-smith.com>
671     - [4.7.6-06]
672     - Create new gentle-ldap-dump action, and include it in pre-backup
673     event. [charlieb 2745]
674    
675     * Thu Aug 29 2002 Charlie Brady <charlieb@e-smith.com>
676     - [4.7.6-05]
677     - Revert ldap-dump to slapcat version, and remove symlinks from all
678     actions. The ldap init script is being modified to call ldap-dump
679     after slapd shutdown. [charlieb 4739]
680    
681     * Tue Aug 27 2002 Charlie Brady <charlieb@e-smith.com>
682     - [4.7.6-04]
683     - Rewrite ldap-dump to use Net::LDAP::LDIF so that it reads data from
684     ldap daemon rather than directly from ldap db files. [charlieb 4057]
685    
686     * Tue Aug 27 2002 Charlie Brady <charlieb@e-smith.com>
687     - [4.7.6-03]
688     - Fix run-time problems in OO conversion of ldap-update [charlieb 4057]
689    
690     * Fri Aug 23 2002 Charlie Brady <charlieb@e-smith.com>
691     - [4.7.6-02]
692     - Change ldap-rebuild to build directory using LDIF dump if found,
693     and new data otherwise. [charlieb 4057]
694     - Re-write ldap-update and ldap-rebuild to use OO db accesses,
695     for clarity. [charlieb 4057]
696     - Dump LDAP directory every time we change it. [charlieb 4057]
697    
698     * Tue Aug 20 2002 Charlie Brady <charlieb@e-smith.com>
699     - [4.7.6-01]
700     - Add program to do LDIF dump of ldap directory. [charlieb 4057]
701    
702     * Mon Aug 19 2002 Charlie Brady <charlieb@e-smith.com>
703     - [4.7.5-01]
704     - Remove unnecessary actions: ldap-rebuild from console-save event and
705     ldap-conf from ldap-update event. [charlieb 4057]
706     - Change ldap-update action so that when run during the ldap-update
707     event it iterates through user and group accounts and updates records
708     with current values. Link ldap-update action into ldap-update event
709     in place of ldap-rebuild action. [charlieb 4057]
710    
711     * Mon Aug 19 2002 Charlie Brady <charlieb@e-smith.com>
712     - [4.7.4-01]
713     - Use new adjust-masq action rather than restart-masq during ldap-update.
714     [charlieb 4501]
715    
716     * Thu Aug 15 2002 Charlie Brady <charlieb@e-smith.com>
717     - [4.7.3-01]
718     - Add rc7.d symlink and don't set deprecated InitscriptsOrder property
719     [charlieb 4458]
720     - Change use of allow_tcp_in() function to allow dynamic reconfig.
721     [charlieb 4501]
722    
723     * Thu Aug 8 2002 Charlie Brady <charlieb@e-smith.com>
724     - [4.7.2-01]
725     - Change inbound rule to use allow_tcp_in() function. The
726     function actually implements connection tracking. [charlieb 4499]
727    
728     * Wed Jul 17 2002 Charlie Brady <charlieb@e-smith.com>
729     - [4.7.1-01]
730     - Change masq script fragment to use iptables. [charlieb 1268]
731    
732     * Wed Jun 5 2002 Charlie Brady <charlieb@e-smith.com>
733     - [4.7.0-01]
734     - Changing version to development stream number 4.7.0
735    
736     * Fri May 31 2002 Charlie Brady <charlieb@e-smith.com>
737     - [4.6.0-01]
738     - Changing version to maintained stream number to 4.6.0
739    
740     * Thu May 23 2002 Gordon Rowell <gordonr@e-smith.com>
741     - [4.5.10-01]
742     - RPM rebuild forced by cvsroot2rpm
743    
744     * Mon May 6 2002 Gordon Rowell <gordonr@e-smith.com>
745     - [4.5.9-01]
746     - Localise SAVE button [gordonr 3222]
747    
748     * Fri May 3 2002 Charlie Brady <charlieb@e-smith.com>
749     - [4.5.8-01]
750     - Remove /etc/e-smith/tests/.dummy. Make empty /etc/e-smith/tests in %build.
751     [charlieb 3343]
752    
753     * Wed May 1 2002 Gordon Rowell <gordonr@e-smith.com>
754     - [4.5.7-01]
755     - esmith::AccountDB -> esmith::AccountsDB [schwern 3287]
756    
757     * Thu Apr 25 2002 Gordon Rowell <gordonr@e-smith.com>
758     - [4.5.6-01]
759     - Added header and footer to page [gordonr 3223]
760     - Added nav bar entries to lexicon [gordonr 3155]
761    
762     * Mon Apr 15 2002 Gordon Rowell <gordonr@e-smith.com>
763     - [4.5.5-01]
764     - Adjusted site-perl -> site_perl
765    
766     * Mon Apr 15 2002 Gordon Rowell <gordonr@e-smith.com>
767     - [4.5.4-01]
768     - Language en-> en-us
769    
770     * Wed Apr 10 2002 Kirrily Robert <skud@e-smith.com>
771     - [4.5.3-01]
772     - Added i18n'd directory panel
773    
774     * Mon Mar 25 2002 Kirrily Robert <skud@e-smith.com>
775     - [4.5.2-01]
776     - Checking for success of CVS import
777    
778     * Mon Mar 25 2002 Kirrily Robert <skud@e-smith.com>
779     - [4.5.1-01]
780     - rollRPM: Rolled version number to 4.5.1-01. Includes patches up to 4.5.0-02.
781    
782     * Mon Mar 25 2002 Kirrily Robert <skud@e-smith.com>
783     - [4.5.0-02]
784     - removed extraneous rmdir in setup section that was breaking the build
785    
786     * Mon Mar 25 2002 Kirrily Robert <skud@e-smith.com>
787     - [4.5.0-01]
788     - rollRPM: Rolled version number to 4.5.0-01. Includes patches up to 4.4.0-08.
789    
790     * Fri Nov 16 2001 Charlie Brady <charlieb@e-smith.com>
791     - [4.4.0-08]
792     - Fix code which adds the "ldap" user - it was trying to use "ldap" as
793     a supplementary group (using -G) rather than as initial group (-g).
794     - Remove two $! from warn statements as they are won't contain useful
795     information.
796    
797     * Wed Nov 07 2001 Tony Clayton <tonyc@e-smith.com>
798     - [4.4.0-07]
799     - rebranding to Mitel Networks
800    
801     * Thu Oct 18 2001 Charlie Brady <charlieb@e-smith.com>
802     - [4.4.0-06]
803     - Fix regeneration of ldap password every time slapd.conf was
804     re-expanded. See Bugzilla #1966 for details.
805    
806     * Thu Oct 18 2001 Charlie Brady <charlieb@e-smith.com>
807     - [4.4.0-05]
808     - Added code to add "ldap" user and group if necessary
809    
810     * Tue Aug 28 2001 Gordon Rowell <gordonr@e-smith.com>
811     - [4.4.0-04]
812     - Removed deprecated post-restore event directory
813    
814     * Fri Aug 17 2001 Adrian Chung <adrianc@e-smith.com>
815     - [4.4.0-03]
816     - Add restart-httpd-full call to end of web panel, after
817     user confirmation of update has been sent.
818    
819     * Fri Aug 17 2001 gordonr
820     - [4.4.0-02]
821     - Autorebuild by rebuildRPM
822    
823     * Wed Aug 8 2001 Charlie Brady <charlieb@e-smith.com>
824     - [4.4.0-01]
825     - Rolled version number to 4.4.0-01. Includes patches upto 4.3.1-05.
826    
827     * Wed Aug 8 2001 Charlie Brady <charlieb@e-smith.com>
828     - [4.3.1-05]
829     - Use Net::LDAP module in ldap-delete and ldap-update. Something broke
830     in the ldap{add,modify,delete} versions of the scripts, and it's easy
831     to debug, and probably more efficient to just write to the perl API.
832    
833     * Wed Aug 8 2001 Charlie Brady <charlieb@e-smith.com>
834     - [4.3.1-04]
835     - Change uid/gid before execing slapadd, so that created db files have
836     correct ownership
837     - Reformat ldap-rebuild to fit in 80 columns.
838    
839     * Tue Aug 7 2001 Charlie Brady <charlieb@e-smith.com>
840     - [4.3.1-03]
841     - Use slapadd instead of ldif2ldbm program for ldap-rebuild. Use pipe
842     rather than temp file.
843     - Re-add "schemacheck off" to slapd.conf - we don't pass the strict
844     checking which is recommended.
845    
846     * Tue Aug 7 2001 Charlie Brady <charlieb@e-smith.com>
847     - [4.3.1-02]
848     - openldap v2 changes - change ownership of slapd.conf, use different
849     bundled schema files, and add indexes.
850    
851     * Tue Aug 7 2001 Charlie Brady <charlieb@e-smith.com>
852     - [4.3.1-01]
853     - Rolled version number to 4.3.1-01. Includes patches upto 4.3.0-07.
854    
855 unnilennium 1.7 * Tue Aug 07 2001 Charlie Brady <charlieb@e-smith.com>
856 stephdl 1.1 - [4.3.0-07]
857     - Break slapd.conf template into fragments, and include in-line
858     at.conf and co.conf fragements, rather than use include feature.
859     This is to make configuration stable across versions of openldap.
860    
861     * Thu Aug 02 2001 Gordon Rowell <gordonr@e-smith.com>
862     - [4.3.0-06]
863     - More branding changes
864    
865     * Sun Jul 29 2001 Jason Miller <jmiller@e-smith.com>
866     - [4.3.0-05]
867     - Branding text changes to the directory web panel
868    
869     * Fri Jul 6 2001 Peter Samuel <peters@e-smith.com>
870     - [4.3.0-04]
871     - Change license to GPL
872    
873     * Wed Jul 04 2001 Gordon Rowell <gordonr@e-smith.com>
874     - [4.3.0-03]
875     - Use esmith::util::LdapPassword instead of direct file access
876    
877     * Tue May 29 2001 Tony Clayton <tonyc@e-smith.com>
878     - [4.3.0-02]
879     - fixed actions that had tied %conf when calling serviceControl (2 actions)
880    
881     * Sun Apr 29 2001 Charlie Brady <charlieb@e-smith.com>
882     - [4.3.0-01]
883     - Rolled version number to 4.3.0-01. Includes patches upto 4.2.0-03.
884    
885     * Thu Feb 8 2001 Adrian Chung <adrianc@e-smith.com>
886     - Rolling release number for GPG signing.
887    
888     * Fri Jan 26 2001 Charlie Brady <charlieb@e-smith.com>
889     - [4.2.0-01]
890     - Added packet filter fragment to selectively allow external LDAP access
891     - Linked conf- and restart-masq actions into update-ldap event
892    
893     * Thu Jan 25 2001 Peter Samuel <peters@e-smith.com>
894     - [4.2.0-01]
895     - Rolled version number to 4.2.0-01. Includes patches upto 4.1.0-17.
896    
897     * Tue Jan 16 2001 Adrian Chung <adrianc@e-smith.com>
898     - [4.1.0-17]
899     - Add ldap-rebuild to bootstrap-console-save
900     - required to initialize ldap database.
901    
902     * Fri Jan 12 2001 Charlie Brady <charlieb@e-smith.com>
903     - [4.1.0-16]
904     - Remove ldap-conf from post-upgrade action (it was occuring before
905     ldap-startup, which caused a problem).
906     - Delete obsolete post-restore action.
907    
908     * Fri Jan 12 2001 Adrian Chung <adrianc@e-smith.com>
909     - [4.1.0-15]
910     - split ldap-rebuild into ldap-conf and ldap-rebuild.
911    
912     * Thu Jan 11 2001 Gordon Rowell <gordonr@e-smith.com>
913     - [4.1.0-14]
914     - Use serviceControl()
915    
916     * Thu Jan 11 2001 Charlie Brady <charlieb@e-smith.com>
917     - [4.1.0-13]
918     - Fix perl warning in migrate variables script - simplify a chunk of code
919     while doing it.
920    
921     * Wed Jan 10 2001 Charlie Brady <charlieb@e-smith.com>
922     - [4.1.0-12]
923     - Add genLdapPassword to ldap-startup - it somehow has been lost and never
924     happens.
925     - Remove ldap-startup from console-save
926     - Add ldap-startup to post-restore action
927     - Add new bootstrap-console-save event
928     - Change demo phone number from 999... to 555.... to save UK emergency
929     services
930    
931     * Tue Jan 09 2001 Jason Miller <jmiller@e-smith.com>
932     - [4.1.0-11]
933     - updated ldap-startup to set the defaults on a fresh
934     installation
935     - undid some bad changes to the conf-migrate-ldap-variables
936     script
937    
938     * Mon Jan 08 2001 Jason Miller <jmiller@e-smith.com>
939     - [4.1.0-5] through [4.1.0-9]
940     - changed directory web panel to read from new configuration
941     database parameters
942     - updated action scripts to take into account the new ldap
943     database parameters
944     - added conf-migrate-ldap-variables as a new action in
945     both post-upgrade and post-restore
946    
947     * Fri Jan 05 2001 Jason Miller <jmiller@e-smith.com>
948     - [4.1.0-4]
949     - updated copyright and fixed directory panel error in
950     not checking prototypes for subroutines
951    
952     * Tue Dec 12 2000 Gordon Rowell <gordonr@e-smith.com>
953     - [4.1.0-3]
954     - Fixed e-smith-lib dependency
955    
956     * Mon Dec 11 2000 Tony Clayton <tonyc@e-smith.com>
957     - [4.1.0-2]
958     - upgraded ldap-rebuild action to conform to new processTemplate
959     - created dependency on e-smith-lib-4.1.0-13
960    
961     * Wed Dec 06 2000 Peter Samuel <peters@e-smith.com>
962     - [4.1.0-1]
963     - Rolled version to 4.1.0-1. Includes patches up to 4.0.6-3
964    
965     * Tue Oct 31 2000 Charlie Brady <charlieb@e-smith.com>
966     - Fix some old bugs in event scripts - esmith::db was not in use
967     list.
968     - Replace db_get_type calls with db_get_prop
969     - Re-write ldap hosts.allow template.
970     - Remove duplicate my $status in ldap-rebuild.
971    
972     * Mon Oct 30 2000 Charlie Brady <charlieb@e-smith.com>
973     - Merge services database back into configuration
974    
975     * Wed Oct 25 2000 Charlie Brady <charlieb@e-smith.com>
976     - Roll version number to 4.0.6-1.
977    
978     * Thu Oct 19 2000 Adrian Chung <adrian.chung@e-smith.com>
979     - Update web/functions/directory script to pass merged
980     confServicesCombined hash to esmith::cgi::gen...
981     functions.
982    
983     * Thu Oct 12 2000 Charlie Brady <charlieb@e-smith.com>
984     - Fix obsolete reference to LDAPServerMode.
985     - Reformat to break long lines.
986    
987     * Fri Oct 06 2000 Charlie Brady <charlieb@e-smith.com>
988     - Delete %post action, and set the default services db value
989     in post-install action
990    
991     * Thu Oct 05 2000 Jason Miller <jay@e-smith.com>
992     - change .spec to use db:setdefault() function
993    
994     * Wed Oct 04 2000 Jason Miller <jay@e-smith.com>
995     - %post event for enabling ldap service automatically
996     (no more post-install code required)
997     - dependencies on e-smith-lib > 0.1-21
998     - only expand templates if ldapd enabled
999     - only add to hosts.allow if ldapd enabled
1000     - enable/disable service dependant on services database
1001    
1002     * Tue Oct 03 2000 Charlie Brady <charlieb@e-smith.com>
1003     - Update services database when enabling/disabling startup.
1004    
1005     * Tue Oct 03 2000 Adrian Chung <mac@e-smith.com>
1006     - Added ldap service checking wrapper to action scripts.
1007    
1008     * Mon Sep 25 2000 Paul Nesbit <pkn@e-smith.com>
1009     - replaced references to e-smith.net with e-smith.com
1010    
1011     * Fri Aug 25 2000 Charlie Brady <charlieb@e-smith.com>
1012     - Added build dependency on e-smith-devtools, and dependency on
1013     e-smith-lib. Generate file list with genfilelist.
1014    
1015     * Thu Aug 24 2000 Gordon Rowell <gordonr@e-smith.com>
1016     - Rewrote ldap-startup to use serviceControl()
1017    
1018     * Wed Jul 12 2000 Joseph Morrison <jdm@e-smith.net>
1019     - Add -1 argument to split commands to handle null final values in
1020     configuration records
1021    
1022     * Fri Jun 16 2000 Charlie Brady <charlieb@e-smith.net>
1023     - Rewrite createlinks in perl
1024     - Don't mark template files as config files.
1025    
1026     * Mon Jun 12 2000 Charlie Brady <charlieb@e-smith.net>
1027     - Use new multi-arg form of backgroundCommand.
1028    
1029 unnilennium 1.6 * Thu Jun 01 2000 Charlie Brady <charlieb@e-smith.net>
1030     Fri Jun 01 2000 --> Fri May 26 2000 or Thu Jun 01 2000 or Fri Jun 02 2000 or ....
1031 stephdl 1.1 - First created - broken out of e-smith-base 4.0.11.
1032    
1033     %prep
1034     %setup
1035 vip-ire 1.4 %patch0 -p1
1036 unnilennium 1.5 %patch1 -p1
1037 vip-ire 1.8 %patch2 -p1
1038 jpp 1.9 %patch3 -p1
1039 jpp 1.10 %patch4 -p1
1040 jpp 1.14 %patch5 -p1
1041 jpp 1.9
1042 jpp 1.12 mkdir -p root/etc/openldap/ssl
1043 jpp 1.10 rm -rf root/service root/var/service root/etc/rc.d/init.d/supervise
1044 stephdl 1.1
1045     %build
1046     perl createlinks
1047    
1048     %install
1049     rm -rf $RPM_BUILD_ROOT
1050     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
1051     rm -f %{name}-%{version}-%{release}-filelist
1052     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
1053 jpp 1.10 --file /sbin/e-smith/systemd/ldap-certificate 'attr(0554,root,root)' \
1054     --file /sbin/e-smith/systemd/ldap-prepare 'attr(0554,root,root)' \
1055 jpp 1.11 --file /sbin/e-smith/systemd/ldap-finish 'attr(0554,root,root)' \
1056 stephdl 1.1 --file /var/service/ldap/ldif-fix 'attr(0750,root,root)' \
1057     --file /var/service/ldap/finish 'attr(0750,root,root)' \
1058     --dir /var/log/bdb 'attr(0700,ldap,ldap)' \
1059     --dir /home/e-smith/db/ldap 'attr(0750,root,ldap)' \
1060     --dir /var/log/ldap 'attr(0750,smelog,smelog)' \
1061 jpp 1.11 --dir /etc/openldap/ssl 'attr(0750,root,ldap)' \
1062 stephdl 1.1 > %{name}-%{version}-%{release}-filelist
1063     echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist
1064    
1065     %clean
1066     rm -rf $RPM_BUILD_ROOT
1067    
1068     %files -f %{name}-%{version}-%{release}-filelist
1069     %defattr(-,root,root)
1070    
1071 jpp 1.10 %pre
1072     if [ $1 -gt 1 ] ; then
1073     if [ -e /var/service/ldap/run ] ; then
1074     /usr/bin/sv d ldap
1075     /usr/bin/sv d ldap/log
1076     fi
1077     fi

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