Opened 9 years ago
Closed 9 years ago
#48364 closed update (fixed)
nghttp2 @1.0.5_0: update to version 1.1.0
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
nghttp2 has been updated to version 1.1.0:
- Fix DATA is not consumed if nghttp2_http_on_data_chunk failed
- nghttp2_submit_response and nghttp2_submit_headers may return NGHTTP2_ERR_DATA_EXIST
- nghttp: Add --max-concurrent-streams option
- nghttp: Add comment on HAR on pushed objects
- nghttpx: Add --include option to read additional configuration from given file
- nghttpx: Add backend routing based on request host and path by extending -b option
- nghttpx: Allow log variable to be enclosed by curly braces for disambiguation
- nghttpx: Add log variables related to SSL/TLS connection
- h2load: Add --ciphers option
Attachments (1)
Change History (4)
Changed 9 years ago by Schamschula (Marius Schamschula)
Attachment: | Portfile-nghttp2.diff added |
---|
comment:1 Changed 9 years ago by Schamschula (Marius Schamschula)
comment:2 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to ryandesign@… |
---|---|
Status: | new → assigned |
Thanks.
comment:3 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Committed in r138681. I removed a "/" before "${prefix}" in this patch before committing. I also changed a hardcoded reference to "${prefix}/Library/Frameworks" that had already been in the portfile to "${frameworks_dir}".
Note: See
TracTickets for help on using
tickets.
Fixed two whitespace issues.