From: Hans Dedecker Date: Mon, 5 Mar 2018 09:23:09 +0000 (+0100) Subject: nghttp2: bump to 1.31.0 X-Git-Tag: v18.06.0-rc1~710 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=5cbd22bb0f3b49189040218b6ef0029fe3f47884;hp=606cea8f1b2d1017e238890157a431ccf4988071 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 --- 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