From 7999a13b69a4ff76a11b0cac3c8622316ae1abf3 Mon Sep 17 00:00:00 2001 From: daMaex Date: Mon, 3 Jan 2022 10:10:32 +0100 Subject: [PATCH] - OpenSSL 3.0.1 - boringssl 9bcc12d540c3b844ba317f042c731d64142af725 --- README.md | 5 ++--- boringssl/build.sh | 2 +- openssl/build.sh | 4 ++-- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 58732b8..c598a20 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,10 @@ prebuild some libs for iOS architectures: `i386`, `x86_64`, `armv7`, `armv7s`, `arm64`, `arm64e` ## libraries - | library | version | | --------- | ---------------------------------------- | -| openssl | 3.0.0 | -| boringssl | a406ad76ad31c07b094ff60300146724a1448251 | +| openssl | 3.0.1 | +| boringssl | 9bcc12d540c3b844ba317f042c731d64142af725 | | opus | 1.3.1 | | libzip | 1.8.0 | | libpng | 1.6.37 | diff --git a/boringssl/build.sh b/boringssl/build.sh index 8a3c9fb..0630e7d 100755 --- a/boringssl/build.sh +++ b/boringssl/build.sh @@ -6,7 +6,7 @@ ########################################################################### # Change values here # # # -GIT_HASH="a406ad76ad31c07b094ff60300146724a1448251" # +GIT_HASH="9bcc12d540c3b844ba317f042c731d64142af725" # MIN_IOS_VERSION="9.0" # # # ########################################################################### diff --git a/openssl/build.sh b/openssl/build.sh index 7559e92..67ba9a4 100755 --- a/openssl/build.sh +++ b/openssl/build.sh @@ -6,7 +6,7 @@ ########################################################################### # Change values here # # # -VERSION="3.0.0" # +VERSION="3.0.1" # MIN_IOS_VERSION="9.0" # # # ########################################################################### @@ -29,7 +29,7 @@ OPENSSL_CONFIGURE_OPTIONS="-no-shared -no-tests \ -no-dsa -no-tls1 \ -no-rfc3779 -no-whirlpool -no-srp \ -no-mdc2 -no-engine -no-ui-console \ - -no-stdio -no-comp -no-hw -no-srtp -fPIC" + -no-stdio -no-comp -no-srtp -fPIC" if [ ! -d "$DEVELOPER" ]; then echo "xcode path is not set correctly $DEVELOPER does not exist (most likely because of xcode > 4.3)"