File tree Expand file tree Collapse file tree 5 files changed +7
-4
lines changed Expand file tree Collapse file tree 5 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 11
11
# ===== Versioning ==============================================================
12
12
13
13
# # OpenSSL version to build
14
- VERSION ?= 1.1.1k
14
+ VERSION ?= 1.1.1u
15
15
16
16
# # Extra version of the distributed package
17
17
PACKAGE_VERSION ?= 1
Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ let package = Package(
14
14
targets: [
15
15
. binaryTarget( name: " openssl " ,
16
16
// update version in URL path
17
- url: " https://github.com/cossacklabs/openssl-apple/releases/download/1.1.11101 /openssl-static-xcframework.zip " ,
17
+ url: " https://github.com/cossacklabs/openssl-apple/releases/download/1.1.12101 /openssl-static-xcframework.zip " ,
18
18
// Run from package directory:
19
19
// swift package compute-checksum output/openssl-static-xcframework.zip
20
- checksum: " ea9c1a3fa59a51c13a811f4f11ada330d9e3993c3bc225db102127595e2d97ba " ) ,
20
+ checksum: " 2a2023e200e3472cb6b06ca42a5903e66b567e223d8b540ccb3767fa61abf62f " ) ,
21
21
]
22
22
)
Original file line number Diff line number Diff line change 25
25
# SCRIPT DEFAULTS
26
26
27
27
# Default version in case no version is specified
28
- DEFAULTVERSION=" 1.1.1k "
28
+ DEFAULTVERSION=" 1.1.1u "
29
29
30
30
# Default (=full) set of targets (OpenSSL >= 1.1.1) to build
31
31
DEFAULTTARGETS=` cat << TARGETS
@@ -488,6 +488,7 @@ OPENSSL_CHECKSUMS="
488
488
1.1.1g ddb04774f1e32f0c49751e21b67216ac87852ceb056b75209af2443400636d46
489
489
1.1.1h 5c9ca8774bd7b03e5784f26ae9e9e6d749c9da2438545077e6b3d755a06595d9
490
490
1.1.1k 892a0875b9872acd04a9fde79b1f943075d5ea162415de3047c327df33fbaee5
491
+ 1.1.1u e2f8d84b523eecd06c7be7626830370300fbcc15386bf5142d72758f6963ebc6
491
492
"
492
493
checksum_checked=false
493
494
while read version expectedSHA256; do
Original file line number Diff line number Diff line change 1
1
{
2
+ "1.1.12101" : " https://github.com/cossacklabs/openssl-apple/releases/download/1.1.12101/openssl-dynamic-xcframework.zip" ,
2
3
"1.1.11101" : " https://github.com/cossacklabs/openssl-apple/releases/download/1.1.11101/openssl-dynamic-xcframework.zip" ,
3
4
"1.1.10803" : " https://github.com/cossacklabs/openssl-apple/releases/download/1.1.10803/openssl-dynamic-xcframework.zip" ,
4
5
}
Original file line number Diff line number Diff line change 1
1
{
2
+ "1.1.12101" : " https://github.com/cossacklabs/openssl-apple/releases/download/1.1.12101/openssl-static-xcframework.zip" ,
2
3
"1.1.11101" : " https://github.com/cossacklabs/openssl-apple/releases/download/1.1.11101/openssl-static-xcframework.zip" ,
3
4
"1.1.10803" : " https://github.com/cossacklabs/openssl-apple/releases/download/1.1.10803/openssl-static-xcframework.zip" ,
4
5
}
You can’t perform that action at this time.
0 commit comments