diff options
Diffstat (limited to 'unit.spec')
-rw-r--r-- | unit.spec | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -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 <remi@remirepo.net> - 1.28.0-1 +- update to 1.28.0 + * Thu Jun 2 2022 Remi Collet <remi@remirepo.net> - 1.27.0-1 - update to 1.27.0 |