[Cryptech-Commits] [releng/alpha] branch master updated: Update submodules and add missing ones, as needed

git at cryptech.is git at cryptech.is
Sat Apr 18 21:31:48 UTC 2020


This is an automated email from the git hooks/post-receive script.

sra at hactrn.net pushed a commit to branch master
in repository releng/alpha.

The following commit(s) were added to refs/heads/master by this push:
     new bdf3440  Update submodules and add missing ones, as needed
bdf3440 is described below

commit bdf3440027e4cd5a2bcf8d7a0b9bcab90eb9b765
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Sat Apr 18 17:30:15 2020 -0400

    Update submodules and add missing ones, as needed
    
    It's been a while since we did a full reproducible build via the
    releng tree.  Some of the old modules are now obsolete, and a couple
    of the new ones weren't present.
    
    This is an initial test after updating the existing submodules and
    adding the missing ones.  I don't really expect it to work, it's a
    first attempt.
    
    At minimum, we should go through and clean out submodules we no longer
    use, but that can wait until we figure out if we now have all the
    right modules and branches recorded here and whether the resulting
    configuration works properly.
---
 .gitmodules                 | 6 ++++++
 source/core/comm/fmc        | 2 +-
 source/core/math/modexpng   | 1 +
 source/core/platform/alpha  | 2 +-
 source/core/platform/common | 2 +-
 source/core/util/keywrap    | 1 +
 source/sw/libhal            | 2 +-
 source/sw/stm32             | 2 +-
 source/sw/thirdparty/libtfm | 2 +-
 9 files changed, 14 insertions(+), 6 deletions(-)

diff --git a/.gitmodules b/.gitmodules
index 246be85..cce38ea 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -73,3 +73,9 @@
 [submodule "source/core/lib"]
 	path = source/core/lib
 	url = https://git.cryptech.is/core/lib.git
+[submodule "source/core/math/modexpng"]
+	path = source/core/math/modexpng
+	url = http://git.cryptech.is/core/math/modexpng.git
+[submodule "source/core/util/keywrap"]
+	path = source/core/util/keywrap
+	url = http://git.cryptech.is/core/util/keywrap.git
diff --git a/source/core/comm/fmc b/source/core/comm/fmc
index ee2f6aa..1937426 160000
--- a/source/core/comm/fmc
+++ b/source/core/comm/fmc
@@ -1 +1 @@
-Subproject commit ee2f6aa62c1bee23c61861b59dfde99911d2d566
+Subproject commit 19374267f9c8614b1c5863a2f3433a01ae37fb08
diff --git a/source/core/math/modexpng b/source/core/math/modexpng
new file mode 160000
index 0000000..22744d6
--- /dev/null
+++ b/source/core/math/modexpng
@@ -0,0 +1 @@
+Subproject commit 22744d6c6ee23fb31acead517c7fdb7e786eea6e
diff --git a/source/core/platform/alpha b/source/core/platform/alpha
index ab23f87..0fb070a 160000
--- a/source/core/platform/alpha
+++ b/source/core/platform/alpha
@@ -1 +1 @@
-Subproject commit ab23f87e78f441830587c6c82d90e35b4cec7d29
+Subproject commit 0fb070a2a709f15f76c80b532b30550eaea73240
diff --git a/source/core/platform/common b/source/core/platform/common
index 5ae9fac..275951e 160000
--- a/source/core/platform/common
+++ b/source/core/platform/common
@@ -1 +1 @@
-Subproject commit 5ae9fac48b80c3f27d9f78e3be89cf1d1d59a707
+Subproject commit 275951ed02caba8e7bff4723de9fdb24a5087da5
diff --git a/source/core/util/keywrap b/source/core/util/keywrap
new file mode 160000
index 0000000..4333178
--- /dev/null
+++ b/source/core/util/keywrap
@@ -0,0 +1 @@
+Subproject commit 4333178c6a8f467ddacc13ddae0bed588b6bdcf3
diff --git a/source/sw/libhal b/source/sw/libhal
index 9e6edd6..6f8ac4f 160000
--- a/source/sw/libhal
+++ b/source/sw/libhal
@@ -1 +1 @@
-Subproject commit 9e6edd6082cc8d501e2b062983ed58b01ef677d7
+Subproject commit 6f8ac4f72ef2fb003038293a62e47edf6c962b36
diff --git a/source/sw/stm32 b/source/sw/stm32
index e203f79..f09f1b8 160000
--- a/source/sw/stm32
+++ b/source/sw/stm32
@@ -1 +1 @@
-Subproject commit e203f797dddfcd03419e7ac336a86a6186fce0c1
+Subproject commit f09f1b8f4494e90ee672e92f3357229bdfb7d0ae
diff --git a/source/sw/thirdparty/libtfm b/source/sw/thirdparty/libtfm
index 269fc4e..3189a37 160000
--- a/source/sw/thirdparty/libtfm
+++ b/source/sw/thirdparty/libtfm
@@ -1 +1 @@
-Subproject commit 269fc4e58f616a2cf1c318f494ec18a52991da8c
+Subproject commit 3189a37313b19c994482e78589072519ce6b9ac9

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Commits mailing list