diff options
author | Hans Dedecker <dedeckeh@gmail.com> | 2018-03-05 10:23:09 +0100 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2018-03-05 10:44:20 +0100 |
commit | 5cbd22bb0f3b49189040218b6ef0029fe3f47884 (patch) | |
tree | 69706674c2c1e24d7de92b4df7c4799ed4b694f5 /package/libs/nghttp2 | |
parent | 606cea8f1b2d1017e238890157a431ccf4988071 (diff) | |
download | upstream-5cbd22bb0f3b49189040218b6ef0029fe3f47884.tar.gz upstream-5cbd22bb0f3b49189040218b6ef0029fe3f47884.tar.bz2 upstream-5cbd22bb0f3b49189040218b6ef0029fe3f47884.zip |
nghttp2: bump to 1.31.0
6e744662 Update bash_completion
478eac09 Update manual pages
88e2029e Bump up version number to 1.31.0, LT revision to 30:0:16
45d76cf5 nghttpx: Close listening socket on graceful shutdown
54573f28 Merge pull request #1137 from nghttp2/session-set-user-data
17793e99 Add nghttp2_session_set_user_data() public API function
5eac3c90 Update manual pages
e70195ae nghttpx: Update doc
fe51e7fa Merge pull request #1130 from nghttp2/avoid-inet_pton-macro
eb951c2c src: Define nghttp2_inet_pton wrapper to avoid inet_pton macro
39f0ce7c Merge pull request #1126 from nghttp2/nghttpx-expired-client-cert
65157811 Merge pull request #1123 from nghttp2/mruby-client-cert-not-before-after
e8af7afc nghttpx: Add an option to accept expired client certificate
38abfd18 nghttpx: Add mruby tls_client_not_before, and tls_client_not_after
ff3edc09 nghttpx: Fix potential memory leak
0bb15406 Bump up version number to 1.31.0-DEV
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
Diffstat (limited to 'package/libs/nghttp2')
-rw-r--r-- | package/libs/nghttp2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libs/nghttp2/Makefile b/package/libs/nghttp2/Makefile index 785c9a66f3..f4f7519add 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.30.0 +PKG_VERSION:=1.31.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:=089afb4c22a53f72384b71ea06194be255a8a73b50b1412589105d0e683c52ac +PKG_HASH:=36573c2dc74f0da872b02a3ccf1f1419d6b992dd4703dc866e5a289d36397ac7 PKG_LICENSE:=MIT PKG_LICENSE_FILES:=COPYING |