aboutsummaryrefslogtreecommitdiff
path: root/libs/nghttp2
diff options
context:
space:
mode:
authorHirokazu MORIKAWA <morikw2@gmail.com>2023-10-14 12:31:16 +0900
committerRosen Penev <rosenp@gmail.com>2023-10-15 12:10:03 -0700
commitafecaa71c22503affa53246d029b4e0eb4677d2b (patch)
treed68495076c7b95294098729b830c4d91f89afebb /libs/nghttp2
parent41975220c0b177892bd0184387a354bc036bc983 (diff)
nghttp2: fix CVE-2023-44487
update to v1.57.0 CVE-2023-44487 : HTTP/2 Rapid Reset Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
Diffstat (limited to 'libs/nghttp2')
-rw-r--r--libs/nghttp2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/nghttp2/Makefile b/libs/nghttp2/Makefile
index 7135194ea..a3848fb3c 100644
--- a/libs/nghttp2/Makefile
+++ b/libs/nghttp2/Makefile
@@ -1,12 +1,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=nghttp2
-PKG_VERSION:=1.51.0
+PKG_VERSION:=1.57.0
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://github.com/nghttp2/nghttp2/releases/download/v$(PKG_VERSION)
-PKG_HASH:=66aa76d97c143f42295405a31413e5e7d157968dad9f957bb4b015b598882e6b
+PKG_HASH:=9210b0113109f43be526ac5835d58a701411821a4d39e155c40d67c40f47a958
PKG_MAINTAINER:=Hans Dedecker <dedeckeh@gmail.com>
PKG_LICENSE:=MIT