diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-01-24 16:59:41 +0100 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-02-24 12:14:20 +0100 |
commit | 8c5a7b8dc317307f494a83a8d985f5c5ee09a3a4 (patch) | |
tree | 214486b1f9b57bf3d81758fcce24c8ea5eedd319 /etc/import/include/git2/TARGETS.git2 | |
parent | b86388107fda2094060a5e9470728b7be9d750c9 (diff) | |
download | justbuild-8c5a7b8dc317307f494a83a8d985f5c5ee09a3a4.tar.gz |
libgit2: Update to v1.5.0
Changes to build description:
- new USE_SHA256 flag
- removed "Generic" option for USE_SHA1
- updated to the new source code structure
(split "src/git2" into "src/libgit2" and "src/util")
Diffstat (limited to 'etc/import/include/git2/TARGETS.git2')
-rw-r--r-- | etc/import/include/git2/TARGETS.git2 | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/etc/import/include/git2/TARGETS.git2 b/etc/import/include/git2/TARGETS.git2 index 00d78cb0..34448f2b 100644 --- a/etc/import/include/git2/TARGETS.git2 +++ b/etc/import/include/git2/TARGETS.git2 @@ -14,6 +14,7 @@ , "USE_NTLMCLIENT" , "USE_GSSAPI" , "USE_SHA1" + , "USE_SHA256" , "USE_HTTPS" ] , "target": "feature_header" @@ -130,6 +131,16 @@ , ["mbedTLS", [["GIT_SHA1_MBEDTLS", 1]]] ] } + , { "type": "case*" + , "expr": {"type": "var", "name": "USE_SHA256"} + , "case": + [ ["Builtin", [["GIT_SHA256_BUILTIN", 1]]] + , ["Win32", [["GIT_SHA256_WIN32", 1]]] + , ["CommonCrypto", [["GIT_SHA256_COMMON_CRYPTO", 1]]] + , ["OpenSSL", [["GIT_SHA256_OPENSSL", 1]]] + , ["mbedTLS", [["GIT_SHA256_MBEDTLS", 1]]] + ] + } ] } ] @@ -146,7 +157,7 @@ , "sys/repository.h": { "type": ["@", "rules", "patch", "file"] , "src": [["FILE", null, "sys/repository.h"]] - , "patch": [["@", "patches", "", "libgit2_v1.2.0_fix-fake-repo.patch"]] + , "patch": [["@", "patches", "", "libgit2_v1.5.0_fix-fake-repo.patch"]] , "patch-part": ["a", "include", "git2", "sys", "repository.h"] } , "TREE": @@ -173,6 +184,7 @@ , "deprecated.h" , "describe.h" , "diff.h" + , "email.h" , "errors.h" , "filter.h" , "global.h" @@ -226,6 +238,7 @@ , "sys/credential.h" , "sys/cred.h" , "sys/diff.h" + , "sys/email.h" , "sys/filter.h" , "sys/hashsig.h" , "sys/index.h" @@ -238,6 +251,7 @@ , "sys/refdb_backend.h" , "sys/reflog.h" , "sys/refs.h" + , "sys/remote.h" , "sys/repository.h" , "sys/stream.h" , "sys/transport.h" |