From 5d050f078afcb24d0532367592b074ae0787b06f Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 26 Dec 2023 14:59:02 +0800 Subject: [PATCH] uftp: upgrade 5.0.2 -> 5.0.3 Changelog: =========== -A memory leak fix in the prior version wasn't applied correctly, resulting in an invalid memory access causing a crash. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-support/uftp/{uftp_5.0.2.bb => uftp_5.0.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-support/uftp/{uftp_5.0.2.bb => uftp_5.0.3.bb} (84%) diff --git a/meta-networking/recipes-support/uftp/uftp_5.0.2.bb b/meta-networking/recipes-support/uftp/uftp_5.0.3.bb similarity index 84% rename from meta-networking/recipes-support/uftp/uftp_5.0.2.bb rename to meta-networking/recipes-support/uftp/uftp_5.0.3.bb index ca2a8ce676..6f0858cc95 100644 --- a/meta-networking/recipes-support/uftp/uftp_5.0.2.bb +++ b/meta-networking/recipes-support/uftp/uftp_5.0.3.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] = "57c12a6ae59942535fb5e620381aedeb17d50009ee71f236427ce237a46c0b14" +SRC_URI[sha256sum] = "cb8668c19b1f10bc63a16ffa893e205dc3ec86361037d477d8003260ebc40080" DEPENDS = "openssl"