From 4c247f8311e22a6ad92e774ee42d4509ef87c308 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=8D=AE=E8=AF=B4=E5=90=8D=E5=AD=97=E7=94=A8=E4=B8=AD?= =?UTF-8?q?=E6=96=87=E5=8F=AF=E4=BB=A5=E8=BE=9F=E9=82=AA?= Date: Mon, 7 Nov 2022 08:25:43 +0000 Subject: [PATCH] update openssl.spec. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 据说名字用中文可以辟邪 --- openssl.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/openssl.spec b/openssl.spec index 521b231..6425ed2 100644 --- a/openssl.spec +++ b/openssl.spec @@ -2,7 +2,7 @@ Name: openssl Epoch: 1 Version: 1.1.1m -Release: 15 +Release: 16 Summary: Cryptography and SSL/TLS Toolkit License: OpenSSL and SSLeay URL: https://www.openssl.org/ @@ -63,6 +63,12 @@ Patch52: backport-Do-not-send-an-empty-supported-groups-extension.patch Patch53: backport-x509-use-actual-issuer-name-if-a-CA-is-used.patch Patch54: backport-ticket_lifetime_hint-may-exceed-1-week-in-TLSv1.3.patch Patch55: backport-Fix-a-memory-leak-in-crl_set_issuers.patch +Patch56: backport-Fix-a-DTLS-server-hangup-due-to-TLS13_AD_MISSING_EXT.patch +Patch57: backport-Fix-an-assertion-in-the-DTLS-server-code.patch +Patch58: backport-Fix-a-memory-leak-in-X509_issuer_and_serial_hash.patch +Patch59: backport-Fix-strict-client-chain-check-with-TLS-1.3.patch +Patch60: backport-Fix-a-crash-in-X509v3_asid_subset.patch +Patch61: backport-Fix-a-memory-leak-in-EC_GROUP_new_from_ecparameters.patch BuildRequires: gcc perl make lksctp-tools-devel coreutils util-linux zlib-devel Requires: coreutils %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release} @@ -265,6 +271,9 @@ make test || : %ldconfig_scriptlets libs %changelog +* Mon Nov 7 2022 steven.ygui - 1:1.1.1m-16 +- backport some patches + * Mon Nov 7 2022 fangxiuning - 1:1.1.1m-15 - backport some patches