From 614c32d2dd21eee612830e2608adc7aff3bef64d Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Sat, 20 Jun 2026 09:04:14 +0200 Subject: [PATCH] package/cpp-httplib: security bump version to 0.48.0 https://github.com/yhirose/cpp-httplib/releases/tag/v0.48.0 - this bump includes a security fix for the Mbed TLS and wolfSSL backends which are unused by buildroot https://github.com/yhirose/cpp-httplib/releases/tag/v0.47.0 - this bump includes a security fix for the Mbed TLS and wolfSSL backends which are unused by buildroot https://github.com/yhirose/cpp-httplib/releases/tag/v0.46.1 https://github.com/yhirose/cpp-httplib/releases/tag/v0.46.0 - this bump includes a security fix https://github.com/yhirose/cpp-httplib/releases/tag/v0.45.1 https://github.com/yhirose/cpp-httplib/releases/tag/v0.45.0 https://github.com/yhirose/cpp-httplib/releases/tag/v0.44.0 - fixes CVE-2026-45372 & CVE-2026-46527 https://github.com/yhirose/cpp-httplib/releases/tag/v0.43.4 - fixes CVE-2026-45352 https://github.com/yhirose/cpp-httplib/releases/tag/v0.43.3 https://github.com/yhirose/cpp-httplib/releases/tag/v0.43.2 https://github.com/yhirose/cpp-httplib/compare/v0.43.1...v0.48.0 Signed-off-by: Bernd Kuhls Signed-off-by: Julien Olivain --- package/cpp-httplib/cpp-httplib.hash | 2 +- package/cpp-httplib/cpp-httplib.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/cpp-httplib/cpp-httplib.hash b/package/cpp-httplib/cpp-httplib.hash index f3e05951e9..842b96f3eb 100644 --- a/package/cpp-httplib/cpp-httplib.hash +++ b/package/cpp-httplib/cpp-httplib.hash @@ -1,3 +1,3 @@ # Locally computed: -sha256 000832a5b50b67b82a77845c09d832f6e492011cd0ef1d4f72f808eb6a4fbeb3 cpp-httplib-0.43.1.tar.gz +sha256 d9ed142d319c6e19a961f477257e67f846909ce15288502188df2281941be84e cpp-httplib-0.48.0.tar.gz sha256 4b45cbe16d7b71b89ae6127e26e0d90a029198ca5e958ad8e3d0b8bbed364d8b LICENSE diff --git a/package/cpp-httplib/cpp-httplib.mk b/package/cpp-httplib/cpp-httplib.mk index e8bc0a56fe..94f270df94 100644 --- a/package/cpp-httplib/cpp-httplib.mk +++ b/package/cpp-httplib/cpp-httplib.mk @@ -4,7 +4,7 @@ # ################################################################################ -CPP_HTTPLIB_VERSION = 0.43.1 +CPP_HTTPLIB_VERSION = 0.48.0 CPP_HTTPLIB_SITE = $(call github,yhirose,cpp-httplib,v$(CPP_HTTPLIB_VERSION)) CPP_HTTPLIB_LICENSE = MIT CPP_HTTPLIB_LICENSE_FILES = LICENSE