summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2026-05-14 00:30:51 +0900
committergit <svn-admin@ruby-lang.org>2026-05-13 15:33:24 +0000
commit82478404430ef95953a2f00ae57132307b7c2481 (patch)
tree3a4e8fbc4d5767b9b7222390699a27c3733b58b4
parent757af1f48b511f6cfd0d3e36617d4616db1b329f (diff)
[ruby/openssl] Merge branch 'maint-4.0'
* maint-4.0: Ruby/OpenSSL 4.0.2 Ruby/OpenSSL 3.3.3 Ruby/OpenSSL 3.2.4 https://github.com/ruby/openssl/commit/318be774d7 Kazuki Yamaguchi (6): Ruby/OpenSSL 3.2.4 Merge branch 'maint-3.2' into maint-3.3 Ruby/OpenSSL 3.3.3 Merge branch 'maint-3.3' into maint-4.0 Ruby/OpenSSL 4.0.2 Merge branch 'maint-4.0'
-rw-r--r--ext/openssl/History.md22
-rw-r--r--ext/openssl/lib/openssl/version.rb2
-rw-r--r--ext/openssl/openssl.gemspec2
3 files changed, 24 insertions, 2 deletions
diff --git a/ext/openssl/History.md b/ext/openssl/History.md
index c78c7e4633..ce01b3e0f2 100644
--- a/ext/openssl/History.md
+++ b/ext/openssl/History.md
@@ -1,3 +1,9 @@
+Version 4.0.2
+=============
+
+Merged changes in 3.2.4 and 3.3.3.
+
+
Version 4.0.1
=============
@@ -103,6 +109,12 @@ Notable changes
[[GitHub #983]](https://github.com/ruby/openssl/pull/983)
+Version 3.3.3
+=============
+
+Merged changes in 3.2.4.
+
+
Version 3.3.2
=============
@@ -191,6 +203,16 @@ And various non-user-visible changes and bug fixes. Please see the commit
history for more details.
+Version 3.2.4
+=============
+
+Notable changes
+---------------
+
+* Add support for OpenSSL 4.0.
+ [[GitHub #1051]](https://github.com/ruby/openssl/pull/1051)
+
+
Version 3.2.3
=============
diff --git a/ext/openssl/lib/openssl/version.rb b/ext/openssl/lib/openssl/version.rb
index 45c150be11..395a720a31 100644
--- a/ext/openssl/lib/openssl/version.rb
+++ b/ext/openssl/lib/openssl/version.rb
@@ -2,5 +2,5 @@
module OpenSSL
# The version string of Ruby/OpenSSL.
- VERSION = "4.0.1"
+ VERSION = "4.0.2"
end
diff --git a/ext/openssl/openssl.gemspec b/ext/openssl/openssl.gemspec
index c594c6f177..af1775e3b0 100644
--- a/ext/openssl/openssl.gemspec
+++ b/ext/openssl/openssl.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = "openssl"
- spec.version = "4.0.1"
+ spec.version = "4.0.2"
spec.authors = ["Martin Bosslet", "SHIBATA Hiroshi", "Zachary Scott", "Kazuki Yamaguchi"]
spec.email = ["ruby-core@ruby-lang.org"]
spec.summary = %q{SSL/TLS and general-purpose cryptography for Ruby}