From 243249614a65b966095543eb37c154c446b84b84 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 15 Dec 2022 16:57:45 +0100 Subject: update to 1.29.0 drop patches merged upstream --- unit.spec | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) (limited to 'unit.spec') diff --git a/unit.spec b/unit.spec index 13c7bcd..e017813 100644 --- a/unit.spec +++ b/unit.spec @@ -11,12 +11,12 @@ %global gh_owner nginx %global project unit -%global gh_commit 38bd7e76a134084ab95a4ee3125af1ccd7b35864 +%global gh_commit 87a1a9c0d275c6869e50bc9f3dfca1227ec54868 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) Name: unit Summary: NGINX Unit application server -Version: 1.28.0 +Version: 1.29.0 Release: 1%{?dist} License: ASL 2.0 URL: https://unit.nginx.org/ @@ -27,16 +27,6 @@ Source2: unit.init Source3: unit.sysconf Source4: unit.logrotate -# Use system crypto policy -# https://github.com/nginx/unit/pull/215 -Patch0: %{project}-syspol.patch -# Workaround for OpenSSL 3.0 -# https://github.com/nginx/unit/pull/598 -Patch1: %{project}-openssl3.patch -# Workaround use-afer-free -# https://github.com/nginx/unit/issues/639 -Patch2: %{project}-github639.patch - BuildRequires: make BuildRequires: gcc BuildRequires: openssl-devel @@ -69,9 +59,6 @@ Library and include files required for NGINX Unit modules development. %prep %setup -qn %{project}-%{gh_commit} -%patch0 -p1 -b .syspol -%patch1 -p1 -b .openssl3 -%patch2 -p1 -b .gcc12 cp pkg/rpm/rpmbuild/SOURCES/unit.example.config example.config @@ -195,6 +182,10 @@ BANNER %changelog +* Thu Dec 15 2022 Remi Collet - 1.29.0-1 +- update to 1.29.0 +- drop patches merged upstream + * Tue Sep 13 2022 Remi Collet - 1.28.0-1 - update to 1.28.0 -- cgit