diff options
author | Hans Dedecker <dedeckeh@gmail.com> | 2019-04-22 13:39:35 +0200 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2019-04-22 13:42:24 +0200 |
commit | 47dc4f96cb3932a7577d3dba8cf53eae3fa8a839 (patch) | |
tree | 2d2a3caf0e22b028941d0899c10522dc20bc0338 /package | |
parent | 13ffdf44824e8e8d276c2cb3b1cc181471c33101 (diff) | |
download | upstream-47dc4f96cb3932a7577d3dba8cf53eae3fa8a839.tar.gz upstream-47dc4f96cb3932a7577d3dba8cf53eae3fa8a839.tar.bz2 upstream-47dc4f96cb3932a7577d3dba8cf53eae3fa8a839.zip |
nghttp2: bump to 1.38.0
4a9d2005 Update manual pages
acf6a922 Bump up version number to 1.38.0, LT revision to 31:3:17
4ff45821 Update AUTHORS
42dce01e Merge branch 'nghttpx-fix-backend-selection-on-retry'
a35059e3 nghttpx: Fix bug that altered authority and path affect backend selection
5a30fafd Merge branch 'nghttpx-fix-chunked-request-stall'
dce91ad3 Merge branch 'nghttpx-dont-log-authorization'
2cff8b43 nghttpx: Fix bug that chunked request stalls
be96654d nghttpx: Don't log authorization request header field value with -LINFO
ce962c3f Merge branch 'update-http-parser'
f931504e Update http-parser to v2.9.1
d978f351 Fix bug that on_header callback is still called after stream is closed
ec519f22 Merge pull request #1270 from baitisj/master
e8b213e3 Bump up version number to 1.38.0-DEV
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
Diffstat (limited to 'package')
-rw-r--r-- | package/libs/nghttp2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/libs/nghttp2/Makefile b/package/libs/nghttp2/Makefile index ee8781d28f..14a4f728b4 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.37.0 -PKG_RELEASE:=2 +PKG_VERSION:=1.38.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:=aa090b164b17f4b91fe32310a1c0edf3e97e02cd9d1524eef42d60dd1e8d47b7 +PKG_HASH:=ef75c761858241c6b4372fa6397aa0481a984b84b7b07c4ec7dc2d7b9eee87f8 PKG_LICENSE:=MIT PKG_LICENSE_FILES:=COPYING |