From 33d30a8675e926e7ad07ff2b135da0c819af33ca Mon Sep 17 00:00:00 2001 From: Kazuki Yamaguchi Date: Thu, 8 Sep 2022 17:58:27 +0900 Subject: [PATCH] [ruby/openssl] Ruby/OpenSSL 2.1.4 https://github.com/ruby/openssl/commit/5316241e61 --- ext/openssl/History.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ext/openssl/History.md b/ext/openssl/History.md index 479ec3b4a2..7e56229612 100644 --- a/ext/openssl/History.md +++ b/ext/openssl/History.md @@ -194,6 +194,16 @@ Notable changes [[GitHub #297]](https://github.com/ruby/openssl/pull/297) +Version 2.1.4 +============= + +Bug fixes +--------- + +* Do not use pkg-config if --with-openssl-dir option is specified. + [[GitHub #486]](https://github.com/ruby/openssl/pull/486) + + Version 2.1.3 =============