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. --- libcrypto/manifest | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libcrypto/manifest') diff --git a/libcrypto/manifest b/libcrypto/manifest index b6c180c..82e054f 100644 --- a/libcrypto/manifest +++ b/libcrypto/manifest @@ -3,11 +3,10 @@ name: libcrypto # 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 general cryptography and X.509 support license: OpenSSL ; OpenSSL and Original SSLeay Licenses. topics: C, x.509, 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: libz ^1.2.1100 -- cgit v1.1