From 3e9ec8b6487c0aaf33fd242ceefa893f289746c4 Mon Sep 17 00:00:00 2001 From: "Thomas A." Date: Sat, 3 Feb 2024 12:53:34 -0800 Subject: [PATCH] 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. --- .gitmodules | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitmodules b/.gitmodules index 0fa6c92cd..0334fa35b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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