From 4266d0bef6cf3f58fb4669d225d5590c0f2118d5 Mon Sep 17 00:00:00 2001 From: Dmitry Baryshkov Date: Thu, 14 May 2020 05:28:20 +0300 Subject: devel: add libtasn1 submodule GnuTLS maintains a part of libtasn1 sources in form of minitasn1 import. Add libtasn1 submodule to ease synchronization with libtasn1. Signed-off-by: Dmitry Baryshkov --- .gitmodules | 3 +++ devel/libtasn1 | 1 + 2 files changed, 4 insertions(+) create mode 160000 devel/libtasn1 diff --git a/.gitmodules b/.gitmodules index 672f483a31..911c918895 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,3 +16,6 @@ [submodule "devel/nettle"] path = devel/nettle url = https://gitlab.com/gnutls/nettle.git +[submodule "devel/libtasn1"] + path = devel/libtasn1 + url = https://gitlab.com/gnutls/libtasn1.git diff --git a/devel/libtasn1 b/devel/libtasn1 new file mode 160000 index 0000000000..7820459382 --- /dev/null +++ b/devel/libtasn1 @@ -0,0 +1 @@ +Subproject commit 78204593822b4c1a8e0ca87f57c48e5936b0fe2c -- cgit v1.2.1