From ad30eff1d18058e59e4d4e3bbbdb5286a903ad93 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Tue, 25 Jul 2023 14:12:40 +0100 Subject: [PATCH] Fix typo in changelog --- perl-IO-Socket-SSL.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/perl-IO-Socket-SSL.spec b/perl-IO-Socket-SSL.spec index 6e3dc79..c41773f 100644 --- a/perl-IO-Socket-SSL.spec +++ b/perl-IO-Socket-SSL.spec @@ -62,7 +62,7 @@ BuildRequires: perl(Net::LibIDN) BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(utf8) BuildRequires: procps -# Runtime +# Dependencies Requires: openssl-libs >= 0.9.8 Requires: perl(Config) Requires: perl(HTTP::Tiny) @@ -142,7 +142,7 @@ make test - SSL_version default now TLS 1.2+ since TLS 1.1 and lower are deprecated (GH#122) - Fix output of alert string when debugging (GH#132) - - Improve regex for hostname validation (GH#130, (GH#126) + - Improve regex for hostname validation (GH#130, GH#126) - Add can_ciphersuites subroutine for feature checking (GH#127) - Utils::CERT_create - die if unexpected arguments are given instead of ignoring these