All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/uftp: security bump to version 5.0.3
@ 2024-01-06 10:15 Fabrice Fontaine
  2024-01-08 22:18 ` Yann E. MORIN
  2024-01-13 13:28 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2024-01-06 10:15 UTC (permalink / raw)
  To: buildroot; +Cc: Fabrice Fontaine, Asaf Kahlon

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>
---
 package/uftp/uftp.hash | 2 +-
 package/uftp/uftp.mk   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/uftp/uftp.hash b/package/uftp/uftp.hash
index e47cba9394..d4d3450d1a 100644
--- a/package/uftp/uftp.hash
+++ b/package/uftp/uftp.hash
@@ -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
diff --git a/package/uftp/uftp.mk b/package/uftp/uftp.mk
index ce865c20ec..3dcd8646c0 100644
--- a/package/uftp/uftp.mk
+++ b/package/uftp/uftp.mk
@@ -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
 
-- 
2.43.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/uftp: security bump to version 5.0.3
  2024-01-06 10:15 [Buildroot] [PATCH 1/1] package/uftp: security bump to version 5.0.3 Fabrice Fontaine
@ 2024-01-08 22:18 ` Yann E. MORIN
  2024-01-13 13:28 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2024-01-08 22:18 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: Asaf Kahlon, buildroot

Fabrice, All,

On 2024-01-06 11:15 +0100, Fabrice Fontaine spake thusly:
> 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>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/uftp/uftp.hash | 2 +-
>  package/uftp/uftp.mk   | 4 ++--
>  2 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/package/uftp/uftp.hash b/package/uftp/uftp.hash
> index e47cba9394..d4d3450d1a 100644
> --- a/package/uftp/uftp.hash
> +++ b/package/uftp/uftp.hash
> @@ -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
> diff --git a/package/uftp/uftp.mk b/package/uftp/uftp.mk
> index ce865c20ec..3dcd8646c0 100644
> --- a/package/uftp/uftp.mk
> +++ b/package/uftp/uftp.mk
> @@ -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
>  
> -- 
> 2.43.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/uftp: security bump to version 5.0.3
  2024-01-06 10:15 [Buildroot] [PATCH 1/1] package/uftp: security bump to version 5.0.3 Fabrice Fontaine
  2024-01-08 22:18 ` Yann E. MORIN
@ 2024-01-13 13:28 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2024-01-13 13:28 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: Asaf Kahlon, buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > 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>

Committed to 2023.02.x and 2023.11.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-01-13 13:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-06 10:15 [Buildroot] [PATCH 1/1] package/uftp: security bump to version 5.0.3 Fabrice Fontaine
2024-01-08 22:18 ` Yann E. MORIN
2024-01-13 13:28 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.