From 0d4c445291b4dd98be8aa3e4ea23880a8db6168e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 2 Jun 2023 10:14:10 +0200 Subject: Release version 1.1.1+20 Add missing windows variable assignment in libssl buildfile. --- libssl/libssl/buildfile | 5 +++-- libssl/manifest | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'libssl') 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 -- cgit v1.1