From 3efeab289c9a902f1bdaa1fd900abeb77e9a860c Mon Sep 17 00:00:00 2001 From: Pierre-Jean Texier Date: Sun, 12 Apr 2020 20:08:25 +0200 Subject: 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 --- meta-networking/recipes-support/uftp/uftp_4.10.1.bb | 17 ----------------- meta-networking/recipes-support/uftp/uftp_4.10.2.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 meta-networking/recipes-support/uftp/uftp_4.10.1.bb create mode 100644 meta-networking/recipes-support/uftp/uftp_4.10.2.bb (limited to 'meta-networking/recipes-support') diff --git a/meta-networking/recipes-support/uftp/uftp_4.10.1.bb b/meta-networking/recipes-support/uftp/uftp_4.10.1.bb deleted file mode 100644 index a70fd4d080..0000000000 --- a/meta-networking/recipes-support/uftp/uftp_4.10.1.bb +++ /dev/null @@ -1,17 +0,0 @@ -DESCRIPTION = "Encrypted UDP based FTP with multicast" -HOMEPAGE = "https://sourceforge.net/projects/uftp-multicast" -SECTION = "libs/network" -LICENSE = "GPLv3" -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" - -DEPENDS = "openssl" - -do_install () { - oe_runmake install DESTDIR=${D} -} diff --git a/meta-networking/recipes-support/uftp/uftp_4.10.2.bb b/meta-networking/recipes-support/uftp/uftp_4.10.2.bb new file mode 100644 index 0000000000..8e35ee1339 --- /dev/null +++ b/meta-networking/recipes-support/uftp/uftp_4.10.2.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "Encrypted UDP based FTP with multicast" +HOMEPAGE = "https://sourceforge.net/projects/uftp-multicast" +SECTION = "libs/network" +LICENSE = "GPLv3" +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] = "db0519bf7b1e0329449e81c1e68262f8" +SRC_URI[sha256sum] = "ecab6ab07fe0ebaf7bfe35d99fe2da28ede3ddc6f21f825d3b259cf171258505" + +DEPENDS = "openssl" + +do_install () { + oe_runmake install DESTDIR=${D} +} -- cgit 1.2.3-korg