From 6a5dd7c9de42b63b657b547cc9734586d3382d74 Mon Sep 17 00:00:00 2001 From: Daniel Steiner Date: Mon, 29 Mar 2021 06:03:26 +0200 Subject: [PATCH] Nginx update to 1.19.8 --- centos/SPECS/nginx.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/centos/SPECS/nginx.spec b/centos/SPECS/nginx.spec index b9ac598..05663de 100644 --- a/centos/SPECS/nginx.spec +++ b/centos/SPECS/nginx.spec @@ -22,7 +22,7 @@ Name: nginx Epoch: 1 -Version: 1.19.7 +Version: 1.19.8 Release: 1%{?dist} Summary: A high performance web server and reverse proxy server @@ -694,6 +694,9 @@ fi [ "%{_builddir}" != "/" ] && [ -d "%{_builddir}" ] && rm -rf %{_builddir}/* %changelog +* Mon Mar 29 2021 Daniel Steiner +- Upadate to version 1.19.8 on CentOS 8. + * Thu Mar 4 2021 Daniel Steiner - Upadate to version 1.19.7 on CentOS 8.