From 1fb6540bff5537d8a59260bc9be7ac9f6cc13911 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Thu, 1 Jul 2021 16:41:04 +0100 Subject: [PATCH] Bump NVR. Related: rhbz#1961948 --- mod_fcgid.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mod_fcgid.spec b/mod_fcgid.spec index 41f8fba..1892b38 100644 --- a/mod_fcgid.spec +++ b/mod_fcgid.spec @@ -1,6 +1,6 @@ Name: mod_fcgid Version: 2.3.9 -Release: 26%{?dist} +Release: 28%{?dist} Summary: FastCGI interface module for Apache 2 License: ASL 2.0 URL: http://httpd.apache.org/mod_fcgid/ @@ -79,7 +79,7 @@ install -p -m 644 %{SOURCE4} %{buildroot}%{_tmpfilesdir}/mod_fcgid.conf %dir %attr(0775,root,apache) /run/mod_fcgid/ %changelog -* Thu Jul 1 2021 Joe Orton - 2.3.9-26 +* Thu Jul 1 2021 Joe Orton - 2.3.9-27 - fix env var truncation to 127 bytes (#1961948) - suppress symbol exports (#1961947)