From 93a5628ae660bf6aa3cfdc9e0032088e4df8a0c5 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 16 Nov 2023 16:42:09 +0800 Subject: [PATCH] uftp: upgrade 5.0.1 -> 5.0.2 Changelog: ========= -Fixed bug that caused crash when a CLIENT_KEY arrived out of order -Fixed option handling on Windows when an argument is missing Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-support/uftp/{uftp_5.0.1.bb => uftp_5.0.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-support/uftp/{uftp_5.0.1.bb => uftp_5.0.2.bb} (84%) diff --git a/meta-networking/recipes-support/uftp/uftp_5.0.1.bb b/meta-networking/recipes-support/uftp/uftp_5.0.2.bb similarity index 84% rename from meta-networking/recipes-support/uftp/uftp_5.0.1.bb rename to meta-networking/recipes-support/uftp/uftp_5.0.2.bb index 6d5cf4b628..ca2a8ce676 100644 --- a/meta-networking/recipes-support/uftp/uftp_5.0.1.bb +++ b/meta-networking/recipes-support/uftp/uftp_5.0.2.bb @@ -7,7 +7,7 @@ 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[sha256sum] = "f0435fbc8e9ffa125e05600cb6c7fc933d7d587f5bae41b257267be4f2ce0e61" +SRC_URI[sha256sum] = "57c12a6ae59942535fb5e620381aedeb17d50009ee71f236427ce237a46c0b14" DEPENDS = "openssl"