mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00
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>
This commit is contained in:
parent
729f07fa6e
commit
6e02a83ac7
|
@ -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 ??= ""
|
Loading…
Reference in New Issue
Block a user