diff options
author | CoprDistGit <infra@openeuler.org> | 2025-05-26 02:33:19 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2025-05-26 02:33:19 +0000 |
commit | 8eb82832827410de185d85f5e326ad84e922faad (patch) | |
tree | 3f432ea1f7a8ab72d51af3654f6d845da0e27d1a | |
parent | 74a1330588dc745754936ae39b103b82feaa4b1e (diff) |
automatic import of nginxopeneuler22.03_LTS_SP4
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | nginx.logrotate | 2 | ||||
-rw-r--r-- | nginx.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
4 files changed, 10 insertions, 3 deletions
@@ -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 @@ -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 @@ -1,2 +1,2 @@ -56b83c172c7f2fd09d59123bc28ff2b1 nginx-1.26.1.tar.gz +75f8fdd88469c4d31e0715e186b2f1f9 nginx-1.26.3.tar.gz 425a3bef572ffa7e706bd7db8452c733 nginx-logo.png |