From: Hans Dedecker Date: Mon, 27 Aug 2018 08:02:10 +0000 (+0200) Subject: nghttp2: bump to 1.32.1 X-Git-Tag: v19.07.0-rc1~2703 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=6caa8e09aa72de45b632666ddb914aceca8ac831 nghttp2: bump to 1.32.1 4c76aaee Update manual pages 2b51ad67 Bump up version number to 1.32.1, LT revision to 30:3:16 708379dc Tweak nghttp2_session_set_stream_user_data 73106b0d Compile with clang-6.0 Signed-off-by: Hans Dedecker --- diff --git a/package/libs/nghttp2/Makefile b/package/libs/nghttp2/Makefile index 8201e59f21..efec88ffd9 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.32.0 +PKG_VERSION:=1.32.1 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:=700a89d59fcc55acc2b18184001bfb3220fa6a6e543486aca35f40801cba6f7d +PKG_HASH:=71ad04489b8e52df23a80166dfbf29d39bc48e39bc081e1e83ca8c94feeab7d0 PKG_LICENSE:=MIT PKG_LICENSE_FILES:=COPYING