|
33 | 33 | %define luajit_ver 2.1-20240314 |
34 | 34 | %define luajit_raw_ver 2.1 |
35 | 35 | %define brotli_ngx_commit a71f9312c2deb28875acc7bacfdd5695a111aa53 |
36 | | -%define brotli_commit ed738e842d2fbdf2d6459e39267a633c4a9b2f5d |
| 36 | +%define brotli_commit fe754f3459f4fd60d41aae7e87b5053b2ab3a7a3 |
37 | 37 |
|
38 | 38 | # 1. Open https://chromiumdash.appspot.com/releases?platform=Linux and note the latest stable version. |
39 | 39 | # 2. Open https://chromium.googlesource.com/chromium/src/+/refs/tags/<version>/DEPS and note <boringssl_revision>. |
|
44 | 44 | Summary: Superb high performance web server |
45 | 45 | Name: webkaos |
46 | 46 | Version: %{nginx_version} |
47 | | -Release: 0%{?dist} |
| 47 | +Release: 1%{?dist} |
48 | 48 | License: 2-clause BSD-like license |
49 | 49 | Group: System Environment/Daemons |
50 | 50 | URL: https://kaos.sh/webkaos |
@@ -147,7 +147,7 @@ Links for nginx compatibility. |
147 | 147 |
|
148 | 148 | Summary: Module for Brotli compression |
149 | 149 | Version: 0.1.6 |
150 | | -Release: 0%{?dist} |
| 150 | +Release: 1%{?dist} |
151 | 151 |
|
152 | 152 | Group: System Environment/Daemons |
153 | 153 | Requires: %{name} = %{nginx_version} |
@@ -648,6 +648,10 @@ rm -rf %{buildroot} |
648 | 648 | ################################################################################ |
649 | 649 |
|
650 | 650 | %changelog |
| 651 | +* Fri May 31 2024 Anton Novojilov <andy@essentialkaos.com> - 1.26.0-1 |
| 652 | +- Brotli updated to the latest commit to fix a bug that caused workers to |
| 653 | + shut down |
| 654 | + |
651 | 655 | * Fri May 03 2024 Anton Novojilov <andy@essentialkaos.com> - 1.26.0-0 |
652 | 656 | - Nginx updated to 1.26.0 |
653 | 657 | - BoringSSL updated to the latest stable version for Chromium |
|
0 commit comments