aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/nghttp2
diff options
context:
space:
mode:
authorHans Dedecker <dedeckeh@gmail.com>2019-08-18 18:54:47 +0200
committerJo-Philipp Wich <jo@mein.io>2019-09-04 13:41:40 +0200
commit54db6061ee1f17653fb4c2bec29db840500f1588 (patch)
treeb648c3a8720d1842596a577cc722510424542a2f /package/libs/nghttp2
parente7465da11ea6f0663de3f03f340e90050a642c9f (diff)
downloadupstream-54db6061ee1f17653fb4c2bec29db840500f1588.tar.gz
upstream-54db6061ee1f17653fb4c2bec29db840500f1588.tar.bz2
upstream-54db6061ee1f17653fb4c2bec29db840500f1588.zip
nghttp2: bump to 1.39.2
957abacf Bump up version number to 1.39.2, LT revision to 32:0:18 83d362c6 Don't read too greedily a76d0723 Add nghttp2_option_set_max_outbound_ack db2f612a nghttpx: Fix request stall Signed-off-by: Hans Dedecker <dedeckeh@gmail.com> (cherry picked from commit 58f929077f8687adbf75338504f319d054a96153)
Diffstat (limited to 'package/libs/nghttp2')
-rw-r--r--package/libs/nghttp2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libs/nghttp2/Makefile b/package/libs/nghttp2/Makefile
index 2f0b4bcabc..4fb26319ad 100644
--- a/package/libs/nghttp2/Makefile
+++ b/package/libs/nghttp2/Makefile
@@ -1,12 +1,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=nghttp2
-PKG_VERSION:=1.39.1
+PKG_VERSION:=1.39.2
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:=679160766401f474731fd60c3aca095f88451e3cc4709b72306e4c34cf981448
+PKG_HASH:=a2d216450abd2beaf4e200c168957968e89d602ca4119338b9d7ab059fd4ce8b
PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=COPYING