Skip to content

Commit

Permalink
- OpenSSL 3.0.1
Browse files Browse the repository at this point in the history
- boringssl 9bcc12d540c3b844ba317f042c731d64142af725
  • Loading branch information
damaex committed Jan 3, 2022
1 parent 24f9be1 commit 7999a13
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion boringssl/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
###########################################################################
# Change values here #
# #
GIT_HASH="a406ad76ad31c07b094ff60300146724a1448251" #
GIT_HASH="9bcc12d540c3b844ba317f042c731d64142af725" #
MIN_IOS_VERSION="9.0" #
# #
###########################################################################
Expand Down
4 changes: 2 additions & 2 deletions openssl/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
###########################################################################
# Change values here #
# #
VERSION="3.0.0" #
VERSION="3.0.1" #
MIN_IOS_VERSION="9.0" #
# #
###########################################################################
Expand All @@ -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)"
Expand Down

0 comments on commit 7999a13

Please sign in to comment.