diff options
Diffstat (limited to 'unit.spec')
-rw-r--r-- | unit.spec | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -17,7 +17,7 @@ Name: unit Summary: NGINX Unit application server Version: 1.26.1 -Release: 2%{?dist} +Release: 3%{?dist} License: ASL 2.0 URL: https://unit.nginx.org/ @@ -35,7 +35,7 @@ Patch0: %{project}-syspol.patch Patch1: %{project}-openssl3.patch # Woraroung use-afer-free # https://github.com/nginx/unit/issues/639 -Patch2: %{project}-gcc12.patch +Patch2: %{project}-github639.patch BuildRequires: make BuildRequires: gcc @@ -195,6 +195,9 @@ BANNER %changelog +* Mon Feb 21 2022 Remi Collet <remi@remirepo.net> - 1.26.1-3 +- test build for upstream patch + * Fri Feb 11 2022 Remi Collet <remi@remirepo.net> - 1.26.1-2 - fix build error with GCC 12 using workaround to https://github.com/nginx/unit/issues/639 |