diff options
author | zhengruoqin <zhengrq.fnst@cn.fujitsu.com> | 2021-01-22 18:54:52 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-01-22 10:36:33 -0800 |
commit | 0282b8ce6a5a5f082a37cb0863b3e62ad8e56a5a (patch) | |
tree | 1881db926e233248bcbfd45ff74e8268e17b3bf6 /meta-oe/recipes-support/openldap | |
parent | 29059f9c8f36c0915d7a432f45f7766af61ad5c9 (diff) | |
download | meta-openembedded-0282b8ce6a5a5f082a37cb0863b3e62ad8e56a5a.tar.gz |
openldap: upgrade 2.4.56 -> 2.4.57
-License-Update: Copyright year updated to 2021.
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/openldap')
-rw-r--r-- | meta-oe/recipes-support/openldap/openldap_2.4.57.bb (renamed from meta-oe/recipes-support/openldap/openldap_2.4.56.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/openldap/openldap_2.4.56.bb b/meta-oe/recipes-support/openldap/openldap_2.4.57.bb index 4c0f179cb..a282523a3 100644 --- a/meta-oe/recipes-support/openldap/openldap_2.4.56.bb +++ b/meta-oe/recipes-support/openldap/openldap_2.4.57.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). |
9 | LICENSE = "OpenLDAP" | 9 | LICENSE = "OpenLDAP" |
10 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=5391b559d23a2237bdb21e7a62dae7c3 \ | 10 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=b6dea6c170362fc46381fe3690c722cb \ |
11 | file://LICENSE;md5=153d07ef052c4a37a8fac23bc6031972 \ | 11 | file://LICENSE;md5=153d07ef052c4a37a8fac23bc6031972 \ |
12 | " | 12 | " |
13 | SECTION = "libs" | 13 | SECTION = "libs" |
@@ -25,8 +25,8 @@ SRC_URI = "http://www.openldap.org/software/download/OpenLDAP/openldap-release/$ | |||
25 | file://remove-user-host-pwd-from-version.patch \ | 25 | file://remove-user-host-pwd-from-version.patch \ |
26 | " | 26 | " |
27 | 27 | ||
28 | SRC_URI[md5sum] = "82a7dcf7aeaf95fdad16017c0ed9983a" | 28 | SRC_URI[md5sum] = "e3349456c3a66e5e6155be7ddc3f042c" |
29 | SRC_URI[sha256sum] = "25520e0363c93f3bcb89802a4aa3db33046206039436e0c7c9262db5a61115e0" | 29 | SRC_URI[sha256sum] = "c7ba47e1e6ecb5b436f3d43281df57abeffa99262141aec822628bc220f6b45a" |
30 | 30 | ||
31 | DEPENDS = "util-linux groff-native" | 31 | DEPENDS = "util-linux groff-native" |
32 | 32 | ||