Skip to content

Commit

Permalink
Merge pull request #75 from essentialkaos/develop
Browse files Browse the repository at this point in the history
Version 1.15.5.1
  • Loading branch information
andyone authored Oct 3, 2018
2 parents 478c5e7 + 295e0b0 commit 878b75c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Improved default SSL/TLS preferencies (A+ on [SSL Labs](https://www.ssllabs.com/ssltest/analyze.html?d=essentialkaos.com), [High-Tech Bridge](https://www.htbridge.com/ssl/?id=5sLe8Oej) and [Mozilla Observatory](https://observatory.mozilla.org/analyze.html?host=essentialkaos.com))
* [Dynamic TLS Records](https://blog.cloudflare.com/optimizing-tls-over-tcp-to-reduce-latency/) support
* Latest version of [BoringSSL](https://boringssl.googlesource.com/boringssl/) with some state-of-the-art crypto features
* TLS 1.3 support (draft 28)
* TLS 1.3 support (RFC 8446)
* [TCP Fast Open](https://en.wikipedia.org/wiki/TCP_Fast_Open) support (only for CentOS7/RHEL7)
* [Lua](https://github.com/openresty/lua-nginx-module) and [Headers More](https://github.com/openresty/headers-more-nginx-module) modules from the box
* [HTTP/2 + SPDY/3.1](https://blog.cloudflare.com/open-sourcing-our-nginx-http-2-spdy-code/) support
Expand Down
7 changes: 5 additions & 2 deletions webkaos.spec
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
%define service_name %{name}
%define service_home %{_cachedir}/%{service_name}

%define boring_commit f3bfab0035fe671889250c1cc52973109bfc104f
%define boring_commit e1ee0f5b477a2ed39e810384f98aa5e587bb2e37
%define psol_ver 1.12.34.2
%define lua_module_ver 0.10.13
%define mh_module_ver 0.33
Expand All @@ -56,7 +56,7 @@
Summary: Superb high performance web server
Name: webkaos
Version: 1.15.5
Release: 0%{?dist}
Release: 1%{?dist}
License: 2-clause BSD-like license
Group: System Environment/Daemons
URL: https://github.com/essentialkaos/webkaos
Expand Down Expand Up @@ -559,6 +559,9 @@ rm -rf %{buildroot}
################################################################################

%changelog
* Wed Oct 03 2018 Anton Novojilov <andy@essentialkaos.com> - 1.15.5-1
- BoringSSL updated to the latest version

* Tue Oct 02 2018 Anton Novojilov <andy@essentialkaos.com> - 1.15.5-0
- Nginx updated to 1.15.5

Expand Down

0 comments on commit 878b75c

Please sign in to comment.