diff options
| author | Remi Collet <remi@remirepo.net> | 2022-09-13 14:17:51 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2022-09-13 14:17:51 +0200 | 
| commit | 29cd3f7dfb0d9146a2aa02dce6a84ca6f5301e96 (patch) | |
| tree | 93d8cae0a2d66c8b2f87d11f87ce54970654bed7 | |
| parent | 00f2f93b273a5fad7759e4b0d1a4f0fa03f6e073 (diff) | |
update to 1.28.0
| -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  | 
