From 61e1366122f8d1b9e2434a8103e7af00a35ea902 Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Wed, 17 Aug 2022 13:25:03 +0200 Subject: [PATCH] submodules: add new upx-vendor submodules in directory "vendor" --- .gitmodules | 20 ++++++++++++++++++++ vendor/doctest | 1 + vendor/lzma-sdk | 1 + vendor/ucl | 1 + vendor/zlib | 1 + 5 files changed, 24 insertions(+) create mode 160000 vendor/doctest create mode 160000 vendor/lzma-sdk create mode 160000 vendor/ucl create mode 160000 vendor/zlib diff --git a/.gitmodules b/.gitmodules index e69de29b..c3709391 100644 --- a/.gitmodules +++ b/.gitmodules @@ -0,0 +1,20 @@ +[submodule "vendor/doctest"] + path = vendor/doctest + url = https://github.com/upx/upx-vendor-doctest.git + branch = upx-vendor + shallow = true +[submodule "vendor/lzma-sdk"] + path = vendor/lzma-sdk + url = https://github.com/upx/upx-vendor-lzma-sdk.git + branch = upx-vendor + shallow = true +[submodule "vendor/ucl"] + path = vendor/ucl + url = https://github.com/upx/upx-vendor-ucl.git + branch = upx-vendor + shallow = true +[submodule "vendor/zlib"] + path = vendor/zlib + url = https://github.com/upx/upx-vendor-zlib.git + branch = upx-vendor + shallow = true diff --git a/vendor/doctest b/vendor/doctest new file mode 160000 index 00000000..bd5eb234 --- /dev/null +++ b/vendor/doctest @@ -0,0 +1 @@ +Subproject commit bd5eb234a17624a8b6ab663368e9cc529235bc75 diff --git a/vendor/lzma-sdk b/vendor/lzma-sdk new file mode 160000 index 00000000..ce0e8e92 --- /dev/null +++ b/vendor/lzma-sdk @@ -0,0 +1 @@ +Subproject commit ce0e8e923df56495bee234853c7e70adb3b89133 diff --git a/vendor/ucl b/vendor/ucl new file mode 160000 index 00000000..7c71ac7c --- /dev/null +++ b/vendor/ucl @@ -0,0 +1 @@ +Subproject commit 7c71ac7c54b8edfcf062a514e0ddf1b412a16883 diff --git a/vendor/zlib b/vendor/zlib new file mode 160000 index 00000000..e7bb221c --- /dev/null +++ b/vendor/zlib @@ -0,0 +1 @@ +Subproject commit e7bb221cc027cc72a96687d6dabaee7da2285f13