summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZang Ruochen <zangrc.fnst@cn.fujitsu.com>2019-08-01 09:54:01 +0800
committerKhem Raj <raj.khem@gmail.com>2019-08-02 18:04:41 -0700
commitc5372155f237cbdc30f255f7dc68ba7e44e9be1b (patch)
tree598fde064c6a8413aa3ddabd3559ed3312cdb4af
parent71cb56871d09ac827157992d87d4c11afff0a372 (diff)
downloadmeta-openembedded-c5372155f237cbdc30f255f7dc68ba7e44e9be1b.tar.gz
openldap: upgrade 2.4.47 -> 2.4.48
-License-Update: Copyright year updated to 2019. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/openldap/openldap_2.4.48.bb (renamed from meta-oe/recipes-support/openldap/openldap_2.4.47.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/openldap/openldap_2.4.47.bb b/meta-oe/recipes-support/openldap/openldap_2.4.48.bb
index 4345d7d89..ecc219d35 100644
--- a/meta-oe/recipes-support/openldap/openldap_2.4.47.bb
+++ b/meta-oe/recipes-support/openldap/openldap_2.4.48.bb
@@ -7,7 +7,7 @@ HOMEPAGE = "http://www.OpenLDAP.org/license.html"
7# basically BSD. opensource.org does not record this license 7# basically BSD. opensource.org does not record this license
8# at present (so it is apparently not OSI certified). 8# at present (so it is apparently not OSI certified).
9LICENSE = "OpenLDAP" 9LICENSE = "OpenLDAP"
10LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=25b4ead0e45182e7c2914e59ff57009f \ 10LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=ad914c35f97b468f421f8ac0f3d821f4 \
11 file://LICENSE;md5=153d07ef052c4a37a8fac23bc6031972 \ 11 file://LICENSE;md5=153d07ef052c4a37a8fac23bc6031972 \
12 " 12 "
13SECTION = "libs" 13SECTION = "libs"
@@ -26,8 +26,8 @@ SRC_URI = "http://www.openldap.org/software/download/OpenLDAP/openldap-release/$
26 file://remove-user-host-pwd-from-version.patch \ 26 file://remove-user-host-pwd-from-version.patch \
27" 27"
28 28
29SRC_URI[md5sum] = "e508f97bfd778fec7799f286e5c07176" 29SRC_URI[md5sum] = "0729a0711fe096831dedc159e0bbe73f"
30SRC_URI[sha256sum] = "f54c5877865233d9ada77c60c0f69b3e0bfd8b1b55889504c650047cc305520b" 30SRC_URI[sha256sum] = "d9523ffcab5cd14b709fcf3cb4d04e8bc76bb8970113255f372bc74954c6074d"
31 31
32DEPENDS = "util-linux groff-native" 32DEPENDS = "util-linux groff-native"
33 33