[Bug 232951] www/nghttp2: Not broken with OpenSSL 1.1
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Nov 4 10:33:39 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232951
Bug ID: 232951
Summary: www/nghttp2: Not broken with OpenSSL 1.1
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: sunpoet at FreeBSD.org
Reporter: brnrd at freebsd.org
Assignee: sunpoet at FreeBSD.org
Flags: maintainer-feedback?(sunpoet at FreeBSD.org)
Created attachment 198929
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=198929&action=edit
svn diff for www/nghttp2
Hi,
Currently the www/nghttp2 port is marked broken with security/openssl-devel.
The security/openssl-devel port was just deleted.
>From the BROKEN_SSL_REASON I saw that this it was broken with very early
versions of the openssl-devel port but that was fixed.
Additionally, looking at the nghttp2 code, I see that NPN support is optional.
See e.g. https://github.com/nghttp2/nghttp2/blob/master/src/nghttp.cc#L1101
> #ifndef OPENSSL_NO_NEXTPROTONEG
> SSL_get0_next_proto_negotiated(ssl, &next_proto, &next_proto_len);
> #endif // !OPENSSL_NO_NEXTPROTONEG
The relevant commit in nghttp is
https://github.com/nghttp2/nghttp2/commit/400934e5a31da0bb756534deefbdc3046e603258
which I created myself I just found out when I dug a bit deeper...
You're probably not getting pkg-fallout messages for 12 or head for the port
either, another indication that it builds OK with OpenSSL 1.1
Cheers, Bernard.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list