From 628ef8e06dfb02f1148587dcd3060c2f0413455c Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 11 Oct 2022 21:32:25 +0300 Subject: Release version 1.1.1+18 Add support for arm64 architecture for Linux. Fix link order so that libraries are linked after all object files. Exclude wasm class from builds. --- libssl/manifest | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libssl') diff --git a/libssl/manifest b/libssl/manifest index fdc428b..9bd8e0e 100644 --- a/libssl/manifest +++ b/libssl/manifest @@ -3,11 +3,10 @@ name: libssl # Note: remember to update doc-url below! # -version: 1.1.1+17 +version: 1.1.1+18 upstream-version: 1.1.1n project: openssl -priority: security summary: C library providing SSLv3 and TLS implementations license: OpenSSL ; OpenSSL and Original SSLeay Licenses. topics: C, TLS, SSL, cryptography @@ -20,6 +19,7 @@ email: openssl-users@openssl.org ; Mailing list. package-email: packaging@build2.org ; Mailing list. build-error-email: builds@build2.org builds: all +builds: -wasm depends: * build2 >= 0.12.0 depends: * bpkg >= 0.12.0 depends: libcrypto == $ -- cgit v1.1