summaryrefslogtreecommitdiffstats
path: root/unit.spec
diff options
context:
space:
mode:
Diffstat (limited to 'unit.spec')
-rw-r--r--unit.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/unit.spec b/unit.spec
index ec529e2..39c2743 100644
--- a/unit.spec
+++ b/unit.spec
@@ -17,7 +17,7 @@
Name: unit
Summary: NGINX Unit application server
Version: 1.26.0
-Release: 2%{?dist}
+Release: 3%{?dist}
License: ASL 2.0
URL: https://unit.nginx.org/
@@ -33,6 +33,8 @@ Patch0: %{project}-syspol.patch
# Workaround for OpenSSL 3.0
# https://github.com/nginx/unit/pull/598
Patch1: %{project}-openssl3.patch
+# https://github.com/nginx/unit/issues/600
+Patch2: %{project}-upstream.patch
BuildRequires: make
BuildRequires: gcc
@@ -68,6 +70,7 @@ Library and include files required for NGINX Unit modules development.
%setup -qn %{project}-%{gh_commit}
%patch0 -p1 -b .syspol
%patch1 -p1 -b .openssl3
+%patch2 -p1 -b .stop
cp pkg/rpm/rpmbuild/SOURCES/unit.example.config example.config
@@ -191,6 +194,9 @@ BANNER
%changelog
+* Mon Nov 22 2021 Remi Collet <remi@remirepo.net> - 1.26.0-3
+- add patch proposal for https://github.com/nginx/unit/issues/600
+
* Thu Nov 18 2021 Remi Collet <remi@remirepo.net> - 1.26.0-2
- add better workaround for OpenSSL 3.0 from
https://github.com/nginx/unit/pull/598