From: Wang Mingyu Date: Mon, 11 Mar 2024 08:39:53 +0000 (+0800) Subject: gnutls: upgrade 3.8.1 -> 3.8.2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9310c3ce0f88798de6d2d3d0c600b9014c1d872;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git gnutls: upgrade 3.8.1 -> 3.8.2 Changelog: ============ ** libgnutls: Fix timing side-channel inside RSA-PSK key exchange. ** libgnutls: Add API functions to perform ECDH and DH key agreement ** libgnutls: Added support for AES-GCM-SIV ciphers ** libgnutls: transparent KTLS support is extended to FreeBSD kernel ** gnutls-cli: New option --starttls-name (cherry-pick from Oe-Core rev 3c01bb0be8ddafa0aa1ad996ec524b51fd28f512) Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Lee Chee Yang Signed-off-by: Steve Sakoman --- diff --git a/meta/recipes-support/gnutls/gnutls_3.8.1.bb b/meta/recipes-support/gnutls/gnutls_3.8.2.bb similarity index 97% rename from meta/recipes-support/gnutls/gnutls_3.8.1.bb rename to meta/recipes-support/gnutls/gnutls_3.8.2.bb index 455031dd474..43fb5c4c4e5 100644 --- a/meta/recipes-support/gnutls/gnutls_3.8.1.bb +++ b/meta/recipes-support/gnutls/gnutls_3.8.2.bb @@ -25,7 +25,7 @@ SRC_URI = "https://www.gnupg.org/ftp/gcrypt/gnutls/v${SHRT_VER}/gnutls-${PV}.tar file://Add-ptest-support.patch \ " -SRC_URI[sha256sum] = "ba8b9e15ae20aba88f44661978f5b5863494316fe7e722ede9d069fe6294829c" +SRC_URI[sha256sum] = "e765e5016ffa9b9dd243e363a0460d577074444ee2491267db2e96c9c2adef77" inherit autotools texinfo pkgconfig gettext lib_package gtk-doc ptest