diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2021-06-09 08:36:46 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-06-11 23:50:59 +0100 |
commit | 6e02a83ac764d730f36cb32a2f4fcffd10120842 (patch) | |
tree | 2e68dcdb1e5431d4644af559185c12423cd41000 /meta/recipes-support | |
parent | 729f07fa6ec0fbcbadd8e35aa664c4248d643c46 (diff) | |
download | poky-6e02a83ac764d730f36cb32a2f4fcffd10120842.tar.gz |
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]
(From OE-Core rev: 8bf6e76256e14f11a8ea4a240810280a479a1f57)
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/p11-kit/p11-kit_0.24.0.bb (renamed from meta/recipes-support/p11-kit/p11-kit_0.23.22.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
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 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" | |||
10 | 10 | ||
11 | DEPENDS_append = "${@' glib-2.0' if d.getVar('GTKDOC_ENABLED') == 'True' else ''}" | 11 | DEPENDS_append = "${@' glib-2.0' if d.getVar('GTKDOC_ENABLED') == 'True' else ''}" |
12 | 12 | ||
13 | SRC_URI = "git://github.com/p11-glue/p11-kit;branch=0.23" | 13 | SRC_URI = "git://github.com/p11-glue/p11-kit" |
14 | SRCREV = "bd97afbfe28d5fbbde95ce36ff7a8834fc0291ee" | 14 | SRCREV = "34826623f58399b24c21f1788e2cdaea34521b7b" |
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||
17 | PACKAGECONFIG ??= "" | 17 | PACKAGECONFIG ??= "" |