@@ -19,11 +19,11 @@ The `build.sh` script calls the three build scripts below (openssl, nghttp and c
19
19
The build script accepts several arguments to adjust versions and toggle features:
20
20
21
21
```
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] [...]
23
23
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)
27
27
-d Compile without HTTP2 support
28
28
-e Compile with OpenSSL engine support
29
29
-b Compile without bitcode
@@ -32,8 +32,8 @@ The build script accepts several arguments to adjust versions and toggle feature
32
32
-3 Compile with SSLv3
33
33
-s <version> iOS min target version (default 8.0)
34
34
-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 )
37
37
-x No color output
38
38
-h Show usage
39
39
```
@@ -72,9 +72,9 @@ You can update the default version by editing this section in the `build.sh` scr
72
72
# EDIT this section to Select Default Versions #
73
73
# ###############################################
74
74
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/
78
78
79
79
# ###############################################
80
80
```
0 commit comments