aboutsummaryrefslogtreecommitdiff
path: root/libs/libhttp-parser/Makefile
diff options
context:
space:
mode:
authorHirokazu MORIKAWA <morikw2@gmail.com>2019-04-15 09:16:52 +0900
committerHirokazu MORIKAWA <morikw2@gmail.com>2019-04-17 09:06:07 +0900
commite8440bddba684a31a04b7e1b261dc3f8e79c288b (patch)
tree3a5cb1430ab6a446ce726ffe2214e0f8f6e517d8 /libs/libhttp-parser/Makefile
parentf5d67fcc0fdd7c6e87d4d4cce85f4b5542af837c (diff)
libhttp-parser: update to 2.9.2
update to 2.9.2: revert `memchr()` optimization Fix -Wsign-compare warning Fix bad pointer arithmetic Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
Diffstat (limited to 'libs/libhttp-parser/Makefile')
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/libhttp-parser/Makefile b/libs/libhttp-parser/Makefile
index 87838725a..9e9a85ff3 100644
--- a/libs/libhttp-parser/Makefile
+++ b/libs/libhttp-parser/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libhttp-parser
-PKG_VERSION:=2.9.0
+PKG_VERSION:=2.9.2
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/nodejs/http-parser/tar.gz/v$(PKG_VERSION)?
-PKG_HASH:=ef26268c54c8084d17654ba2ed5140bffeffd2a040a895ffb22a6cca3f6c613f
+PKG_HASH:=5199500e352584852c95c13423edc5f0cb329297c81dd69c3c8f52a75496da08
PKG_BUILD_DIR:=$(BUILD_DIR)/http-parser-$(PKG_VERSION)
PKG_MAINTAINER:=Ramanathan Sivagurunathan <ramzthecoder@gmail.com>, Hirokazu MORIKAWA <morikw2@gmail.com>