-
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 #144 from essentialkaos/develop
Version 1.24.0
- Loading branch information
Showing
11 changed files
with
45 additions
and
67 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
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
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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
%define service_name %{name} | ||
%define service_home %{_cachedir}/%{service_name} | ||
|
||
%define nginx_version 1.23.4 | ||
%define nginx_version 1.24.0 | ||
%define lua_module_ver 0.10.24 | ||
%define lua_resty_core_ver 0.1.26 | ||
%define lua_resty_lru_ver 0.13 | ||
|
@@ -38,7 +38,7 @@ | |
|
||
# 1. Open https://chromiumdash.appspot.com/releases?platform=Linux and note the latest stable version. | ||
# 2. Open https://chromium.googlesource.com/chromium/src/+/refs/tags/<version>/DEPS and note <boringssl_revision>. | ||
%define boring_commit 45b8d7bbd771cbf7e116db2ba1f1cc7af959497e | ||
%define boring_commit 4b6d950d8921d6dd5365de0797fcc97302b9561b | ||
|
||
################################################################################ | ||
|
||
|
@@ -92,7 +92,6 @@ Patch2: %{name}-dynamic-tls-records.patch | |
# https://github.com/ajhaydock/BoringNginx/blob/master/patches | ||
Patch3: boringssl.patch | ||
Patch5: boringssl-tls13-support.patch | ||
Patch8: boringssl-urand-test-disable.patch | ||
|
||
Patch12: naxsi-compat.patch | ||
|
||
|
@@ -152,7 +151,7 @@ Links for nginx compatibility. | |
|
||
Summary: Module for Brotli compression | ||
Version: 0.1.5 | ||
Release: 14%{?dist} | ||
Release: 15%{?dist} | ||
|
||
Group: System Environment/Daemons | ||
Requires: %{name} = %{nginx_version} | ||
|
@@ -166,7 +165,7 @@ Module for Brotli compression. | |
|
||
Summary: High performance, low rules maintenance WAF | ||
Version: %{naxsi_ver} | ||
Release: 13%{?dist} | ||
Release: 14%{?dist} | ||
|
||
Group: System Environment/Daemons | ||
Requires: %{name} = %{nginx_version} | ||
|
@@ -202,7 +201,6 @@ tar xzvf %{SOURCE60} | |
|
||
pushd boringssl | ||
%patch5 -p1 | ||
%patch8 -p1 | ||
popd | ||
|
||
pushd naxsi-%{naxsi_ver} | ||
|
@@ -671,6 +669,10 @@ rm -rf %{buildroot} | |
################################################################################ | ||
|
||
%changelog | ||
* Wed Jun 21 2023 Anton Novojilov <[email protected]> - 1.24.0-0 | ||
- Nginx updated to 1.24.0 (mainline → stable) | ||
- BoringSSL updated to the latest stable version for Chromium | ||
|
||
* Wed Mar 29 2023 Anton Novojilov <[email protected]> - 1.23.4-0 | ||
- Nginx updated to 1.23.4 | ||
- lua-nginx-module updated to 0.10.24 | ||
|