-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #65 from essentialkaos/develop
Version 1.15.1
- Loading branch information
Showing
3 changed files
with
41 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,7 +51,7 @@ | |
%define service_name %{name} | ||
%define service_home %{_cachedir}/%{service_name} | ||
|
||
%define boring_commit fe7a17440fe7560511615c6bd59d299a0e5d45a4 | ||
%define boring_commit 2e74fdaa4a847a6ed2d89f57eaf9936e05bd5169 | ||
%define psol_ver 1.12.34.2 | ||
%define lua_module_ver 0.10.13 | ||
%define mh_module_ver 0.33 | ||
|
@@ -65,7 +65,7 @@ | |
|
||
Summary: Superb high performance web server | ||
Name: webkaos | ||
Version: 1.14.0 | ||
Version: 1.15.1 | ||
Release: 0%{?dist} | ||
License: 2-clause BSD-like license | ||
Group: System Environment/Daemons | ||
|
@@ -599,6 +599,10 @@ rm -rf %{buildroot} | |
################################################################################ | ||
|
||
%changelog | ||
* Wed Jul 04 2018 Anton Novojilov <[email protected]> - 1.15.1-0 | ||
- Nginx updated to 1.15.1 | ||
- BoringSSL updated to latest version | ||
|
||
* Thu May 31 2018 Anton Novojilov <[email protected]> - 1.14.0-0 | ||
- Nginx updated to 1.14.0 | ||
- Lua module updated to 0.10.13 | ||
|