diff options
author | Hans Dedecker <dedeckeh@gmail.com> | 2019-06-16 21:27:04 +0200 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2019-06-16 21:34:56 +0200 |
commit | 865e25e049f6d5a6488c5e83a7d89d0dc896c876 (patch) | |
tree | 3773380b2d41f96cf069c7e4648f4c1595c5e34d | |
parent | 1ae1276eab1903d194c1a0f8037e7f44304568b1 (diff) | |
download | upstream-865e25e049f6d5a6488c5e83a7d89d0dc896c876.tar.gz upstream-865e25e049f6d5a6488c5e83a7d89d0dc896c876.tar.bz2 upstream-865e25e049f6d5a6488c5e83a7d89d0dc896c876.zip |
nghttp2: bump to 1.39.1
7ffc239b Bump up version number to 1.39.1
bc886a0e Fix FPE with default backend
a3a14a9c Fix log-level is not set with cmd-line or configuration file
acfb3607 Update manual pages
bdfd14c2 Bump up version number to 1.39.0, LT revision to 31:4:17
cddc09fe Update AUTHORS
3c3b6ae8 Add missing colon
2f83aa9e Fix multi-line text travis issue
fc591d0c Run nghttpx integration test with cmake build
9a17c3ef travis: use multi-line text
b7220f07 cmake: Remove SPDY related files
a1556fd1 Merge pull request #1356 from nghttp2/fix-log-level-on-reload
77f1c872 nghttpx: Fix unchanged log level on configuration reload
49ce44e1 Merge pull request #1352 from nghttp2/travis-osx
f54b3ffc Fix libxml2 CFLAGS output
b0f5e5cc Implement daemon() using fork() for OSX
8d6ecd66 Enable osx build on travis
f82fb521 Update doc
2e1975dd clang-format-8
97ce392b Merge pull request #1347 from nghttp2/nghttpx-ignore-cl-te-on-upgrade
afefbda5 Ignore content-length in 200 response to CONNECT request
4fca2502 nghttpx: Ignore Content-Length and Transfer-Encoding in 1xx or 200 to CONNECT
6975c336 Update llhttp to 1.1.3
0288093c Fix llhttp_get_error_pos usage
a3a03481 Merge pull request #1340 from nghttp2/nghttpx-llhttp
c64d2573 Replace http-parser with llhttp
f028cc43 clang-format
302e3746 Merge pull request #1337 from nghttp2/upgrade-mruby
3cdbc5f5 Merge pull request #1335 from adamgolebiowski/boost-1.70
a6925186 Fix mruby build error
45d63d20 Upgrade mruby to 2.0.1
cbba1ebf asio: support boost-1.70
e86d1378 Bump up version number to 1.39.0-DEV
4a9d2005 Update manual pages
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
-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 f9dcd3930a..b96ebd8acb 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.38.0 -PKG_RELEASE:=2 +PKG_VERSION:=1.39.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:=ef75c761858241c6b4372fa6397aa0481a984b84b7b07c4ec7dc2d7b9eee87f8 +PKG_HASH:=679160766401f474731fd60c3aca095f88451e3cc4709b72306e4c34cf981448 PKG_LICENSE:=MIT PKG_LICENSE_FILES:=COPYING |