File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
5656Summary: Superb high performance web server
5757Name: webkaos
5858Version: 1.15.5
59- Release: 0 %{?dist }
59+ Release: 1 %{?dist }
6060License: 2-clause BSD-like license
6161Group: System Environment/Daemons
6262URL: 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
You can’t perform that action at this time.
0 commit comments