From a08d9b19fa55528c24a2a106af3941e0c4f87a3c Mon Sep 17 00:00:00 2001 From: fly_fzc <2385803914@qq.com> Date: Fri, 12 Sep 2025 15:18:18 +0800 Subject: [PATCH] Amending the license --- openssl.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/openssl.spec b/openssl.spec index 53264e9..0177c28 100644 --- a/openssl.spec +++ b/openssl.spec @@ -2,9 +2,9 @@ Name: openssl Epoch: 1 Version: 3.0.12 -Release: 19 +Release: 20 Summary: Cryptography and SSL/TLS Toolkit -License: OpenSSL and SSLeay +License: Apache-2.0 URL: https://www.openssl.org/ Source0: https://www.openssl.org/source/%{name}-%{version}.tar.gz Source1: Makefile.certificate @@ -286,6 +286,9 @@ make test || : %ldconfig_scriptlets libs %changelog +* Wed Aug 27 2025 koulq - 1:3.0.12-20 +- Amending the license + * Fri Aug 15 2025 yanglongkang - 1:3.0.12-19 - fix CVE-2024-41996 -- Gitee