forked from pool/nginx-module-vts
Compare commits
5 Commits
Author | SHA256 | Date | |
---|---|---|---|
515e1c6702 | |||
c8f324df51 | |||
e0eb8eb3b0 | |||
|
cab0daa672 | ||
d345b607a7 |
@@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 15 07:15:06 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Provide a module autoloading config fragment
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 27 01:10:28 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Delete unused build dependency on PCRE [boo#1239998]
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 18 14:41:15 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 0.2.4
|
||||||
|
* Support query string encoding for control API
|
||||||
|
* Introduce ``vhost_traffic_status_stats_by_upstream``
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 1 07:42:31 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 0.2.3
|
||||||
|
* fix encodeURI into template
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 26 09:41:24 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
Wed Jul 26 09:41:24 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package nginx-module-vts
|
# spec file for package nginx-module-vts
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define project_name nginx-module-vts
|
%define project_name nginx-module-vts
|
||||||
Name: nginx-module-vts
|
Name: nginx-module-vts
|
||||||
Version: 0.2.2
|
Version: 0.2.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Nginx virtual host traffic status module
|
Summary: Nginx virtual host traffic status module
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
@@ -26,7 +26,6 @@ Group: Productivity/Networking/Web/Proxy
|
|||||||
URL: https://github.com/vozlt/nginx-module-vts
|
URL: https://github.com/vozlt/nginx-module-vts
|
||||||
Source: https://github.com/vozlt/nginx-module-vts/archive/refs/tags/v%version.tar.gz
|
Source: https://github.com/vozlt/nginx-module-vts/archive/refs/tags/v%version.tar.gz
|
||||||
BuildRequires: nginx-source
|
BuildRequires: nginx-source
|
||||||
BuildRequires: pcre-devel
|
|
||||||
%ngx_conditionals
|
%ngx_conditionals
|
||||||
%ngx_requires
|
%ngx_requires
|
||||||
|
|
||||||
@@ -46,11 +45,16 @@ cd nginx
|
|||||||
%make_build modules
|
%make_build modules
|
||||||
|
|
||||||
%install
|
%install
|
||||||
mkdir -p %buildroot/%ngx_module_dir
|
b="%buildroot"
|
||||||
install -D -m 0644 nginx/objs/ngx_http_vhost_traffic_status_module.so %buildroot/%ngx_module_dir
|
mkdir -p "$b/%ngx_module_dir" "$b/%_datadir/nginx/modules"
|
||||||
|
install -D -m 0644 nginx/objs/ngx_http_vhost_traffic_status_module.so "$b/%ngx_module_dir/"
|
||||||
|
cat >"$b/%_datadir/nginx/modules/mod-vts.conf" <<-EOF
|
||||||
|
load_module %ngx_module_dir/ngx_http_vhost_traffic_status_module.so;
|
||||||
|
EOF
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%ngx_module_dir/*.so
|
%ngx_module_dir/*.so
|
||||||
|
%_datadir/nginx/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9353035331cfc5eec6c129eb8b348dab77f525329d4d60680a76e0c13c085f41
|
|
||||||
size 180500
|
|
BIN
v0.2.4.tar.gz
(Stored with Git LFS)
Normal file
BIN
v0.2.4.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Reference in New Issue
Block a user