Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/libfcgi: security bump to 2.4.7
@ 2025-12-17 11:02 Thomas Devoogdt
  2025-12-17 19:47 ` Julien Olivain via buildroot
  2026-01-07 17:49 ` Arnout Vandecappelle via buildroot
  0 siblings, 2 replies; 3+ messages in thread
From: Thomas Devoogdt @ 2025-12-17 11:02 UTC (permalink / raw)
  To: buildroot; +Cc: Thomas Devoogdt

From: Thomas Devoogdt <thomas.devoogdt@barco.com>

This is a security bump to fix CVE-2025-23016.

See https://github.com/FastCGI-Archives/fcgi2/releases/tag/2.4.7.

Signed-off-by: Thomas Devoogdt <thomas.devoogdt@barco.com>
---
 package/libfcgi/libfcgi.hash | 2 +-
 package/libfcgi/libfcgi.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/libfcgi/libfcgi.hash b/package/libfcgi/libfcgi.hash
index 348b0b6867c..be9e3e8db96 100644
--- a/package/libfcgi/libfcgi.hash
+++ b/package/libfcgi/libfcgi.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256  39af4fb21a6d695a5f0b1c4fa95776d2725f6bc6c77680943a2ab314acd505c1  libfcgi-2.4.6.tar.gz
+sha256  e41ddc3a473b555bdc0cbd80703dcb1f4610c1a7700d3b9d3d0c14a416e1074b  libfcgi-2.4.7.tar.gz
 sha256  f0a8fe4513a43e8eebb24cdcf9d2e7efc52e4d8259178c6d76d3d84418397d81  LICENSE
diff --git a/package/libfcgi/libfcgi.mk b/package/libfcgi/libfcgi.mk
index e0ef6da55c8..da84ba6297b 100644
--- a/package/libfcgi/libfcgi.mk
+++ b/package/libfcgi/libfcgi.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBFCGI_VERSION = 2.4.6
+LIBFCGI_VERSION = 2.4.7
 LIBFCGI_SITE = $(call github,FastCGI-Archives,fcgi2,$(LIBFCGI_VERSION))
 LIBFCGI_LICENSE = OML
 LIBFCGI_LICENSE_FILES = LICENSE
-- 
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] package/libfcgi: security bump to 2.4.7
  2025-12-17 11:02 [Buildroot] [PATCH] package/libfcgi: security bump to 2.4.7 Thomas Devoogdt
@ 2025-12-17 19:47 ` Julien Olivain via buildroot
  2026-01-07 17:49 ` Arnout Vandecappelle via buildroot
  1 sibling, 0 replies; 3+ messages in thread
From: Julien Olivain via buildroot @ 2025-12-17 19:47 UTC (permalink / raw)
  To: Thomas Devoogdt; +Cc: buildroot, Thomas Devoogdt

On 17/12/2025 12:02, Thomas Devoogdt wrote:
> From: Thomas Devoogdt <thomas.devoogdt@barco.com>
> 
> This is a security bump to fix CVE-2025-23016.
> 
> See https://github.com/FastCGI-Archives/fcgi2/releases/tag/2.4.7.
> 
> Signed-off-by: Thomas Devoogdt <thomas.devoogdt@barco.com>

Applied to master, thanks.
_______________________________________________
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] package/libfcgi: security bump to 2.4.7
  2025-12-17 11:02 [Buildroot] [PATCH] package/libfcgi: security bump to 2.4.7 Thomas Devoogdt
  2025-12-17 19:47 ` Julien Olivain via buildroot
@ 2026-01-07 17:49 ` Arnout Vandecappelle via buildroot
  1 sibling, 0 replies; 3+ messages in thread
From: Arnout Vandecappelle via buildroot @ 2026-01-07 17:49 UTC (permalink / raw)
  To: Thomas Devoogdt; +Cc: Arnout Vandecappelle, buildroot

In reply of:
> This is a security bump to fix CVE-2025-23016.
> 
> See https://github.com/FastCGI-Archives/fcgi2/releases/tag/2.4.7.
> 
> Signed-off-by: Thomas Devoogdt <thomas.devoogdt@barco.com>

Applied to 2025.02.x and 2025.11.x. Thanks

> ---
>  package/libfcgi/libfcgi.hash | 2 +-
>  package/libfcgi/libfcgi.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/libfcgi/libfcgi.hash b/package/libfcgi/libfcgi.hash
> index 348b0b6867c..be9e3e8db96 100644
> --- a/package/libfcgi/libfcgi.hash
> +++ b/package/libfcgi/libfcgi.hash
> @@ -1,3 +1,3 @@
>  # Locally calculated
> -sha256  39af4fb21a6d695a5f0b1c4fa95776d2725f6bc6c77680943a2ab314acd505c1  libfcgi-2.4.6.tar.gz
> +sha256  e41ddc3a473b555bdc0cbd80703dcb1f4610c1a7700d3b9d3d0c14a416e1074b  libfcgi-2.4.7.tar.gz
>  sha256  f0a8fe4513a43e8eebb24cdcf9d2e7efc52e4d8259178c6d76d3d84418397d81  LICENSE
> diff --git a/package/libfcgi/libfcgi.mk b/package/libfcgi/libfcgi.mk
> index e0ef6da55c8..da84ba6297b 100644
> --- a/package/libfcgi/libfcgi.mk
> +++ b/package/libfcgi/libfcgi.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -LIBFCGI_VERSION = 2.4.6
> +LIBFCGI_VERSION = 2.4.7
>  LIBFCGI_SITE = $(call github,FastCGI-Archives,fcgi2,$(LIBFCGI_VERSION))
>  LIBFCGI_LICENSE = OML
>  LIBFCGI_LICENSE_FILES = LICENSE
> -- 
> 2.43.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
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:[~2026-01-07 17:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-17 11:02 [Buildroot] [PATCH] package/libfcgi: security bump to 2.4.7 Thomas Devoogdt
2025-12-17 19:47 ` Julien Olivain via buildroot
2026-01-07 17:49 ` Arnout Vandecappelle via buildroot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox