Skip to content

Commit 42f98cd

Browse files
committed
Update lib versions
1 parent 6b8f4f2 commit 42f98cd

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ The `build.sh` script calls the three build scripts below (openssl, nghttp and c
1919
The build script accepts several arguments to adjust versions and toggle features:
2020

2121
```
22-
./build.sh [-o <OpenSSL version>] [-c <curl version>] [-n <nghttp2 version>] [-d] [-e] [-x] [-h] [...]
22+
./build.sh [-o <OpenSSL version>] [-c <curl version>] [-n <nghttp2 version>] [-d] [-e] [-3] [-x] [-h] [...]
2323
24-
-o <version> Build OpenSSL version (default 1.1.1i)
25-
-c <version> Build curl version (default 7.74.0)
26-
-n <version> Build nghttp2 version (default 1.42.0)
24+
-o <version> Build OpenSSL version (default 1.1.1o)
25+
-c <version> Build curl version (default 7.83.1)
26+
-n <version> Build nghttp2 version (default 1.47.0)
2727
-d Compile without HTTP2 support
2828
-e Compile with OpenSSL engine support
2929
-b Compile without bitcode
@@ -32,8 +32,8 @@ The build script accepts several arguments to adjust versions and toggle feature
3232
-3 Compile with SSLv3
3333
-s <version> iOS min target version (default 8.0)
3434
-t <version> tvOS min target version (default 9.0)
35-
-i <version> macOS 86_64 min target version (default 11.1)
36-
-a <version> macOS arm64 min target version (default 11.1)
35+
-i <version> macOS 86_64 min target version (default 11.6.6)
36+
-a <version> macOS arm64 min target version (default 11.6.6)
3737
-x No color output
3838
-h Show usage
3939
```
@@ -72,9 +72,9 @@ You can update the default version by editing this section in the `build.sh` scr
7272
# EDIT this section to Select Default Versions #
7373
################################################
7474

75-
OPENSSL="1.1.1i" # https://www.openssl.org/source/
76-
LIBCURL="7.74.0" # https://curl.haxx.se/download.html
77-
NGHTTP2="1.42.0" # https://nghttp2.org/
75+
OPENSSL="1.1.1o" # https://www.openssl.org/source/
76+
LIBCURL="7.83.1" # https://curl.haxx.se/download.html
77+
NGHTTP2="1.47.0" # https://nghttp2.org/
7878

7979
################################################
8080
```

build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
# EDIT this section to Select Default Versions #
1111
################################################
1212

13-
OPENSSL="1.1.1l" # https://www.openssl.org/source/
14-
LIBCURL="7.80.0" # https://curl.haxx.se/download.html
15-
NGHTTP2="1.46.0" # https://nghttp2.org/
13+
OPENSSL="1.1.1o" # https://www.openssl.org/source/
14+
LIBCURL="7.83.1" # https://curl.haxx.se/download.html
15+
NGHTTP2="1.47.0" # https://nghttp2.org/
1616

1717
################################################
1818

0 commit comments

Comments
 (0)