From 295e0b08ddbb2da345e1a726b2fff57e0f320df7 Mon Sep 17 00:00:00 2001 From: Anton Novojilov Date: Thu, 4 Oct 2018 01:32:35 +0300 Subject: [PATCH] BoringSSL updated to the latest version --- README.md | 2 +- webkaos.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 28a032d..3fe2338 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/webkaos.spec b/webkaos.spec index 6169e08..02db4a7 100644 --- a/webkaos.spec +++ b/webkaos.spec @@ -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 @@ -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 @@ -559,6 +559,9 @@ rm -rf %{buildroot} ################################################################################ %changelog +* Wed Oct 03 2018 Anton Novojilov - 1.15.5-1 +- BoringSSL updated to the latest version + * Tue Oct 02 2018 Anton Novojilov - 1.15.5-0 - Nginx updated to 1.15.5