From 1271cf38162bcb5b5b6595b28263d0748f1580b5 Mon Sep 17 00:00:00 2001 From: pkgagent Date: Thu, 5 Mar 2026 17:22:18 +0800 Subject: [PATCH] fix Issue#all --- compat-openssl11.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/compat-openssl11.spec b/compat-openssl11.spec index 70d5f3a..65a8d42 100644 --- a/compat-openssl11.spec +++ b/compat-openssl11.spec @@ -6,7 +6,7 @@ Summary: Utilities from the general purpose cryptography library with TLS implementation Name: compat-openssl11 Version: 1.1.1k -Release: 4%{?dist} +Release: 5%{?dist} Source: openssl-%{version}-hobbled.tar.xz Source1: hobble-openssl Source2: Makefile.certificate @@ -195,6 +195,10 @@ install -m 644 apps/openssl11.cnf $RPM_BUILD_ROOT%{_sysconfdir}/pki/tls/openssl1 %changelog +* Thu Mar 05 2026 pkgagent - 1.1.1k-5 +- [Type] security +- [DESC] Fix Issue#all + * Tue Oct 28 2025 wynnfeng - 1.1.1k-4 - fix CVE-2025-9230 -- Gitee