summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2025-05-26 02:33:19 +0000
committerCoprDistGit <infra@openeuler.org>2025-05-26 02:33:19 +0000
commitf6d0bda553e8c99fa17e471fcb145d7387a43ba2 (patch)
tree3f432ea1f7a8ab72d51af3654f6d845da0e27d1a
parent280bbc9f05f9b04b84eb09eb8203a6be3c447728 (diff)
-rw-r--r--.gitignore1
-rw-r--r--nginx.logrotate2
-rw-r--r--nginx.spec8
-rw-r--r--sources2
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 <fundawang@yeah.net> - 1:1.26.3-1
+- 1.26.3
+
+* Thu Aug 15 2024 Funda Wang <fundawang@yeah.net> - 1:1.26.2-1
+- 1.26.2
+
* Fri May 31 2024 Funda Wang <fundawang@yeah.net> - 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