openssl 3.3.2-java → 3.3.3-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.
- checksums.yaml +4 -4
- data/History.md +16 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 848d988f9e6836b688a71ffd4c036907c63e1f4876480edf06c20292912ae693
|
|
4
|
+
data.tar.gz: 7b3382158e3c8850870cef73e51ff6f56c45b7107409fb301b62ae4d3d9fcc79
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 80726bfee1e053414ba446949e9907fec90a176fd3bf0b3339d05dfe0ad0f379c6195d87910c72138ee103affd82b7bc6f85ca359d941ccb00de8a39a8f16514
|
|
7
|
+
data.tar.gz: c3bbbf120600cdcfb7c765f2d3b35b4a44adf6b1963dd87621b89c274720eb0623d0c79f8c73041138bef3fa92456aed617fb6abc26c8c0ec214b681285d8a7a
|
data/History.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
Version 3.3.3
|
|
2
|
+
=============
|
|
3
|
+
|
|
4
|
+
Merged changes in 3.2.4.
|
|
5
|
+
|
|
6
|
+
|
|
1
7
|
Version 3.3.2
|
|
2
8
|
=============
|
|
3
9
|
|
|
@@ -86,6 +92,16 @@ And various non-user-visible changes and bug fixes. Please see the commit
|
|
|
86
92
|
history for more details.
|
|
87
93
|
|
|
88
94
|
|
|
95
|
+
Version 3.2.4
|
|
96
|
+
=============
|
|
97
|
+
|
|
98
|
+
Notable changes
|
|
99
|
+
---------------
|
|
100
|
+
|
|
101
|
+
* Add support for OpenSSL 4.0.
|
|
102
|
+
[[GitHub #1051]](https://github.com/ruby/openssl/pull/1051)
|
|
103
|
+
|
|
104
|
+
|
|
89
105
|
Version 3.2.3
|
|
90
106
|
=============
|
|
91
107
|
|
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: 3.3.
|
|
4
|
+
version: 3.3.3
|
|
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:
|
|
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: []
|