From: Andreas Müller Date: Wed, 9 Jun 2021 06:36:46 +0000 (+0200) Subject: p11-kit: upgrade 0.23.22 -> 0.23.24 X-Git-Tag: uninative-3.3~503 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=8bf6e76256e14f11a8ea4a240810280a479a1f57;p=openembedded-core.git p11-kit: upgrade 0.23.22 -> 0.23.24 * Use inclusive language on certificate distrust. Note: This changes the directory and attribute names to distrust certain CAs to "blocklist" [#324] * Fix issues spotted by coverity and ASan [#349, #351] * Integrate gettext with tools more tightly [#358] * rpc: Forbid use of array of attributes [#365, #367] * Build fixes [#342, #344, #345, #353, #362, #364] Signed-off-by: Andreas Müller Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/p11-kit/p11-kit_0.23.22.bb b/meta/recipes-support/p11-kit/p11-kit_0.24.0.bb similarity index 91% rename from meta/recipes-support/p11-kit/p11-kit_0.23.22.bb rename to meta/recipes-support/p11-kit/p11-kit_0.24.0.bb index 623afccb5e..6759168b37 100644 --- a/meta/recipes-support/p11-kit/p11-kit_0.23.22.bb +++ b/meta/recipes-support/p11-kit/p11-kit_0.24.0.bb @@ -10,8 +10,8 @@ DEPENDS = "libtasn1 libtasn1-native libffi" DEPENDS_append = "${@' glib-2.0' if d.getVar('GTKDOC_ENABLED') == 'True' else ''}" -SRC_URI = "git://github.com/p11-glue/p11-kit;branch=0.23" -SRCREV = "bd97afbfe28d5fbbde95ce36ff7a8834fc0291ee" +SRC_URI = "git://github.com/p11-glue/p11-kit" +SRCREV = "34826623f58399b24c21f1788e2cdaea34521b7b" S = "${WORKDIR}/git" PACKAGECONFIG ??= ""