Add libressl Branch Information To ".gitmodules"

This is so we can take advantage of `git submodule update --remote`. Some submodules don't use the default branch.
This commit is contained in:
Thomas A. 2024-02-03 12:53:34 -08:00
parent f3b0ae0c35
commit 3e9ec8b648

4
.gitmodules vendored
View File

@ -339,15 +339,19 @@
[submodule "src/external/libressl-2.2.9"]
path = src/external/libressl-2.2.9
url = ../darling-libressl.git
branch = v2.2.9
[submodule "src/external/libressl-2.5.5"]
path = src/external/libressl-2.5.5
url = ../darling-libressl.git
branch = v2.5.5
[submodule "src/external/libressl-2.6.5"]
path = src/external/libressl-2.6.5
url = ../darling-libressl.git
branch = v2.6.5
[submodule "src/external/libressl-2.8.3"]
path = src/external/libressl-2.8.3
url = ../darling-libressl.git
branch = v2.8.3
[submodule "src/external/OpenLDAP"]
path = src/external/OpenLDAP
url = ../darling-openldap.git