Opened 9 years ago

Closed 9 years ago

#48847 closed defect (fixed)

nghttp2 @1.3.0_0: update to version 1.3.1

Reported by: Schamschula (Marius Schamschula) Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.3.3
Keywords: haspatch maintainer Cc:
Port: nghttp2

Description

nghttp2has been updated to version 1.3.1:

  • 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
  • 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
  • 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

Attachments (2)

Portfile-nghttp2.diff (2.0 KB) - added by Schamschula (Marius Schamschula) 9 years ago.
patch-src-shrpx.cc.diff (343 bytes) - added by Schamschula (Marius Schamschula) 9 years ago.

Download all attachments as: .zip

Change History (5)

Changed 9 years ago by Schamschula (Marius Schamschula)

Attachment: Portfile-nghttp2.diff added

Changed 9 years ago by Schamschula (Marius Schamschula)

Attachment: patch-src-shrpx.cc.diff added

comment:1 Changed 9 years ago by Schamschula (Marius Schamschula)

P.S.: I also made changes (by adding PythonBranch) to make use of PythonVersion more consistent.

comment:2 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: changed from macports-tickets@… to ryandesign@…
Status: newassigned

Thanks.

comment:3 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.