Summary: | www/mod_spdy: IGNORE with LibreSSL | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Bernard Spil <brnrd> | ||||||
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Some People | CC: | arved, masaki, vlad-fbsd | ||||||
Priority: | --- | Keywords: | patch | ||||||
Version: | Latest | Flags: | bugzilla:
maintainer-feedback?
(masaki) |
||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
"The statement" on the Google project page
> mod_spdy has been formally donated to the Apache Software Foundation and is now
> a part of the Apache HTTPD codebase. For latest status of SPDY support
> Apache, please consult the approriate HTTPD documentation.
Created attachment 172055 [details]
svn diff for www/mod_spdy
USE_OPENSSL -> USES= ssl
Comment on attachment 172055 [details]
svn diff for www/mod_spdy
Maintainer TIMEOUT, implicit approval.
BTW, how useful is this mod? SPDY has been deprecated in favor of HTTP/2.0, no?
Bernard, wanna take this? A commit references this bug: Author: brnrd Date: Sun Nov 27 10:21:34 UTC 2016 New revision: 427216 URL: https://svnweb.freebsd.org/changeset/ports/427216 Log: www/mod_spdy: IGNORE with LibreSSL - IGNORE when built with security/libressl(-devel) - Move from USE_OPENSSL to USES= ssl - Update WWW PR: 210773 Approved by: maintainer timeout Changes: head/www/mod_spdy/Makefile head/www/mod_spdy/pkg-descr committed by submitter yesterday |
Created attachment 172053 [details] svn diff for www/mod_spdy mod_spdy is incompatible with LibreSSL as it requires NPN whereas LibreSSL only supports ALPN. The original web-page returns a 404. Looking at the statement we should actually delete this port and point people to Apache 2.4 which has mod_http2 as of 2.4.18. ``` www/mod_spdy: IGNORE with LibreSSL - IGNORE when built with security/libressl(-devel) - Move from USE_OPENSSL to USES= ssl - Update WWW PR: Approved by: ```