Skip to content

Commit 69dd4e8

Browse files
authored
chore(deps): bump Android OpenSSL 3.6.2-1 and libsodium 1.0.22 (#1047)
1 parent daef06f commit 69dd4e8

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

example/ios/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2841,7 +2841,7 @@ SPEC CHECKSUMS:
28412841
NitroMmkv: afbc5b2fbf963be567c6c545aa1efcf6a9cec68e
28422842
NitroModules: 11bba9d065af151eae51e38a6425e04c3b223ff3
28432843
OpenSSL-Universal: 9110d21982bb7e8b22a962b6db56a8aa805afde7
2844-
QuickCrypto: b6fed48151d7fef2b33e8420c660dde2b421c396
2844+
QuickCrypto: 5294516c651e33d452090e344da1ea839c4986f1
28452845
RCT-Folly: 846fda9475e61ec7bcbf8a3fe81edfcaeb090669
28462846
RCTDeprecation: c4b9e2fd0ab200e3af72b013ed6113187c607077
28472847
RCTRequired: e97dd5dafc1db8094e63bc5031e0371f092ae92a

packages/react-native-quick-crypto/QuickCrypto.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Pod::Spec.new do |s|
2525
# Ensure libsodium source is present during podspec evaluation when enabled.
2626
# This is necessary because prepare_command is skipped for :path pods.
2727
if sodium_enabled
28-
sodium_version = "1.0.20"
28+
sodium_version = "1.0.22"
2929
sodium_dir = File.join(__dir__, "ios", "libsodium-stable")
3030
sodium_header = File.join(sodium_dir, "src", "libsodium", "include", "sodium.h")
3131
unless File.exist?(sodium_header)
@@ -52,7 +52,7 @@ Pod::Spec.new do |s|
5252
rm -f OpenSSL.xcframework.zip
5353
# Build libsodium
5454
mkdir -p ios
55-
curl -L -o ios/libsodium.tar.gz https://download.libsodium.org/libsodium/releases/libsodium-1.0.20-stable.tar.gz
55+
curl -L -o ios/libsodium.tar.gz https://download.libsodium.org/libsodium/releases/libsodium-1.0.22-stable.tar.gz
5656
tar -xzf ios/libsodium.tar.gz -C ios
5757
cd ios/libsodium-stable
5858
./configure --disable-shared --enable-static

packages/react-native-quick-crypto/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,11 +150,11 @@ dependencies {
150150
implementation project(":react-native-nitro-modules")
151151

152152
// Add a dependency on OpenSSL
153-
implementation 'io.github.ronickg:openssl:3.6.0-1'
153+
implementation 'io.github.ronickg:openssl:3.6.2-1'
154154

155155
if (sodiumEnabled) {
156156
// Add a dependency on libsodium
157-
implementation 'io.github.ronickg:sodium:1.0.20-1'
157+
implementation 'io.github.ronickg:sodium:1.0.22-1'
158158
}
159159
}
160160

0 commit comments

Comments
 (0)