diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-03-23 17:53:11 +0100 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-03-24 12:07:28 +0100 |
commit | ed3dae4478b45229c80177122346985d6042c250 (patch) | |
tree | 68a6123a329d4e7a606e0120db6b5d767ac16433 | |
parent | eb291b9ebe3252c2113501a8829d2da2d41205b2 (diff) | |
download | justbuild-ed3dae4478b45229c80177122346985d6042c250.tar.gz |
external: update libgit2 to v1.5.2
This is the last (and recommended) revision of minor v1.5.
-rw-r--r-- | etc/import/TARGETS.git2 | 3 | ||||
-rw-r--r-- | etc/import/include/git2/TARGETS.git2 | 2 | ||||
-rw-r--r-- | etc/import/src/util/TARGETS.git2 | 2 | ||||
-rw-r--r-- | etc/repos.json | 10 |
4 files changed, 5 insertions, 12 deletions
diff --git a/etc/import/TARGETS.git2 b/etc/import/TARGETS.git2 index c4fbebf2..a6293636 100644 --- a/etc/import/TARGETS.git2 +++ b/etc/import/TARGETS.git2 @@ -18,7 +18,6 @@ , "ENV" , "USE_SYSTEM_LIBS" , "DEBUG_POOL" - , "ENABLE_TRACE" , "THREADSAFE" , "REGEX_BACKEND" , "WINHTTP" @@ -88,7 +87,6 @@ , "TARGET_ARCH" , "USE_SYSTEM_LIBS" , "DEBUG_POOL" - , "ENABLE_TRACE" , "THREADSAFE" , "REGEX_BACKEND" , "WINHTTP" @@ -227,7 +225,6 @@ , "vars": [ "USE_SYSTEM_LIBS" , "DEBUG_POOL" - , "ENABLE_TRACE" , "THREADSAFE" , "REGEX_BACKEND" , "USE_ICONV" diff --git a/etc/import/include/git2/TARGETS.git2 b/etc/import/include/git2/TARGETS.git2 index 34448f2b..984fe0d8 100644 --- a/etc/import/include/git2/TARGETS.git2 +++ b/etc/import/include/git2/TARGETS.git2 @@ -5,7 +5,6 @@ , "ARCH" , "TARGET_ARCH" , "DEBUG_POOL" - , "ENABLE_TRACE" , "THREADSAFE" , "REGEX_BACKEND" , "USE_ICONV" @@ -47,7 +46,6 @@ , { "type": "++" , "$1": [ [ ["GIT_DEBUG_POOL", {"type": "var", "name": "DEBUG_POOL"}] - , ["GIT_TRACE", {"type": "var", "name": "ENABLE_TRACE"}] , ["GIT_THREADS", {"type": "var", "name": "THREADSAFE"}] , { "type": "if" , "cond": {"type": "var", "name": "IS_32BIT"} diff --git a/etc/import/src/util/TARGETS.git2 b/etc/import/src/util/TARGETS.git2 index d3028a74..c03fd06e 100644 --- a/etc/import/src/util/TARGETS.git2 +++ b/etc/import/src/util/TARGETS.git2 @@ -50,7 +50,6 @@ , "unix/pthread.h" , "win32/dir.h" , "win32/error.h" - , "win32/findfile.h" , "win32/mingw-compat.h" , "win32/msvc-compat.h" , "win32/path_w32.h" @@ -100,7 +99,6 @@ , "srcs": [ "win32/dir.c" , "win32/error.c" - , "win32/findfile.c" , "win32/map.c" , "win32/path_w32.c" , "win32/posix_w32.c" diff --git a/etc/repos.json b/etc/repos.json index f4d42813..3b25b34c 100644 --- a/etc/repos.json +++ b/etc/repos.json @@ -382,11 +382,11 @@ , "com_github_libgit2_libgit2": { "repository": { "type": "archive" - , "content": "3673ddf85118955a7611a93968f9d1af35e7815c" - , "fetch": "https://github.com/libgit2/libgit2/archive/refs/tags/v1.5.0.tar.gz" - , "sha256": "8de872a0f201b33d9522b817c92e14edb4efad18dae95cf156cf240b2efff93e" - , "sha512": "7a32b27cd32bd03ce7be6c127317f82a4ac6f16615c3234699676781f4858d057edb0410b2fe36fd2e634b00748a8b0be17f23809e09a7602ba48185134300f7" - , "subdir": "libgit2-1.5.0" + , "content": "0c7c845401ae9ad63c5617da6df7e84145b699a0" + , "fetch": "https://github.com/libgit2/libgit2/archive/refs/tags/v1.5.2.tar.gz" + , "sha256": "57638ac0e319078f56a7e17570be754515e5b1276d3750904b4214c92e8fa196" + , "sha512": "0de5e82953482bf57e9cd221406581a12c6acfbeeea0cebbb9b701d288804ec085b7c0902ba1f04ad7cdaaead9d472be21ffe8d730050db5c77101a93448fb3a" + , "subdir": "libgit2-1.5.2" } , "target_root": "import targets" , "target_file_name": "TARGETS.git2" |