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. --- openssl/manifest | 4 ++-- openssl/openssl/buildfile | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'openssl') diff --git a/openssl/manifest b/openssl/manifest index 305ea82..606ab3a 100644 --- a/openssl/manifest +++ b/openssl/manifest @@ -3,10 +3,9 @@ name: openssl # Note: remember to update doc-url below! # -version: 1.1.1+17 +version: 1.1.1+18 upstream-version: 1.1.1n -priority: security summary: Command line tool providing various cryptography functions license: OpenSSL ; OpenSSL and Original SSLeay Licenses. topics: x.509, TLS, SSL, cryptography @@ -19,6 +18,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 == $ diff --git a/openssl/openssl/buildfile b/openssl/openssl/buildfile index 680c5a9..c137163 100644 --- a/openssl/openssl/buildfile +++ b/openssl/openssl/buildfile @@ -4,7 +4,7 @@ import libs = libssl%lib{ssl} import libs += libcrypto%lib{crypto} -exe{openssl}: {h c}{** -vms_* -apps/win32_init} $libs +exe{openssl}: {h c}{** -vms_* -apps/win32_init} tclass = $c.target.class tsys = $c.target.system @@ -12,6 +12,7 @@ tsys = $c.target.system windows = ($tclass == 'windows') exe{openssl}: apps/c{win32_init}: include = $windows +exe{openssl}: $libs # Build options. # -- cgit v1.1