Skip to content

Commit 878b75c

Browse files
authored
Merge pull request #75 from essentialkaos/develop
Version 1.15.5.1
2 parents 478c5e7 + 295e0b0 commit 878b75c

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* 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))
88
* [Dynamic TLS Records](https://blog.cloudflare.com/optimizing-tls-over-tcp-to-reduce-latency/) support
99
* Latest version of [BoringSSL](https://boringssl.googlesource.com/boringssl/) with some state-of-the-art crypto features
10-
* TLS 1.3 support (draft 28)
10+
* TLS 1.3 support (RFC 8446)
1111
* [TCP Fast Open](https://en.wikipedia.org/wiki/TCP_Fast_Open) support (only for CentOS7/RHEL7)
1212
* [Lua](https://github.com/openresty/lua-nginx-module) and [Headers More](https://github.com/openresty/headers-more-nginx-module) modules from the box
1313
* [HTTP/2 + SPDY/3.1](https://blog.cloudflare.com/open-sourcing-our-nginx-http-2-spdy-code/) support

webkaos.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
%define service_name %{name}
4545
%define service_home %{_cachedir}/%{service_name}
4646

47-
%define boring_commit f3bfab0035fe671889250c1cc52973109bfc104f
47+
%define boring_commit e1ee0f5b477a2ed39e810384f98aa5e587bb2e37
4848
%define psol_ver 1.12.34.2
4949
%define lua_module_ver 0.10.13
5050
%define mh_module_ver 0.33
@@ -56,7 +56,7 @@
5656
Summary: Superb high performance web server
5757
Name: webkaos
5858
Version: 1.15.5
59-
Release: 0%{?dist}
59+
Release: 1%{?dist}
6060
License: 2-clause BSD-like license
6161
Group: System Environment/Daemons
6262
URL: https://github.com/essentialkaos/webkaos
@@ -559,6 +559,9 @@ rm -rf %{buildroot}
559559
################################################################################
560560

561561
%changelog
562+
* Wed Oct 03 2018 Anton Novojilov <andy@essentialkaos.com> - 1.15.5-1
563+
- BoringSSL updated to the latest version
564+
562565
* Tue Oct 02 2018 Anton Novojilov <andy@essentialkaos.com> - 1.15.5-0
563566
- Nginx updated to 1.15.5
564567

0 commit comments

Comments
 (0)