summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-06-02 10:14:10 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2023-06-02 10:14:10 +0200
commit0d4c445291b4dd98be8aa3e4ea23880a8db6168e (patch)
treecd44dcfd171a9abf0ef2ce1a978e618cb228802d
parent369daf839d8be228f757c98676972fa0810aff9e (diff)
Release version 1.1.1+20v1.1.1+20
Add missing windows variable assignment in libssl buildfile.
-rw-r--r--libcrypto/manifest4
-rw-r--r--libssl/libssl/buildfile5
-rw-r--r--libssl/manifest4
-rw-r--r--openssl/manifest4
4 files changed, 9 insertions, 8 deletions
diff --git a/libcrypto/manifest b/libcrypto/manifest
index e026adc..e808514 100644
--- a/libcrypto/manifest
+++ b/libcrypto/manifest
@@ -3,11 +3,11 @@ name: libcrypto
# Note: remember to update doc-url below!
#
-version: 1.1.1+19
+version: 1.1.1+20
upstream-version: 1.1.1t
project: openssl
-priority: security
+#priority: security
summary: C library providing general cryptography and X.509 support
license: OpenSSL ; OpenSSL and Original SSLeay Licenses.
topics: C, x.509, cryptography
diff --git a/libssl/libssl/buildfile b/libssl/libssl/buildfile
index 66b275f..d1f7bed 100644
--- a/libssl/libssl/buildfile
+++ b/libssl/libssl/buildfile
@@ -8,8 +8,9 @@ lib{ssl}: {h c}{**} $int_libs
tclass = $c.target.class
tsys = $c.target.system
-linux = ($tclass == 'linux')
-bsd = ($tclass == 'bsd')
+linux = ($tclass == 'linux')
+bsd = ($tclass == 'bsd')
+windows = ($tclass == 'windows')
libs{ssl}: file{libssl.map}: include = ($linux || $bsd ? adhoc : false)
libs{ssl}: def{libssl}: include = $windows
diff --git a/libssl/manifest b/libssl/manifest
index e79438f..f97c9e0 100644
--- a/libssl/manifest
+++ b/libssl/manifest
@@ -3,11 +3,11 @@ name: libssl
# Note: remember to update doc-url below!
#
-version: 1.1.1+19
+version: 1.1.1+20
upstream-version: 1.1.1t
project: openssl
-priority: security
+#priority: security
summary: C library providing SSLv3 and TLS implementations
license: OpenSSL ; OpenSSL and Original SSLeay Licenses.
topics: C, TLS, SSL, cryptography
diff --git a/openssl/manifest b/openssl/manifest
index ad66ce2..60736ec 100644
--- a/openssl/manifest
+++ b/openssl/manifest
@@ -3,10 +3,10 @@ name: openssl
# Note: remember to update doc-url below!
#
-version: 1.1.1+19
+version: 1.1.1+20
upstream-version: 1.1.1t
-priority: security
+#priority: security
summary: Command line tool providing various cryptography functions
license: OpenSSL ; OpenSSL and Original SSLeay Licenses.
topics: x.509, TLS, SSL, cryptography