From: Pierre-Jean Texier Date: Sat, 11 Apr 2020 14:10:02 +0000 (+0200) Subject: package/libhttpparser: bump to version 2.9.4 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=37a5ffc275cefe2eff92f39dd0d3a713194a7984;p=buildroot.git package/libhttpparser: bump to version 2.9.4 This includes the following changes: 2343fd6 v2.9.4 714cbb2 Fix ABI breakage 1c02cb9 Correct test name and numbering And update hash file formatting (2 spaces). Signed-off-by: Pierre-Jean Texier Signed-off-by: Thomas Petazzoni --- diff --git a/package/libhttpparser/libhttpparser.hash b/package/libhttpparser/libhttpparser.hash index 4634b06620..6ab63e8209 100644 --- a/package/libhttpparser/libhttpparser.hash +++ b/package/libhttpparser/libhttpparser.hash @@ -1,3 +1,3 @@ # Locally computed: -sha256 8fa0ab8770fd8425a9b431fdbf91623c4d7a9cdb842b9339289bd2b0b01b0d3d libhttpparser-2.9.3.tar.gz -sha256 79e6ba8b687cb54786207342b9b6fcee0ac10218453ed9009b84d949b2233cc0 LICENSE-MIT +sha256 467b9e30fd0979ee301065e70f637d525c28193449e1b13fbcb1b1fab3ad224f libhttpparser-2.9.4.tar.gz +sha256 79e6ba8b687cb54786207342b9b6fcee0ac10218453ed9009b84d949b2233cc0 LICENSE-MIT diff --git a/package/libhttpparser/libhttpparser.mk b/package/libhttpparser/libhttpparser.mk index d7b6907493..5cf7f77391 100644 --- a/package/libhttpparser/libhttpparser.mk +++ b/package/libhttpparser/libhttpparser.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBHTTPPARSER_VERSION = 2.9.3 +LIBHTTPPARSER_VERSION = 2.9.4 LIBHTTPPARSER_SITE = $(call github,nodejs,http-parser,v$(LIBHTTPPARSER_VERSION)) LIBHTTPPARSER_INSTALL_STAGING = YES LIBHTTPPARSER_LICENSE = MIT