mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
package/libhtp: security bump to version 0.5.49
Fixes a potential Denial of Service as described in [1]. Release notes: https://github.com/OISF/libhtp/releases/tag/0.5.49 Fixes: https://www.cve.org/CVERecord?id=CVE-2024-45797 [1] https://github.com/OISF/libhtp/security/advisories/GHSA-rqqp-24ch-248f Signed-off-by: Tim Soubry <tim.soubry@mind.be> [Julien: add link to fixed CVE] Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
b4bd1edcd0
commit
3cf709e331
@@ -1,3 +1,3 @@
|
||||
# Locally computed:
|
||||
sha256 7f0719732fd0c82f9915e3df27e31548798590ad624fbad24f58b50885248ab8 libhtp-0.5.48.tar.gz
|
||||
sha256 214395f8b42011154e133dfb4e94d15e4e3e3e12535e744a4c1eec8687d12c18 libhtp-0.5.49.tar.gz
|
||||
sha256 87c93904e5434c81622ea690c2b90097b9f162aaa92a96542649a157dbf98d15 LICENSE
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBHTP_VERSION = 0.5.48
|
||||
LIBHTP_VERSION = 0.5.49
|
||||
LIBHTP_SITE = $(call github,OISF,libhtp,$(LIBHTP_VERSION))
|
||||
LIBHTP_LICENSE = BSD-3-Clause
|
||||
LIBHTP_LICENSE_FILES = LICENSE
|
||||
|
||||
Reference in New Issue
Block a user