[source] nghttp2: bump to 1.28.0

LEDE Commits lede-commits at lists.infradead.org
Mon Nov 27 01:12:24 PST 2017


dedeckeh pushed a commit to source.git, branch master:
https://git.lede-project.org/0b3087eebfb10b4c80ca2685fb88af71eaae750f

commit 0b3087eebfb10b4c80ca2685fb88af71eaae750f
Author: Hans Dedecker <dedeckeh at gmail.com>
AuthorDate: Mon Nov 27 09:53:37 2017 +0100

    nghttp2: bump to 1.28.0
    
    939ad5dd Update manual pages
    24d92b97 Add deprecation warning when spdylay support is enabled
    4c92ff18 Bump up version number to 1.28.0, LT revision to 29:0:15
    280db5c6 Update neverbleed
    7fbcb2d0 Merge pull request #1074 from nghttp2/fix-doc
    53aeb2c3 Fix doc
    ff200bfc clang-format-5.0
    fee3151f Switch to clang-format-5.0
    99a85159 Update manual pages
    2a981a3f Merge pull request #1066 from nghttp2/nghttpx-add-affinity-cookie-secure
    0028275d nghttpx: Add affinity-cookie-secure parameter to backend option
    ee8bfddf Merge pull request #1063 from nghttp2/error_callback2
    194acb1f src: Use nghttp2_error_callback2
    43a2a70a Add nghttp2_error_callback2
    73344ae9 nghttpx: Use plain hex string format for client serial
    c479f612 Merge pull request #1060 from nghttp2/nghttpx-add-client-serial
    eca0a302 nghttpx: Add $tls_client_serial log variable
    4720c5cb nghttpx: Make client serial available in mruby script
    cd55ab28 nghttpx: Add function to get serial number from certificate
    d402cfdf Merge pull request #1057 from nghttp2/nghttpx-add-tls-client-issuer-name
    22502182 Add tls_client_issuer_name log variable and expose it to mruby
    05e1fd5e Update manual pages
    943d7923 Add Session Affinity section to nghttpx howto
    568ecbfb doc: Add missing port
    f5ddd7f4 nghttpx: Make initial_addr_idx_ unsigned
    88abbce7 nghttpx: Fix compile error with gcc
    16e90365 nghttpx: Fix affinity retry
    fa7945c6 nghttpx: Refactor
    daca43f0 nghttpx: Fix stalled backend connection on retry
    16bc11e6 nghttpx: Remove duplicated util::make_socket_nodelay
    6f7e94cd Merge pull request #1047 from PiotrSikora/go_vet
    61efa15a integration: Fix issues reported by the `go vet` tool.
    8c0ea56b Merge pull request #1036 from nghttp2/nghttpx-affinity-cookie
    54905371 nghttpx: Refactor
    6010d393 integration: Add tests
    be5c39a1 src: Add tests
    b8fda680 nghttpx: Cookie based session affinity
    e29b9c12 Merge pull request #1045 from nghttp2/nghttpx-sha1-fingerprint
    539e2781 nghttpx: Add tls_client_fingerprint_sha1 to mruby and accesslog
    7008afd4 nghttpx: Refactor get_x509_fingerprint to accept hash function
    77a41756 Merge pull request #1041 from nghttp2/fix-examples-client-server
    b15045d6 Merge pull request #1040 from nghttp2/nghttpx-mruby-add-more-tls-vars
    03084f75 examples: Make client and server work with libevent-2.1.8
    60baca27 nghttpx: Add more TLS related attributes to mruby Env object
    86990db2 Merge pull request #1038 from nghttp2/nghttpx-add-more-logging-vars
    cb376bcd nghttpx: Add client fingerprint and subject name to accesslog
    f2b8edd1 nghttpx: Fix memory leak
    c4f8afcf nghttpx: Get TLS info only when it is necessary when writing accesslog
    1a1a216d Merge pull request #1037 from nghttp2/nghttpx-mruby-tls-client-vars
    9f80a82c nghttpx: Add client fingerprint and subject name to mruby env
    c573c80b nghttpx: Pass a pointer to SSL instead of TLSSessionInfo to LogSpec
    3cd6817e Fix typos
    d4a69658 Add another warning about mruby
    8e06fe49 Fix typo
    aaeeec8f Fix typos
    66d5e246 Bump up version number to 1.28.0-DEV
    
    Signed-off-by: Hans Dedecker <dedeckeh at gmail.com>
---
 package/libs/nghttp2/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/libs/nghttp2/Makefile b/package/libs/nghttp2/Makefile
index c09890a..d4d24f0 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.27.0
+PKG_VERSION:=1.28.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:=e83819560952a3dc3c8d96c46f60745408f46f5f384168c90b9e3dfa53b2c2c8
+PKG_HASH:=0d6c3f00614deca3935e42a27f6ad0ea87c31d8c1baa3a9c52755955c599fd8d
 
 PKG_LICENSE:=MIT
 PKG_LICENSE_FILES:=COPYING



More information about the lede-commits mailing list