Skip to content

Commit

Permalink
Added TCP Fast Open support for CentOS7 package
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Jun 17, 2016
1 parent b456111 commit f8d4abd
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions webkaos-centos7.spec
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
Summary: Superb high performance web server
Name: webkaos
Version: 1.11.1
Release: 1%{?dist}
Release: 2%{?dist}
License: 2-clause BSD-like license
Group: System Environment/Daemons
Vendor: Nginx / Google / CloudFlare / ESSENTIALKAOS
Expand Down Expand Up @@ -215,7 +215,7 @@ Links for nginx compatibility.
--add-module=ngx_pagespeed-%{pagespeed_fullver} \
--add-module=lua-nginx-module-%{lua_module_ver} \
--add-module=headers-more-nginx-module-%{mh_module_ver} \
--with-cc-opt="%{optflags} $(pcre-config --cflags)" \
--with-cc-opt="%{optflags} $(pcre-config --cflags) -DTCP_FASTOPEN=23" \
$*
%{__make} %{?_smp_mflags}

Expand Down Expand Up @@ -263,7 +263,7 @@ Links for nginx compatibility.
--add-module=ngx_pagespeed-%{pagespeed_fullver} \
--add-module=lua-nginx-module-%{lua_module_ver} \
--add-module=headers-more-nginx-module-%{mh_module_ver} \
--with-cc-opt="%{optflags} $(pcre-config --cflags)" \
--with-cc-opt="%{optflags} $(pcre-config --cflags) -DTCP_FASTOPEN=23" \
$*
%{__make} %{?_smp_mflags}

Expand Down Expand Up @@ -460,6 +460,9 @@ fi
###############################################################################

%changelog
* Fri Jun 17 2016 Anton Novojilov <[email protected]> - 1.11.1-2
- Added TCP Fast Open support

* Tue Jun 14 2016 Anton Novojilov <[email protected]> - 1.11.1-1
- Added patch for dynamic TLS records size

Expand Down

0 comments on commit f8d4abd

Please sign in to comment.