[Cryptech-Commits] [releng/alpha] branch python3 updated: Shake out a few more Python 3 bugs
git at cryptech.is
git at cryptech.is
Tue Sep 1 22:44:05 UTC 2020
This is an automated email from the git hooks/post-receive script.
sra at hactrn.net pushed a commit to branch python3
in repository releng/alpha.
The following commit(s) were added to refs/heads/python3 by this push:
new b142a77 Shake out a few more Python 3 bugs
b142a77 is described below
commit b142a775c297a32f5ffbdf0dc1bb1ddef62e2dc6
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Tue Sep 1 18:45:50 2020 -0400
Shake out a few more Python 3 bugs
* PyCrypto doesn't work right with Python 3.8, kludge around it for now
* Farbled a few more str <-> bytes conversions in cryptech_upload
---
source/sw/libhal | 2 +-
source/sw/stm32 | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/source/sw/libhal b/source/sw/libhal
index f120a26..9733c5e 160000
--- a/source/sw/libhal
+++ b/source/sw/libhal
@@ -1 +1 @@
-Subproject commit f120a263ec422739d201843a5979bfabdf410708
+Subproject commit 9733c5e7faf9aee874c1176381abcda98deb48f9
diff --git a/source/sw/stm32 b/source/sw/stm32
index 4050df5..646454d 160000
--- a/source/sw/stm32
+++ b/source/sw/stm32
@@ -1 +1 @@
-Subproject commit 4050df583c3221e55e7ada23c211cfc38fae7d89
+Subproject commit 646454d4264ae27769cb20f31f31eb7cb0b9a908
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Commits
mailing list