|
42 | 42 | Summary: Superb high performance web server |
43 | 43 | Name: webkaos |
44 | 44 | Version: %{nginx_version} |
45 | | -Release: 0%{?dist} |
| 45 | +Release: 1%{?dist} |
46 | 46 | License: 2-clause BSD-like license |
47 | 47 | Group: System Environment/Daemons |
48 | 48 | URL: https://kaos.sh/webkaos |
@@ -87,15 +87,15 @@ Patch3: boringssl.patch |
87 | 87 |
|
88 | 88 | BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) |
89 | 89 |
|
90 | | -BuildRequires: make perl golang cmake |
| 90 | +BuildRequires: make perl golang cmake GeoIP-devel |
91 | 91 | %if 0%{?rhel} <= 8 |
92 | 92 | BuildRequires: gcc-toolset-11-gcc gcc-toolset-11-gcc-c++ gcc-toolset-11-binutils |
93 | 93 | %else |
94 | 94 | BuildRequires: gcc-c++ |
95 | 95 | %endif |
96 | 96 |
|
97 | 97 | Requires: initscripts >= 8.36 kaosv >= 2.17 |
98 | | -Requires: gd libXpm libxslt |
| 98 | +Requires: gd libXpm libxslt GeoIP |
99 | 99 |
|
100 | 100 | Requires: systemd |
101 | 101 | Requires(pre): shadow-utils |
@@ -238,6 +238,7 @@ cp boringssl/build/crypto/libcrypto.a boringssl/build/ssl/libssl.a boringssl/.op |
238 | 238 | --with-http_secure_link_module \ |
239 | 239 | --with-http_stub_status_module \ |
240 | 240 | --with-http_auth_request_module \ |
| 241 | + --with-http_geoip_module \ |
241 | 242 | --with-stream \ |
242 | 243 | --with-stream_ssl_module \ |
243 | 244 | --with-stream_ssl_preread_module \ |
@@ -297,6 +298,7 @@ mv %{_builddir}/nginx-%{nginx_version}/objs/nginx \ |
297 | 298 | --with-http_secure_link_module \ |
298 | 299 | --with-http_stub_status_module \ |
299 | 300 | --with-http_auth_request_module \ |
| 301 | + --with-http_geoip_module \ |
300 | 302 | --with-stream \ |
301 | 303 | --with-stream_ssl_module \ |
302 | 304 | --with-stream_ssl_preread_module \ |
@@ -557,6 +559,9 @@ rm -rf %{buildroot} |
557 | 559 | ################################################################################ |
558 | 560 |
|
559 | 561 | %changelog |
| 562 | +* Thu Jun 26 2025 Anton Novojilov <[email protected]> - 1.28.0-1 |
| 563 | +- Added ngx_http_geoip_module module build |
| 564 | + |
560 | 565 | * Fri May 16 2025 Anton Novojilov <[email protected]> - 1.28.0-0 |
561 | 566 | - Nginx updated to 1.28.0 |
562 | 567 | - BoringSSL updated to the latest stable version for Chromium |
|
0 commit comments