From 04156e293deaf26069162a5d699ec49c4f99e44d Mon Sep 17 00:00:00 2001 From: Anton Novojilov Date: Fri, 31 May 2024 13:25:38 +0300 Subject: [PATCH 1/2] Brotli updated to the latest commit to fix a bug that was causing workers to fail --- webkaos.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/webkaos.spec b/webkaos.spec index 7a44117..5fadb9d 100644 --- a/webkaos.spec +++ b/webkaos.spec @@ -33,7 +33,7 @@ %define luajit_ver 2.1-20240314 %define luajit_raw_ver 2.1 %define brotli_ngx_commit a71f9312c2deb28875acc7bacfdd5695a111aa53 -%define brotli_commit ed738e842d2fbdf2d6459e39267a633c4a9b2f5d +%define brotli_commit fe754f3459f4fd60d41aae7e87b5053b2ab3a7a3 # 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//DEPS and note . @@ -44,7 +44,7 @@ Summary: Superb high performance web server Name: webkaos Version: %{nginx_version} -Release: 0%{?dist} +Release: 1%{?dist} License: 2-clause BSD-like license Group: System Environment/Daemons URL: https://kaos.sh/webkaos @@ -147,7 +147,7 @@ Links for nginx compatibility. Summary: Module for Brotli compression Version: 0.1.6 -Release: 0%{?dist} +Release: 1%{?dist} Group: System Environment/Daemons Requires: %{name} = %{nginx_version} @@ -648,6 +648,10 @@ rm -rf %{buildroot} ################################################################################ %changelog +* Fri May 31 2024 Anton Novojilov - 1.26.0-1 +- Brotli updated to the latest commit to fix a bug that was causing workers + to fail + * Fri May 03 2024 Anton Novojilov - 1.26.0-0 - Nginx updated to 1.26.0 - BoringSSL updated to the latest stable version for Chromium From 9c596ca136cf532639f46c2dfb1fe9bcf8505e99 Mon Sep 17 00:00:00 2001 From: Anton Novojilov Date: Fri, 31 May 2024 13:52:47 +0300 Subject: [PATCH 2/2] Update spec changelog --- webkaos.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webkaos.spec b/webkaos.spec index 5fadb9d..37e2bea 100644 --- a/webkaos.spec +++ b/webkaos.spec @@ -649,8 +649,8 @@ rm -rf %{buildroot} %changelog * Fri May 31 2024 Anton Novojilov - 1.26.0-1 -- Brotli updated to the latest commit to fix a bug that was causing workers - to fail +- Brotli updated to the latest commit to fix a bug that caused workers to + shut down * Fri May 03 2024 Anton Novojilov - 1.26.0-0 - Nginx updated to 1.26.0