From 3efeab289c9a902f1bdaa1fd900abeb77e9a860c Mon Sep 17 00:00:00 2001 From: Pierre-Jean Texier Date: Sun, 12 Apr 2020 20:08:25 +0200 Subject: [PATCH] uftp: upgrade 4.10.1 -> 4.10.2 This includes: Version 4.10.2 Fixed security issue where using sha384 or sha512 would set encryption keys to all bytes 0 When using ECDH key exchange with closed group membership, an incorrect signature would be applied to the ANNOUCE message, causing the session to fail. Bug fixes. Relaxed server side checks on the type of key supplied by a client when not using public key signatures on all messages. This will assist in the upgrade process to the upcoming version 5.0. Fixed various small memory leaks Signed-off-by: Pierre-Jean Texier Signed-off-by: Khem Raj --- .../recipes-support/uftp/{uftp_4.10.1.bb => uftp_4.10.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-networking/recipes-support/uftp/{uftp_4.10.1.bb => uftp_4.10.2.bb} (77%) diff --git a/meta-networking/recipes-support/uftp/uftp_4.10.1.bb b/meta-networking/recipes-support/uftp/uftp_4.10.2.bb similarity index 77% rename from meta-networking/recipes-support/uftp/uftp_4.10.1.bb rename to meta-networking/recipes-support/uftp/uftp_4.10.2.bb index a70fd4d080..8e35ee1339 100644 --- a/meta-networking/recipes-support/uftp/uftp_4.10.1.bb +++ b/meta-networking/recipes-support/uftp/uftp_4.10.2.bb @@ -7,8 +7,8 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=d32239bcb673463ab874e80d47fae504" UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/uftp-multicast/files/source-tar/" SRC_URI = "${SOURCEFORGE_MIRROR}/uftp-multicast/source-tar/uftp-${PV}.tar.gz" -SRC_URI[md5sum] = "a5c79c8e5a20d0646c9579fe1f339493" -SRC_URI[sha256sum] = "903353febf1b88f701198d956a60cec3d2be3cc251561a678061761aec6622f6" +SRC_URI[md5sum] = "db0519bf7b1e0329449e81c1e68262f8" +SRC_URI[sha256sum] = "ecab6ab07fe0ebaf7bfe35d99fe2da28ede3ddc6f21f825d3b259cf171258505" DEPENDS = "openssl"