Opened 2 years ago
Closed 2 years ago
#17647 closed enhancement (fixed)
nghttp2-1.52.0
Reported by: | Douglas R. Reno | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 11.3 |
Component: | BOOK | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
New minor version
Change History (3)
comment:1 by , 2 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 2 years ago
The zlib bump would be a security issue if we were using the shipped zlib. Looking at my build of 1.51.0 does not mention zlib, and the relevant hunk of configure in 1.51.0 is
if test "x$request_lib_only" = "xyes"; then request_app=no request_hpack_tools=no request_examples=no request_python_bindings=no request_http3=no request_libxml2=no request_jansson=no request_zlib=no request_libevent_openssl=no request_libcares=no request_openssl=no request_libev=no request_jemalloc=no request_systemd=no request_mruby=no request_neverbleed=no request_libngtcp2=no request_libnghttp3=no request_libbpf=no fi
So by specifying only the lib we omit all of those, which is good (and otherwise zlib should be 'auto' so we would still have been ok.
comment:3 by , 2 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed in 2974f012e65a687fa025d47bf7d6fb848d899960 11.2-1177
Note:
See TracTickets
for help on using tickets.
What's Changed