From 629d87ea160a8f0de1601f986549137341d7a27c Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 15 May 2019 20:27:31 +0300 Subject: Release version 1.1.1+2 Minor buildfiles cleanup --- README-DEV | 4 +++- libcrypto/libcrypto/buildfile | 1 - libcrypto/manifest | 2 +- libssl/libssl/buildfile | 1 - libssl/manifest | 2 +- openssl/manifest | 2 +- openssl/openssl/buildfile | 2 -- 7 files changed, 6 insertions(+), 8 deletions(-) diff --git a/README-DEV b/README-DEV index 186e461..27ce486 100644 --- a/README-DEV +++ b/README-DEV @@ -19,7 +19,9 @@ need to make sure that packages do not share upstream source files via subdirectory symlinks, not to also share the related intermediate files. If several packages need to compile the same upstream source file, then only one of them can symlink it via the parent directory while others must symlink it -directly. +directly. We also add the `ignore = untracked` configuration option into +.gitmodules to make sure that git ignores the intermediate build files under +upstream/ subdirectory. Normally, when packaging a project, we need to replace some auto-generated headers with our own implementations and deduce compilation/linking options. diff --git a/libcrypto/libcrypto/buildfile b/libcrypto/libcrypto/buildfile index eb9990b..62045a7 100644 --- a/libcrypto/libcrypto/buildfile +++ b/libcrypto/libcrypto/buildfile @@ -31,7 +31,6 @@ i686 = ($c.target.cpu == 'i686') linux = ($tclass == 'linux') bsd = ($tclass == 'bsd') -macos = ($tclass == 'macos') windows = ($tclass == 'windows') gcc = ($c.class == 'gcc') diff --git a/libcrypto/manifest b/libcrypto/manifest index b00cac0..18ef7a4 100644 --- a/libcrypto/manifest +++ b/libcrypto/manifest @@ -3,7 +3,7 @@ name: libcrypto # Note: remember to update summary and doc-url below! # -version: 1.1.1+1 +version: 1.1.1+2 project: openssl summary: C library providing general cryptography and X.509 support, version 1.1.1a diff --git a/libssl/libssl/buildfile b/libssl/libssl/buildfile index d025ee3..1f5838a 100644 --- a/libssl/libssl/buildfile +++ b/libssl/libssl/buildfile @@ -12,7 +12,6 @@ i686 = ($c.target.cpu == 'i686') linux = ($tclass == 'linux') bsd = ($tclass == 'bsd') -macos = ($tclass == 'macos') windows = ($tclass == 'windows') gcc = ($c.class == 'gcc') diff --git a/libssl/manifest b/libssl/manifest index 11dd181..0a7c9c7 100644 --- a/libssl/manifest +++ b/libssl/manifest @@ -3,7 +3,7 @@ name: libssl # Note: remember to update summary and doc-url below! # -version: 1.1.1+1 +version: 1.1.1+2 project: openssl summary: C library providing SSLv3 and TLS implementations, version 1.1.1a 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 -- cgit v1.1