mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
apache: update to 2.4.28
- fix CVE-2017-9798 - fix #4926 make http2 support configurable, in case of enables libnghttp2 package dont build http2. instead use CONFIG_APACHE_HTTP2 to enable http2 support Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
menu "Configuration"
|
||||
depends on PACKAGE_apache
|
||||
|
||||
config APACHE_HTTP2
|
||||
bool
|
||||
prompt "Enable HTTP2"
|
||||
help
|
||||
Enable HTTPS2 support.
|
||||
default n
|
||||
|
||||
endmenu
|
||||
Reference in New Issue
Block a user