diff --git a/Makefile b/Makefile index b53e619d..7b584a2e 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ endif #===== Versioning ============================================================== ## OpenSSL version to build -VERSION ?= 1.1.1k +VERSION ?= 1.1.1u ## Extra version of the distributed package PACKAGE_VERSION ?= 1 diff --git a/Package.swift b/Package.swift index 3fd017f8..33af5554 100644 --- a/Package.swift +++ b/Package.swift @@ -14,9 +14,9 @@ let package = Package( targets: [ .binaryTarget(name: "openssl", // update version in URL path - url:"https://github.com/cossacklabs/openssl-apple/releases/download/1.1.11101/openssl-static-xcframework.zip", + url:"https://github.com/cossacklabs/openssl-apple/releases/download/1.1.12101/openssl-static-xcframework.zip", // Run from package directory: // swift package compute-checksum output/openssl-static-xcframework.zip - checksum: "ea9c1a3fa59a51c13a811f4f11ada330d9e3993c3bc225db102127595e2d97ba"), + checksum: "2a2023e200e3472cb6b06ca42a5903e66b567e223d8b540ccb3767fa61abf62f"), ] ) diff --git a/build-libssl.sh b/build-libssl.sh index 5348d093..e922bd06 100755 --- a/build-libssl.sh +++ b/build-libssl.sh @@ -25,7 +25,7 @@ set -u # SCRIPT DEFAULTS # Default version in case no version is specified -DEFAULTVERSION="1.1.1k" +DEFAULTVERSION="1.1.1u" # Default (=full) set of targets (OpenSSL >= 1.1.1) to build DEFAULTTARGETS=`cat <