From a9f96552032a89c02e77e4a463b3fed1a73ae4b7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 18 Nov 2021 16:39:42 +0100 Subject: update to 1.26.0 --- unit.spec | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'unit.spec') diff --git a/unit.spec b/unit.spec index e2019c9..120a570 100644 --- a/unit.spec +++ b/unit.spec @@ -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 - 1.26.0-1 +- update to 1.26.0 + +* Sat Nov 6 2021 Remi Collet - 1.25.0-3 +- EL-9 build + * Fri Sep 3 2021 Remi Collet - 1.25.0-2 - fix build with recent glibc using patch from https://github.com/nginx/unit/pull/576 -- cgit