diff options
Diffstat (limited to 'unit.spec')
-rw-r--r-- | unit.spec | 17 |
1 files changed, 12 insertions, 5 deletions
@@ -11,13 +11,13 @@ %global gh_owner nginx %global project unit -%global gh_commit 66e986fc19dd12c731be5f52d0aa4cea32931b7d +%global gh_commit 3f9d5872692b9ce617abdd82e69609897631b531 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) Name: unit Summary: NGINX Unit application server -Version: 1.25.0 -Release: 2%{?dist} +Version: 1.26.0 +Release: 1%{?dist} License: ASL 2.0 URL: https://unit.nginx.org/ @@ -30,7 +30,6 @@ Source4: unit.logrotate # Use system crypto policy # https://github.com/nginx/unit/pull/215 Patch0: %{project}-syspol.patch -Patch1: %{project}-build.patch BuildRequires: make BuildRequires: gcc @@ -65,10 +64,12 @@ Library and include files required for NGINX Unit modules development. %prep %setup -qn %{project}-%{gh_commit} %patch0 -p1 -b .syspol -%patch1 -p1 -b .build cp pkg/rpm/rpmbuild/SOURCES/unit.example.config example.config +# For OpenSSL 3.0 deprecations +sed -e 's/-Werror//' -i ./auto/types ./auto/cc/test + %build # see https://github.com/nginx/unit/issues/467 @@ -189,6 +190,12 @@ BANNER %changelog +* Thu Nov 18 2021 Remi Collet <remi@remirepo.net> - 1.26.0-1 +- update to 1.26.0 + +* Sat Nov 6 2021 Remi Collet <remi@remirepo.net> - 1.25.0-3 +- EL-9 build + * Fri Sep 3 2021 Remi Collet <remi@remirepo.net> - 1.25.0-2 - fix build with recent glibc using patch from https://github.com/nginx/unit/pull/576 |