Skip to content

Commit 6faa734

Browse files
authored
Merge pull request #150 from essentialkaos/develop
Version 1.26.0+1
2 parents 551b937 + 9c596ca commit 6faa734

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

webkaos.spec

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
%define luajit_ver 2.1-20240314
3434
%define luajit_raw_ver 2.1
3535
%define brotli_ngx_commit a71f9312c2deb28875acc7bacfdd5695a111aa53
36-
%define brotli_commit ed738e842d2fbdf2d6459e39267a633c4a9b2f5d
36+
%define brotli_commit fe754f3459f4fd60d41aae7e87b5053b2ab3a7a3
3737

3838
# 1. Open https://chromiumdash.appspot.com/releases?platform=Linux and note the latest stable version.
3939
# 2. Open https://chromium.googlesource.com/chromium/src/+/refs/tags/<version>/DEPS and note <boringssl_revision>.
@@ -44,7 +44,7 @@
4444
Summary: Superb high performance web server
4545
Name: webkaos
4646
Version: %{nginx_version}
47-
Release: 0%{?dist}
47+
Release: 1%{?dist}
4848
License: 2-clause BSD-like license
4949
Group: System Environment/Daemons
5050
URL: https://kaos.sh/webkaos
@@ -147,7 +147,7 @@ Links for nginx compatibility.
147147

148148
Summary: Module for Brotli compression
149149
Version: 0.1.6
150-
Release: 0%{?dist}
150+
Release: 1%{?dist}
151151

152152
Group: System Environment/Daemons
153153
Requires: %{name} = %{nginx_version}
@@ -648,6 +648,10 @@ rm -rf %{buildroot}
648648
################################################################################
649649

650650
%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+
651655
* Fri May 03 2024 Anton Novojilov <andy@essentialkaos.com> - 1.26.0-0
652656
- Nginx updated to 1.26.0
653657
- BoringSSL updated to the latest stable version for Chromium

0 commit comments

Comments
 (0)