SHA256
1
0
forked from pool/apache2

Accepting request 342583 from home:elvigia:branches:Apache

- 2.4.17-protocols.patch from upstream http2 module:
* master conn_rec* addition to conn_rec
* improved ALPN and Upgrade handling
* allowing requests for servers whose TLS configuration is compatible
  to the SNI server ones
* disabling TLS renegotiation for slave connections

OBS-URL: https://build.opensuse.org/request/show/342583
OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=465
This commit is contained in:
Cristian Rodríguez
2015-11-06 01:03:35 +00:00
committed by Git OBS Bridge
parent 225f5532b5
commit a0baaeb8ec
3 changed files with 831 additions and 0 deletions

View File

@@ -122,6 +122,7 @@ Patch109: httpd-2.4.3-mod_systemd.patch
Patch111: httpd-visibility.patch
# PATCH-FIX-UPSTREAM marguerite@opensuse.org -- compability for lua 5.2+ https://bz.apache.org/bugzilla/show_bug.cgi?id=58188
Patch114: httpd-2.4.12-lua-5.2.patch
Patch1000: https://raw.githubusercontent.com/icing/mod_h2/master/sandbox/httpd/patches/2.4.17-protocols.patch
BuildRequires: automake
BuildRequires: db-devel
BuildRequires: ed
@@ -307,6 +308,7 @@ to administrators of web servers in general.
%endif
%patch111 -p1
%patch114 -p1
%patch1000
cat $RPM_SOURCE_DIR/SUSE-NOTICE >> NOTICE
# install READMEs
a=$(basename %{SOURCE22})