From 29cd3f7dfb0d9146a2aa02dce6a84ca6f5301e96 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 13 Sep 2022 14:17:51 +0200 Subject: update to 1.28.0 --- unit.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/unit.spec b/unit.spec index 19d84b1..13c7bcd 100644 --- a/unit.spec +++ b/unit.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for unit-php # -# Copyright (c) 2019-2021 Remi Collet +# Copyright (c) 2019-2022 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -11,12 +11,12 @@ %global gh_owner nginx %global project unit -%global gh_commit 3d1fa29f1d03e392df534b6589d3e1d2ed883671 +%global gh_commit 38bd7e76a134084ab95a4ee3125af1ccd7b35864 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) Name: unit Summary: NGINX Unit application server -Version: 1.27.0 +Version: 1.28.0 Release: 1%{?dist} License: ASL 2.0 URL: https://unit.nginx.org/ @@ -33,7 +33,7 @@ Patch0: %{project}-syspol.patch # Workaround for OpenSSL 3.0 # https://github.com/nginx/unit/pull/598 Patch1: %{project}-openssl3.patch -# Woraroung use-afer-free +# Workaround use-afer-free # https://github.com/nginx/unit/issues/639 Patch2: %{project}-github639.patch @@ -195,6 +195,9 @@ BANNER %changelog +* Tue Sep 13 2022 Remi Collet - 1.28.0-1 +- update to 1.28.0 + * Thu Jun 2 2022 Remi Collet - 1.27.0-1 - update to 1.27.0 -- cgit