summaryrefslogtreecommitdiff
path: root/openssl
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2022-10-11 21:32:25 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2022-10-11 21:32:25 +0300
commit628ef8e06dfb02f1148587dcd3060c2f0413455c (patch)
tree9b95f903652075dbfba5b46f9dd81b419d578186 /openssl
parenta03ec0f5a8c56277673a8dea791e08d7282b9ed1 (diff)
Release version 1.1.1+18v1.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.
Diffstat (limited to 'openssl')
-rw-r--r--openssl/manifest4
-rw-r--r--openssl/openssl/buildfile3
2 files changed, 4 insertions, 3 deletions
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.
#