Skip to content

Commit ecc347d

Browse files
committed
nghttp2: bump to 1.30.0
f0836c7e Update manual pages 25db178b Bump up version number to 1.30.0, LT revision to 29:2:15 1b6713e6 Update AUTHORS c1a496cf nghttpx: Fix bug that h1 backend idle timeout expires sooner e098a211 mruby: Fix bug that response header is unexpectedly overwritten 0ba4bf51 Merge pull request openwrt#1120 from dylanplecki/issue-1119-mruby-header-overwrite 6deee203 Fix openwrt#1119: Stop overwrite of first header on mruby call to env.req.set_header(..) 6761a933 Merge pull request openwrt#1105 from nghttp2/nghttpx-upgrade-scheme 5cc3d159 nghttpx: Add upgrade-scheme parameter to backend option 652f57e7 Merge pull request openwrt#1104 from nghttp2/allow-ping-after-goaway acd6b40e Allow PING frame to be sent after GOAWAY 0fbb46ed Merge pull request openwrt#1101 from nghttp2/remember-pushed-links 6ad629de Merge pull request openwrt#1102 from nghttp2/fix-missing-alpn-validation 74754982 nghttpx: Fix missing ALPN validation (--npn-list) a31a2e3b nghttpx: Remember which resource is pushed a776b0db Merge pull request openwrt#1092 from nghttp2/define-103 cfd926f0 src: Define 103 status code 72f52716 Bump up version number to 1.30.0-DEV Signed-off-by: Hans Dedecker <[email protected]>
1 parent 256477f commit ecc347d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package/libs/nghttp2/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
include $(TOPDIR)/rules.mk
22

33
PKG_NAME:=nghttp2
4-
PKG_VERSION:=1.29.0
4+
PKG_VERSION:=1.30.0
55
PKG_RELEASE:=1
66
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
77

88
PKG_SOURCE_URL:=https://github.com/nghttp2/nghttp2/releases/download/v$(PKG_VERSION)
9-
PKG_HASH:=a7a1b18be57be6a53a7739988ea27d6ec9209e7b0e8372b8483cd911d7838739
9+
PKG_HASH:=089afb4c22a53f72384b71ea06194be255a8a73b50b1412589105d0e683c52ac
1010

1111
PKG_LICENSE:=MIT
1212
PKG_LICENSE_FILES:=COPYING

0 commit comments

Comments
 (0)