From 7de61ef289dc2347431ea12a5b2cee078786db20 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 22 Jun 2019 16:40:13 +0300 Subject: Release version 1.1.1+3 Bump toolchain version dependency to 0.11.0 in manifest. Switch to topics from tags in manifest. Add upstream-version value to manifest. Disable 'object file does not define any public symbols' lib.exe warning. --- openssl/manifest | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'openssl') diff --git a/openssl/manifest b/openssl/manifest index ffb7296..5c8b6ba 100644 --- a/openssl/manifest +++ b/openssl/manifest @@ -1,13 +1,14 @@ : 1 name: openssl -# Note: remember to update summary and doc-url below! +# Note: remember to update doc-url below! # -version: 1.1.1+2 +version: 1.1.1+3 +upstream-version: 1.1.1a -summary: Command line tool providing various cryptography functions, version 1.1.1a +summary: Command line tool providing various cryptography functions license: OpenSSL License, SSLeay License; Copyleft free dual software license. -tags: SSLv3, SSL, TLS, x.509, cryptography, command, line, tool +topics: x.509, TLS, SSL, cryptography description-file: README url: https://www.openssl.org/ doc-url: https://www.openssl.org/docs/man1.1.1/man3/ @@ -17,7 +18,7 @@ email: openssl-users@openssl.org ; Mailing list. package-email: packaging@build2.org ; Mailing list. build-error-email: builds@build2.org builds: all -depends: * build2 >= 0.10.0- -depends: * bpkg >= 0.10.0- +depends: * build2 >= 0.11.0 +depends: * bpkg >= 0.11.0 depends: libcrypto == $ depends: libssl == $ -- cgit v1.1