Skip to content

Commit

Permalink
Bump OpenSSL to 3.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
karljohns0n committed Dec 9, 2023
1 parent ba1f573 commit 90bde39
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Nginx-more

[![Release](https://img.shields.io/badge/release-1.24.0--2-success.svg)](#)
[![Release](https://img.shields.io/badge/release-1.24.0--4-success.svg)](#)
[![Build](https://img.shields.io/github/actions/workflow/status/karljohns0n/nginx-more/build.yml?branch=master)](#)
[![Quality Gate Status](https://sonarqube.aerisnetwork.com/api/project_badges/measure?project=nginx-more&metric=alert_status&token=37188c25b9b77cd28dd7cdc7cea818b9be699095)](#)
[![Installs](https://img.shields.io/badge/dynamic/yaml?color=brightgreen&label=installs&query=installs&url=https%3A%2F%2Frepo.aerisnetwork.com%2Farchive%2Fnginx-more-stats.yaml)](#)
Expand Down
7 changes: 5 additions & 2 deletions SPECS/nginx-more.spec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
%global nginx_webroot %{nginx_datadir}/html
%global gcc_version 8
%global pcre_version pcre2
%global openssl_version 3.1.4
%global openssl_version 3.2.0
%global module_ps_version 1.13.35.2
%global module_ps_commit 13bee9d
%global module_psol %{module_ps_version}-x64
Expand Down Expand Up @@ -41,7 +41,7 @@

Name: nginx-more
Version: 1.24.0
Release: 4%{?dist}
Release: 5%{?dist}

Summary: A high performance web server and reverse proxy server
Group: System Environment/Daemons
Expand Down Expand Up @@ -476,6 +476,9 @@ fi
%endif

%changelog
* Sat Dec 9 2023 Karl Johnson <[email protected]> 1.24.0-5
- Bump OpenSSL to 3.2.0

* Tue Nov 7 2023 Karl Johnson <[email protected]> 1.24.0-4
- Bump OpenSSL to 3.1.4
- Bump Headers More to 0.35
Expand Down

0 comments on commit 90bde39

Please sign in to comment.