openssl 4.0.1-java → 4.0.2-java

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/History.md +22 -0
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d94d72616de151418fc2280e0b54dbf97158e8a0bf4810ed95ef23af8de04d45
4
- data.tar.gz: b55b5a78d888b3d20966fbdb2bd0f7bd712ed324e9f052620edbba6d840b3c0e
3
+ metadata.gz: 6b4f65de19d5d2b6eb9ee376b796a0ace078e7a87233fff949af4f3a826d9746
4
+ data.tar.gz: 9423d6a4f4b7be4815071fd964037bfce89c0f3dd75cc1681d409e773a0291bd
5
5
  SHA512:
6
- metadata.gz: 728c01f67df3a8b398f41e6cb61e82533b0d68318313b69c0ce1b763ce88104a6a75099bbb1ea7a6639fc18ef79c8c1ce4e3ed7fc23b4c0a6705c55dc78acbb4
7
- data.tar.gz: 1a0d9332a30fb31ac2eeb005724fcb8ff22d98bf9b2a6afa16884b9d6f9f1ece0e1be58127ff37c0e8b0b79531e0f51746299589ccffb6d57a53a5ae16a298ab
6
+ metadata.gz: 7e06185db11bb266f3978cf21989796a49ea35220f40773b4f625ab70d78b79d0446f277335b696f09e84b9f50b9451ea09a4176c7814a1e403dd70ee6337259
7
+ data.tar.gz: 9c1bc6e28c8ae7d395a9eabfd01101c27f1da6aa087d7e8a77c70d3b66dce35712b6d92e5a430129b65297180c960c10e1af80bbae78d18960c28494bffc6207
data/History.md CHANGED
@@ -1,3 +1,9 @@
1
+ Version 4.0.2
2
+ =============
3
+
4
+ Merged changes in 3.2.4 and 3.3.3.
5
+
6
+
1
7
  Version 4.0.1
2
8
  =============
3
9
 
@@ -103,6 +109,12 @@ Notable changes
103
109
  [[GitHub #983]](https://github.com/ruby/openssl/pull/983)
104
110
 
105
111
 
112
+ Version 3.3.3
113
+ =============
114
+
115
+ Merged changes in 3.2.4.
116
+
117
+
106
118
  Version 3.3.2
107
119
  =============
108
120
 
@@ -191,6 +203,16 @@ And various non-user-visible changes and bug fixes. Please see the commit
191
203
  history for more details.
192
204
 
193
205
 
206
+ Version 3.2.4
207
+ =============
208
+
209
+ Notable changes
210
+ ---------------
211
+
212
+ * Add support for OpenSSL 4.0.
213
+ [[GitHub #1051]](https://github.com/ruby/openssl/pull/1051)
214
+
215
+
194
216
  Version 3.2.3
195
217
  =============
196
218
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: openssl
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.1
4
+ version: 4.0.2
5
5
  platform: java
6
6
  authors:
7
7
  - Martin Bosslet
@@ -62,7 +62,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
62
62
  - !ruby/object:Gem::Version
63
63
  version: '0'
64
64
  requirements: []
65
- rubygems_version: 3.7.2
65
+ rubygems_version: 4.0.3
66
66
  specification_version: 4
67
67
  summary: SSL/TLS and general-purpose cryptography for Ruby
68
68
  test_files: []