mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
package/uftp: security bump to version 5.0.3
Update site to avoid redirections (HSTS, etc.)
Version 5.0.3 - 12/17/2023
A memory leak fix in the prior version wasn't applied correctly, resulting
in an invalid memory access causing a crash. Bug fixed.
Version 5.0.2 - 11/8/2023
Fixed bug that caused crash when a CLIENT_KEY arrived out of order
Fixed option handling on Windows when an argument is missing
https://sourceforge.net/projects/uftp-multicast/files/Changes.txt/download
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
committed by
Yann E. MORIN
parent
620bd7220a
commit
bfe2fe2269
@@ -1,3 +1,3 @@
|
||||
# Locally computed sha256
|
||||
sha256 f0435fbc8e9ffa125e05600cb6c7fc933d7d587f5bae41b257267be4f2ce0e61 uftp-5.0.1.tar.gz
|
||||
sha256 cb8668c19b1f10bc63a16ffa893e205dc3ec86361037d477d8003260ebc40080 uftp-5.0.3.tar.gz
|
||||
sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 LICENSE.txt
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
UFTP_VERSION = 5.0.1
|
||||
UFTP_SITE = http://sourceforge.net/projects/uftp-multicast/files/source-tar
|
||||
UFTP_VERSION = 5.0.3
|
||||
UFTP_SITE = https://downloads.sourceforge.net/project/uftp-multicast/source-tar
|
||||
UFTP_LICENSE = GPL-3.0+
|
||||
UFTP_LICENSE_FILES = LICENSE.txt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user