From f6d0bda553e8c99fa17e471fcb145d7387a43ba2 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Mon, 26 May 2025 02:33:19 +0000 Subject: automatic import of nginx --- .gitignore | 1 + nginx.logrotate | 2 +- nginx.spec | 8 +++++++- sources | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 58dca5d..eae04d0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /nginx-1.26.1.tar.gz /nginx-logo.png +/nginx-1.26.3.tar.gz diff --git a/nginx.logrotate b/nginx.logrotate index 353da6e..f9e12c7 100644 --- a/nginx.logrotate +++ b/nginx.logrotate @@ -1,7 +1,7 @@ /var/log/nginx/*log { create 0664 nginx root daily - rotate 10 + rotate -1 missingok notifempty compress diff --git a/nginx.spec b/nginx.spec index 624319e..1792468 100644 --- a/nginx.spec +++ b/nginx.spec @@ -16,7 +16,7 @@ Name: nginx Epoch: 1 -Version: 1.26.1 +Version: 1.26.3 Release: 1 Summary: A HTTP server, reverse proxy and mail proxy server License: BSD @@ -386,6 +386,12 @@ fi %{_mandir}/man8/nginx.8* %changelog +* Thu Feb 06 2025 Funda Wang - 1:1.26.3-1 +- 1.26.3 + +* Thu Aug 15 2024 Funda Wang - 1:1.26.2-1 +- 1.26.2 + * Fri May 31 2024 Funda Wang - 1:1.26.1-1 - 1.26.1 diff --git a/sources b/sources index eaf08f2..288b144 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -56b83c172c7f2fd09d59123bc28ff2b1 nginx-1.26.1.tar.gz +75f8fdd88469c4d31e0715e186b2f1f9 nginx-1.26.3.tar.gz 425a3bef572ffa7e706bd7db8452c733 nginx-logo.png -- cgit v1.2.3