Skip to content

Commit 6c19a16

Browse files
committed
OpenSSL 1.1.1u
1 parent 5898308 commit 6c19a16

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ endif
1111
#===== Versioning ==============================================================
1212

1313
## OpenSSL version to build
14-
VERSION ?= 1.1.1k
14+
VERSION ?= 1.1.1u
1515

1616
## Extra version of the distributed package
1717
PACKAGE_VERSION ?= 1

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ let package = Package(
1414
targets: [
1515
.binaryTarget(name: "openssl",
1616
// 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",
1818
// Run from package directory:
1919
// swift package compute-checksum output/openssl-static-xcframework.zip
20-
checksum: "ea9c1a3fa59a51c13a811f4f11ada330d9e3993c3bc225db102127595e2d97ba"),
20+
checksum: "2a2023e200e3472cb6b06ca42a5903e66b567e223d8b540ccb3767fa61abf62f"),
2121
]
2222
)

build-libssl.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ set -u
2525
# SCRIPT DEFAULTS
2626

2727
# Default version in case no version is specified
28-
DEFAULTVERSION="1.1.1k"
28+
DEFAULTVERSION="1.1.1u"
2929

3030
# Default (=full) set of targets (OpenSSL >= 1.1.1) to build
3131
DEFAULTTARGETS=`cat <<TARGETS
@@ -488,6 +488,7 @@ OPENSSL_CHECKSUMS="
488488
1.1.1g ddb04774f1e32f0c49751e21b67216ac87852ceb056b75209af2443400636d46
489489
1.1.1h 5c9ca8774bd7b03e5784f26ae9e9e6d749c9da2438545077e6b3d755a06595d9
490490
1.1.1k 892a0875b9872acd04a9fde79b1f943075d5ea162415de3047c327df33fbaee5
491+
1.1.1u e2f8d84b523eecd06c7be7626830370300fbcc15386bf5142d72758f6963ebc6
491492
"
492493
checksum_checked=false
493494
while read version expectedSHA256; do
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"1.1.12101": "https://github.com/cossacklabs/openssl-apple/releases/download/1.1.12101/openssl-dynamic-xcframework.zip",
23
"1.1.11101": "https://github.com/cossacklabs/openssl-apple/releases/download/1.1.11101/openssl-dynamic-xcframework.zip",
34
"1.1.10803": "https://github.com/cossacklabs/openssl-apple/releases/download/1.1.10803/openssl-dynamic-xcframework.zip",
45
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"1.1.12101": "https://github.com/cossacklabs/openssl-apple/releases/download/1.1.12101/openssl-static-xcframework.zip",
23
"1.1.11101": "https://github.com/cossacklabs/openssl-apple/releases/download/1.1.11101/openssl-static-xcframework.zip",
34
"1.1.10803": "https://github.com/cossacklabs/openssl-apple/releases/download/1.1.10803/openssl-static-xcframework.zip",
45
}

0 commit comments

Comments
 (0)