diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2014-09-29 06:09:10 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-10-10 12:47:34 +0200 |
commit | eb65ab684d824be1d12524cb307d9e59925147c1 (patch) | |
tree | 875253c57eaa7e86e70d21b58cc396fb9c2de342 /meta-oe/licenses/OpenLDAP | |
parent | 17ff23b4a4a0e5ed7efde107fb00296f1ebd5fdd (diff) | |
download | meta-openembedded-eb65ab684d824be1d12524cb307d9e59925147c1.tar.gz |
openldap: update version to 2.4.39
Changed:
* Move slapd from ${libexecdir} to ${sbin}:
Installing slapd under ${sbin} is more FHS and LSB compliance
* Manage init script by inheriting update-rc.d, than postinst
* Add status for initscript
* Rename the patch named with commit id to
gnutls-Avoid-use-of-deprecated-function.patch
* Add a patch for CVE-2013-4449
* Add a patch to use /dev/urandom for entropy
* Allow tls obtains random bits from /dev/urandom:
The URANDOM_DEVICE is undefined for cross-compiling, define it as
/dev/urandom to allow tls obtains random bits from /dev/urandom.
* Add PACKAGECONFIG for mdb, ndb, relay and sock
* Remove unsupported config for ldbm
* Add license file
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/licenses/OpenLDAP')
-rw-r--r-- | meta-oe/licenses/OpenLDAP | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/meta-oe/licenses/OpenLDAP b/meta-oe/licenses/OpenLDAP new file mode 100644 index 000000000..05ad7571e --- /dev/null +++ b/meta-oe/licenses/OpenLDAP | |||
@@ -0,0 +1,47 @@ | |||
1 | The OpenLDAP Public License | ||
2 | Version 2.8, 17 August 2003 | ||
3 | |||
4 | Redistribution and use of this software and associated documentation | ||
5 | ("Software"), with or without modification, are permitted provided | ||
6 | that the following conditions are met: | ||
7 | |||
8 | 1. Redistributions in source form must retain copyright statements | ||
9 | and notices, | ||
10 | |||
11 | 2. Redistributions in binary form must reproduce applicable copyright | ||
12 | statements and notices, this list of conditions, and the following | ||
13 | disclaimer in the documentation and/or other materials provided | ||
14 | with the distribution, and | ||
15 | |||
16 | 3. Redistributions must contain a verbatim copy of this document. | ||
17 | |||
18 | The OpenLDAP Foundation may revise this license from time to time. | ||
19 | Each revision is distinguished by a version number. You may use | ||
20 | this Software under terms of this license revision or under the | ||
21 | terms of any subsequent revision of the license. | ||
22 | |||
23 | THIS SOFTWARE IS PROVIDED BY THE OPENLDAP FOUNDATION AND ITS | ||
24 | CONTRIBUTORS ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, | ||
25 | INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY | ||
26 | AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT | ||
27 | SHALL THE OPENLDAP FOUNDATION, ITS CONTRIBUTORS, OR THE AUTHOR(S) | ||
28 | OR OWNER(S) OF THE SOFTWARE BE LIABLE FOR ANY DIRECT, INDIRECT, | ||
29 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, | ||
30 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; | ||
31 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER | ||
32 | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | ||
33 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN | ||
34 | ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | ||
35 | POSSIBILITY OF SUCH DAMAGE. | ||
36 | |||
37 | The names of the authors and copyright holders must not be used in | ||
38 | advertising or otherwise to promote the sale, use or other dealing | ||
39 | in this Software without specific, written prior permission. Title | ||
40 | to copyright in this Software shall at all times remain with copyright | ||
41 | holders. | ||
42 | |||
43 | OpenLDAP is a registered trademark of the OpenLDAP Foundation. | ||
44 | |||
45 | Copyright 1999-2003 The OpenLDAP Foundation, Redwood City, | ||
46 | California, USA. All Rights Reserved. Permission to copy and | ||
47 | distribute verbatim copies of this document is granted. | ||