]> code.ossystems Code Review - openembedded-core.git/commitdiff
p11-kit: upgrade 0.23.22 -> 0.23.24
authorAndreas Müller <schnitzeltony@gmail.com>
Wed, 9 Jun 2021 06:36:46 +0000 (08:36 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 11 Jun 2021 22:49:47 +0000 (23:49 +0100)
* 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 <schnitzeltony@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/p11-kit/p11-kit_0.24.0.bb [moved from meta/recipes-support/p11-kit/p11-kit_0.23.22.bb with 91% similarity]

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 623afccb5e96e03c1e71154f618b1556bce98df7..6759168b3726e257959202ecaa80abddef341d0f 100644 (file)
@@ -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 ??= ""