From 0c7690e709ab5efa99d0a0d69c941aae11dd0700 Mon Sep 17 00:00:00 2001 From: Sahana Prasad Date: Tue, 14 Sep 2021 19:09:08 +0200 Subject: [PATCH] Rebuilt with OpenSSL 3.0.0 --- nginx.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nginx.spec b/nginx.spec index fa3d746..0804ac5 100644 --- a/nginx.spec +++ b/nginx.spec @@ -41,7 +41,7 @@ Name: nginx Epoch: 1 Version: 1.20.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: A high performance web server and reverse proxy server # BSD License (two clause) @@ -578,6 +578,9 @@ fi %changelog +* Tue Sep 14 2021 Sahana Prasad - 1:1.20.1-7 +- Rebuilt with OpenSSL 3.0.0 + * Tue Aug 10 2021 Neal Gompa - 1:1.20.1-6 - Add -mod-devel subpackage for building external nginx modules (rhbz#1989778)