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. --- libcrypto/manifest | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'libcrypto/manifest') diff --git a/libcrypto/manifest b/libcrypto/manifest index 18ef7a4..86a2037 100644 --- a/libcrypto/manifest +++ b/libcrypto/manifest @@ -1,14 +1,15 @@ : 1 name: libcrypto -# 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 project: openssl -summary: C library providing general cryptography and X.509 support, version 1.1.1a +summary: C library providing general cryptography and X.509 support license: OpenSSL License, SSLeay License; Copyleft free dual software license. -tags: x.509, cryptography, library, c, api, interface +topics: C, x.509, cryptography description-file: README url: https://www.openssl.org/ doc-url: https://www.openssl.org/docs/man1.1.1/man3/ @@ -18,5 +19,5 @@ 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 -- cgit v1.1