mirror of
https://git.yoctoproject.org/poky
synced 2026-02-07 09:16:36 +01:00
libksba: update 1.6.2 -> 1.6.3
Noteworthy changes in version 1.6.3 (2022-12-06) Fix another integer overflow in the CRL parser. [T6284,CVE-2022-47629] (From OE-Core rev: f098cb5073051eb371f4142678b4b3d5e7b52426) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 83f3f21b1b84ab9e7b461ac966691c80f4ed4e97) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
1399ebf245
commit
36960f56c1
@@ -1,4 +1,4 @@
|
||||
From 6081640895b6d566fa21123e2de7d111eeab5c4c Mon Sep 17 00:00:00 2001
|
||||
From ca8174aa81d7bf364b33f7254a9e887735c4996d Mon Sep 17 00:00:00 2001
|
||||
From: Chen Qi <Qi.Chen@windriver.com>
|
||||
Date: Mon, 3 Dec 2012 18:17:31 +0800
|
||||
Subject: [PATCH] libksba: add pkgconfig support
|
||||
@@ -16,7 +16,7 @@ Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
|
||||
1 file changed, 4 insertions(+), 86 deletions(-)
|
||||
|
||||
diff --git a/src/ksba.m4 b/src/ksba.m4
|
||||
index 6b55bb8..6e7336f 100644
|
||||
index 452c245..aa96255 100644
|
||||
--- a/src/ksba.m4
|
||||
+++ b/src/ksba.m4
|
||||
@@ -23,37 +23,6 @@ dnl with a changed API.
|
||||
@@ -44,7 +44,7 @@ index 6b55bb8..6e7336f 100644
|
||||
- fi
|
||||
-
|
||||
- use_gpgrt_config=""
|
||||
- if test x"$KSBA_CONFIG" = x -a x"$GPGRT_CONFIG" != x -a "$GPGRT_CONFIG" != "no"; then
|
||||
- if test x"$GPGRT_CONFIG" != x -a "$GPGRT_CONFIG" != "no"; then
|
||||
- if $GPGRT_CONFIG ksba --exists; then
|
||||
- KSBA_CONFIG="$GPGRT_CONFIG ksba"
|
||||
- AC_MSG_NOTICE([Use gpgrt-config as ksba-config])
|
||||
|
||||
@@ -24,7 +24,7 @@ UPSTREAM_CHECK_URI = "https://gnupg.org/download/index.html"
|
||||
SRC_URI = "${GNUPG_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2 \
|
||||
file://ksba-add-pkgconfig-support.patch"
|
||||
|
||||
SRC_URI[sha256sum] = "fce01ccac59812bddadffacff017dac2e4762bdb6ebc6ffe06f6ed4f6192c971"
|
||||
SRC_URI[sha256sum] = "3f72c68db30971ebbf14367527719423f0a4d5f8103fc9f4a1c01a9fa440de5c"
|
||||
|
||||
do_configure:prepend () {
|
||||
# Else these could be used in preference to those in aclocal-copy
|
||||
Reference in New Issue
Block a user