[Buildroot] [PATCH] package/libmodsecurity: security bump to 3.0.14
Arnout Vandecappelle
arnout at rnout.be
Wed Apr 16 20:45:34 UTC 2025
On 18/03/2025 09:39, Colin Evrard via buildroot wrote:
> The project has been updated, including
> security fixes to issues present in version 3.0.13.
>
> - Fixes:
> https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-27110
>
> - For a full changelog, visit:
> https://github.com/owasp-modsecurity/ModSecurity/blob/v3.0.14/CHANGES
>
> Signed-off-by: Colin Evrard <colin.evrard at mind.be>
Applied to 2025.02.x, 2024.11.x and 2024.02.x, thanks.
Regards,
Arnout
> ---
> package/libmodsecurity/libmodsecurity.hash | 5 ++---
> package/libmodsecurity/libmodsecurity.mk | 2 +-
> 2 files changed, 3 insertions(+), 4 deletions(-)
>
> diff --git a/package/libmodsecurity/libmodsecurity.hash b/package/libmodsecurity/libmodsecurity.hash
> index 704b5541ad..821459f6b9 100644
> --- a/package/libmodsecurity/libmodsecurity.hash
> +++ b/package/libmodsecurity/libmodsecurity.hash
> @@ -1,5 +1,4 @@
> -# From https://github.com/owasp-modsecurity/ModSecurity/releases/download/v3.0.13/modsecurity-v3.0.13.tar.gz.sha256
> -sha256 86b4881164a161b822a49df3501e83b254323206906134bdc34a6f3338f4d3f2 modsecurity-v3.0.13.tar.gz
> -
> +# From https://github.com/owasp-modsecurity/ModSecurity/releases/download/v3.0.14/modsecurity-v3.0.14.tar.gz.sha256
> +sha256 f7599057b35e67ab61764265daddf9ab03c35cee1e55527547afb073ce8f04e8 modsecurity-v3.0.14.tar.gz
> # Locally calculated
> sha256 c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4 LICENSE
> diff --git a/package/libmodsecurity/libmodsecurity.mk b/package/libmodsecurity/libmodsecurity.mk
> index f6a74e13d5..a90fa1d614 100644
> --- a/package/libmodsecurity/libmodsecurity.mk
> +++ b/package/libmodsecurity/libmodsecurity.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -LIBMODSECURITY_VERSION = 3.0.13
> +LIBMODSECURITY_VERSION = 3.0.14
> LIBMODSECURITY_SOURCE = modsecurity-v$(LIBMODSECURITY_VERSION).tar.gz
> LIBMODSECURITY_SITE = https://github.com/owasp-modsecurity/ModSecurity/releases/download/v$(LIBMODSECURITY_VERSION)
> LIBMODSECURITY_INSTALL_STAGING = YES
More information about the buildroot
mailing list