aws-crt 0.1.2-universal-java → 0.1.4-universal-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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e700c93221559eb288df27f9bc84f7eddf6e2ffec1ee2cc701363ade295cf6b1
4
- data.tar.gz: 2b669a92db5eb0d58970d7e95a838c801ea7d635164a88d2406ef74f65360ec6
3
+ metadata.gz: f74b7ed6c9266dc1ee1bccb8f9307151b8bfee4ca798491ac7a9760028366c9f
4
+ data.tar.gz: 07311ac385ce99b7133729fc868d303e0a68f79d361c67fdea9974d75b53af3c
5
5
  SHA512:
6
- metadata.gz: 536b176215a79bf913828b9757916f80838182fc5d096b453d9412f04caef7166a5b4b684b6bf348a951e85c949fb2f52561944b5d611f0259f5c952fdf5bbdb
7
- data.tar.gz: 07cb74483900e39c48168eb6b3c2c18b167d8d7fe2aabdc9fffaed403beffe21679203007f88c3471978823131cdd558600d88b17bbc29fa126dfc7bcd719e17
6
+ metadata.gz: 57869d7f7211ebbe2ed31590088cf3f4aabec171c344f205929b02a52cd2d26e40192aaf764eaaade93803b30ee6ea4ce5a4e45c8966bce4637c8abaeb012ff0
7
+ data.tar.gz: 1a33a0b64747211a5f32882a007114ff93eee2a476d0b5a49f80096beb9f3beba4736269142bf36f3a87e2fbd2719e8147d00711b087616576d8da4c1ef21cd3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,10 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 0.1.4 (2022-03-15)
5
+ ------------------
6
+
7
+ * Issue - Update the aws-lc submodule to a version that is not vulnerable to OpenSSL CVE-2022-0778 - Possible infinite loop in BN_mod_sqrt()
4
8
 
5
9
  0.1.0 (2021-08-04)
6
10
  ------------------
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.2
1
+ 0.1.4
Binary file
Binary file
Binary file
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-crt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.4
5
5
  platform: universal-java
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-09-02 00:00:00.000000000 Z
11
+ date: 2022-03-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi
@@ -48,7 +48,7 @@ files:
48
48
  - LICENSE.txt
49
49
  - VERSION
50
50
  - bin/aarch64/libaws-crt-ffi.so
51
- - bin/x86_64/aws-crt-ffi.dll
51
+ - bin/x64/aws-crt-ffi.dll
52
52
  - bin/x86_64/libaws-crt-ffi.dylib
53
53
  - bin/x86_64/libaws-crt-ffi.so
54
54
  - lib/aws-crt.rb
Binary file