summaryrefslogtreecommitdiffstats
path: root/unit.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-12-15 16:57:45 +0100
committerRemi Collet <remi@php.net>2022-12-15 16:57:45 +0100
commit243249614a65b966095543eb37c154c446b84b84 (patch)
treea0cc13a523ecb61b9bb61483e681160d81b047c3 /unit.spec
parent29cd3f7dfb0d9146a2aa02dce6a84ca6f5301e96 (diff)
update to 1.29.0
drop patches merged upstream
Diffstat (limited to 'unit.spec')
-rw-r--r--unit.spec21
1 files changed, 6 insertions, 15 deletions
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 <remi@remirepo.net> - 1.29.0-1
+- update to 1.29.0
+- drop patches merged upstream
+
* Tue Sep 13 2022 Remi Collet <remi@remirepo.net> - 1.28.0-1
- update to 1.28.0