[Cryptech-Commits] [releng/alpha] branch master updated: Fix pkcs11 build issue and segfault.

git at cryptech.is git at cryptech.is
Tue Aug 28 03:56:10 UTC 2018


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 df01322  Fix pkcs11 build issue and segfault.
df01322 is described below

commit df0132259efe75caa20cd9316d3729412f2b8146
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Mon Aug 27 23:52:11 2018 -0400

    Fix pkcs11 build issue and segfault.
    
    Some recent changes to sw/libhal were not tested properly against
    sw/pkcs11, which led to a couple of build issues and a segfault.
    
    These have now been fixed.
    
    The floggings will continue until morale improves.
---
 source/sw/libhal | 2 +-
 source/sw/pkcs11 | 2 +-
 source/sw/stm32  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/source/sw/libhal b/source/sw/libhal
index 91658ab..7219e78 160000
--- a/source/sw/libhal
+++ b/source/sw/libhal
@@ -1 +1 @@
-Subproject commit 91658ababd0f3d902c3c40673640b6a8f90c648c
+Subproject commit 7219e78b554a7b7e792a344b0c6cf133affe88b2
diff --git a/source/sw/pkcs11 b/source/sw/pkcs11
index 0e442a9..5936bef 160000
--- a/source/sw/pkcs11
+++ b/source/sw/pkcs11
@@ -1 +1 @@
-Subproject commit 0e442a9ac57df33de87b71e95c27cb0887c3961f
+Subproject commit 5936befa654ce79b2f9ee7cd4f3beb6489bac227
diff --git a/source/sw/stm32 b/source/sw/stm32
index f424af5..322e272 160000
--- a/source/sw/stm32
+++ b/source/sw/stm32
@@ -1 +1 @@
-Subproject commit f424af5cfc62bf4e0902831591a303b02e31a1ca
+Subproject commit 322e272c90488adb65edc6b0bd1ebab442f435d5

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


More information about the Commits mailing list