summaryrefslogtreecommitdiff
path: root/openssl
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-05-15 20:27:31 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-05-15 22:03:21 +0300
commit629d87ea160a8f0de1601f986549137341d7a27c (patch)
tree826a91a95d39ff0b568aac48d838c9d155ac2362 /openssl
parent5857b179283711cdfc80afb5048e22fd105449f3 (diff)
Release version 1.1.1+2v1.1.1
Minor buildfiles cleanup
Diffstat (limited to 'openssl')
-rw-r--r--openssl/manifest2
-rw-r--r--openssl/openssl/buildfile2
2 files changed, 1 insertions, 3 deletions
diff --git a/openssl/manifest b/openssl/manifest
index 42dfba4..ffb7296 100644
--- a/openssl/manifest
+++ b/openssl/manifest
@@ -3,7 +3,7 @@ name: openssl
# Note: remember to update summary and doc-url below!
#
-version: 1.1.1+1
+version: 1.1.1+2
summary: Command line tool providing various cryptography functions, version 1.1.1a
license: OpenSSL License, SSLeay License; Copyleft free dual software license.
diff --git a/openssl/openssl/buildfile b/openssl/openssl/buildfile
index 4e7776a..b03de5f 100644
--- a/openssl/openssl/buildfile
+++ b/openssl/openssl/buildfile
@@ -13,12 +13,10 @@ i686 = ($c.target.cpu == 'i686')
linux = ($tclass == 'linux')
bsd = ($tclass == 'bsd')
-macos = ($tclass == 'macos')
windows = ($tclass == 'windows')
gcc = ($c.class == 'gcc')
msvc = ($c.class == 'msvc')
-mingw = ($c.target.system == 'mingw32')
exe{openssl}: apps/c{win32_init}: include = $windows