[Buildroot] [PATCH] package/tinyxml2: security bump version to 11.0.0

Arnout Vandecappelle arnout at rnout.be
Wed Apr 16 21:03:22 UTC 2025


On 23/03/2025 20:05, Bernd Kuhls wrote:
> Release notes:
> https://github.com/leethomason/tinyxml2/releases/tag/10.1.0
> https://github.com/leethomason/tinyxml2/releases/tag/11.0.0
>
> Fixes CVE-2024-50615: https://github.com/advisories/GHSA-884x-p7qm-gq3f
>
> Signed-off-by: Bernd Kuhls <bernd at kuhls.net>

  Applied to 2025.02.x, 2024.11.x and 2024.02.x, thanks.

  Regards,
  Arnout

> ---
>   package/tinyxml2/tinyxml2.hash | 2 +-
>   package/tinyxml2/tinyxml2.mk   | 2 +-
>   2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/package/tinyxml2/tinyxml2.hash b/package/tinyxml2/tinyxml2.hash
> index a131b8624d..6efe202b52 100644
> --- a/package/tinyxml2/tinyxml2.hash
> +++ b/package/tinyxml2/tinyxml2.hash
> @@ -1,3 +1,3 @@
>   # Locally calculated
> -sha256  3bdf15128ba16686e69bce256cc468e76c7b94ff2c7f391cc5ec09e40bff3839  tinyxml2-10.0.0.tar.gz
> +sha256  5556deb5081fb246ee92afae73efd943c889cef0cafea92b0b82422d6a18f289  tinyxml2-11.0.0.tar.gz
>   sha256  9332252e9b9e46db8285d4a3f0bf25f139bf1dca6781b956d57f2302efca6432  LICENSE.txt
> diff --git a/package/tinyxml2/tinyxml2.mk b/package/tinyxml2/tinyxml2.mk
> index 044b8f82db..ab04091753 100644
> --- a/package/tinyxml2/tinyxml2.mk
> +++ b/package/tinyxml2/tinyxml2.mk
> @@ -4,7 +4,7 @@
>   #
>   ################################################################################
>   
> -TINYXML2_VERSION = 10.0.0
> +TINYXML2_VERSION = 11.0.0
>   TINYXML2_SITE = $(call github,leethomason,tinyxml2,$(TINYXML2_VERSION))
>   TINYXML2_LICENSE = Zlib
>   TINYXML2_LICENSE_FILES = LICENSE.txt


More information about the buildroot mailing list