Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 561002 - net-libs/nghttp2-1.3.2 version bump
Summary: net-libs/nghttp2-1.3.2 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-21 11:08 UTC by Tomáš Mózes
Modified: 2015-09-21 17:49 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomáš Mózes 2015-09-21 11:08:56 UTC
nghttp2 v1.3.0

@tatsuhiro-t tatsuhiro-t released this 22 days ago · 135 commits to master since this release

    Limit the number of incoming reserved (remote) streams
    Add stream public API
    Rewrite priority tree handling
    Fix parallel make distcheck
    Define it and itprep recursive target if AM_EXTRA_RECURSIVE_TARGETS is defined
    fetch-ocsp-response: Handle spurious openssl exist status 0
    nghttpx: Use nghttp2::ssl::DEFAULT_CIPHER_LIST for backend TLS connection
    nghttpx: Don't allow blacked listed cipher suites for HTTP/2 connection
    nghttpx: better handle /dev/stderr and /dev/stdout (Patch from Tomasz Buchert)
    nghttpd: GOAWAY if SSL/TLS requirements for HTTP/2 are not met
    nghttpd: Return date header field for 304
    nghttpd: Support HEAD request
    h2load: Add Timing-script and base URI support (Patch from Lucas Pardue)
    h2load: Add timeout options (Patch from Nora)

nghttp2 v1.3.1

@tatsuhiro-t tatsuhiro-t released this 9 days ago · 26 commits to master since this release

    Avoid usage of typeof and replace __builtin_offsetof with offsetof
    Honor stream->weight even if stream->last_writelen is 0
    Compile third-party libraries if hpack-tools is enabled
    nghttpx-init: Start nghttpx with --daemon (Patch from Tomasz Buchert)
    Bundle sphinxcontrib.rubydomain https://bitbucket.org/birkenfeld/sphinx-contrib/src/default/rubydomain/
    Bundle mruby
    h2load: Record TTFB on first byte of response body, rather than first socket read
    h2load: Improve checking for timing script input, prevent false positive in certain situations (Patch from Lucas Pardue)
    nghttpx: Implement PROXY protocol version 1 (--accept-proxy-protocol option)
    nghttpx: Allow link header server push for HTTP/2 backend as well
    nghttpx: Don't initiate push if client disabled push
    nghttpx: Allow absolute URI in Link header field for push
    nghttpx: Fix crash with multi workers and QUIT signal
    nghttpx: Add mruby support which is disabled by default (use --with-mruby configure option to enable it)
    nghttpx: Drop connection before TLS finish if h2 requirement is not fulfilled

nghttp2 v1.3.2

@tatsuhiro-t tatsuhiro-t released this 5 days ago · 13 commits to master since this release

    Check header block limit after new stream is opened
    nghttp: Show error if HEADERS frame cannot be sent for whatever reason
    nghttpx: Fix assertion failure on TLS handshake
    nghttpx: Add x-http2-push header field for pushed resource
    nghttpx: Fix compile error with --disable-threads