From 04acccd69263dc0818aa5e2180f70e8514388e43 Mon Sep 17 00:00:00 2001 From: Kazuki Yamaguchi Date: Fri, 23 Dec 2022 08:40:26 +0900 Subject: Ruby/OpenSSL 2.2.3 --- History.md | 15 +++++++++++++++ lib/openssl/version.rb | 2 +- openssl.gemspec | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/History.md b/History.md index 60b9dd88..b4dddd17 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,18 @@ +Version 2.2.3 +============= + +Bug fixes +--------- + +* Fix serveral methods in OpenSSL::PKey::EC::Point attempting to raise an error + with an incorrect class, which would end up with a TypeError. + [[GitHub #570]](https://github.com/ruby/openssl/pull/570) +* Fix OpenSSL::PKey::EC::Point#eql? and OpenSSL::PKey::EC::Group#eql? + incorrectly treated OpenSSL's internal errors as "not equal". + [[GitHub #564]](https://github.com/ruby/openssl/pull/564) +* Fix build with LibreSSL 3.5 or later. + + Version 2.2.2 ============= diff --git a/lib/openssl/version.rb b/lib/openssl/version.rb index 89e05206..4bb2ca12 100644 --- a/lib/openssl/version.rb +++ b/lib/openssl/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module OpenSSL - VERSION = "2.2.2" + VERSION = "2.2.3" end diff --git a/openssl.gemspec b/openssl.gemspec index c8e3cc3f..426cbfb6 100644 --- a/openssl.gemspec +++ b/openssl.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |spec| spec.name = "openssl" - spec.version = "2.2.2" + spec.version = "2.2.3" spec.authors = ["Martin Bosslet", "SHIBATA Hiroshi", "Zachary Scott", "Kazuki Yamaguchi"] spec.email = ["ruby-core@ruby-lang.org"] spec.summary = %q{OpenSSL provides SSL, TLS and general purpose cryptography.} -- cgit v1.2.3