From 7e51108dc8d3fbb63b7da9728a3790c587ee36f8 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Sat, 2 May 2020 00:56:28 +0300 Subject: [PATCH] gnutls: upgrade 3.6.12 -> 3.6.13 (From OE-Core rev: 5cc0f0dcf1f41bc148b034b3f7abef756a328cd3) Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie [ includes the fix for CVE-2020-11501 ] Signed-off-by: Adrian Bunk Signed-off-by: Anuj Mittal --- .../gnutls/{gnutls_3.6.12.bb => gnutls_3.6.13.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/gnutls/{gnutls_3.6.12.bb => gnutls_3.6.13.bb} (93%) diff --git a/meta/recipes-support/gnutls/gnutls_3.6.12.bb b/meta/recipes-support/gnutls/gnutls_3.6.13.bb similarity index 93% rename from meta/recipes-support/gnutls/gnutls_3.6.12.bb rename to meta/recipes-support/gnutls/gnutls_3.6.13.bb index f1eeebc807..f56d42a613 100644 --- a/meta/recipes-support/gnutls/gnutls_3.6.12.bb +++ b/meta/recipes-support/gnutls/gnutls_3.6.13.bb @@ -21,8 +21,8 @@ SRC_URI = "https://www.gnupg.org/ftp/gcrypt/gnutls/v${SHRT_VER}/gnutls-${PV}.tar file://arm_eabi.patch \ " -SRC_URI[md5sum] = "a23900f14980a467bdce3a0fd31dfa18" -SRC_URI[sha256sum] = "bfacf16e342949ffd977a9232556092c47164bd26e166736cf3459a870506c4b" +SRC_URI[md5sum] = "bb1fe696a11543433785b4fc70ca225f" +SRC_URI[sha256sum] = "32041df447d9f4644570cf573c9f60358e865637d69b7e59d1159b7240b52f38" inherit autotools texinfo pkgconfig gettext lib_package gtk-doc -- 2.40.1