From 4d6f6ceebcb0422bfcf3443e7f4eb7a9eb1e4338 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Mon, 13 Jul 2020 00:36:11 -0400 Subject: Still more fun building packages with Python 3 --- source/sw/libhal | 2 +- source/sw/pkcs11 | 2 +- source/sw/stm32 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'source/sw') diff --git a/source/sw/libhal b/source/sw/libhal index aab1cf4..f120a26 160000 --- a/source/sw/libhal +++ b/source/sw/libhal @@ -1 +1 @@ -Subproject commit aab1cf4d694b4d4fefa77f02b4c42d7683a2f43f +Subproject commit f120a263ec422739d201843a5979bfabdf410708 diff --git a/source/sw/pkcs11 b/source/sw/pkcs11 index 5936bef..bf8e254 160000 --- a/source/sw/pkcs11 +++ b/source/sw/pkcs11 @@ -1 +1 @@ -Subproject commit 5936befa654ce79b2f9ee7cd4f3beb6489bac227 +Subproject commit bf8e254c435c972a7ab28700eab48a2b6ae79c57 diff --git a/source/sw/stm32 b/source/sw/stm32 index 52f72e1..b7e1cf4 160000 --- a/source/sw/stm32 +++ b/source/sw/stm32 @@ -1 +1 @@ -Subproject commit 52f72e1e5dc5d3b646b54363f811ee2fd7958c19 +Subproject commit b7e1cf46f7c88740732dea1d9885193567af2e78 -- cgit v1.2.3 From ed161c5f748ce4ffa382b78b4718fe1bc6a98a03 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Mon, 13 Jul 2020 01:26:43 -0400 Subject: Rewrite script to use subprocess.run(), another python -> python3 --- source/sw/pkcs11 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/sw') diff --git a/source/sw/pkcs11 b/source/sw/pkcs11 index bf8e254..3b33d6d 160000 --- a/source/sw/pkcs11 +++ b/source/sw/pkcs11 @@ -1 +1 @@ -Subproject commit bf8e254c435c972a7ab28700eab48a2b6ae79c57 +Subproject commit 3b33d6df40d6c6b12611ece5c45592d95bd4c12c -- cgit v1.2.3 From a14301091cfd8fda6eef5b637fff15bac2509791 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Mon, 13 Jul 2020 10:37:31 -0400 Subject: Missed (one?) script while converting to Python 3 --- source/sw/pkcs11 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/sw') diff --git a/source/sw/pkcs11 b/source/sw/pkcs11 index 3b33d6d..b424b2a 160000 --- a/source/sw/pkcs11 +++ b/source/sw/pkcs11 @@ -1 +1 @@ -Subproject commit 3b33d6df40d6c6b12611ece5c45592d95bd4c12c +Subproject commit b424b2af8b3e5097eb7e829d2a728a1720d5d0bd -- cgit v1.2.3 From 127ea05727538019f6914a70cfde14331355ad26 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Tue, 1 Sep 2020 11:02:50 -0400 Subject: Pull up submodules * One more Python3 fix * Joachim's latest SHA-1 tweaks --- source/sw/stm32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/sw') diff --git a/source/sw/stm32 b/source/sw/stm32 index b7e1cf4..4050df5 160000 --- a/source/sw/stm32 +++ b/source/sw/stm32 @@ -1 +1 @@ -Subproject commit b7e1cf46f7c88740732dea1d9885193567af2e78 +Subproject commit 4050df583c3221e55e7ada23c211cfc38fae7d89 -- cgit v1.2.3 From b142a775c297a32f5ffbdf0dc1bb1ddef62e2dc6 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Tue, 1 Sep 2020 18:45:50 -0400 Subject: 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(-) (limited to 'source/sw') 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 -- cgit v1.2.3 From 3e82e03f24fdde680a4224427b6bb58237b966bc Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Wed, 2 Sep 2020 02:22:40 -0400 Subject: Well of course there had to be one last dumb Python3 string bug --- source/sw/libhal | 2 +- source/sw/stm32 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'source/sw') diff --git a/source/sw/libhal b/source/sw/libhal index 9733c5e..6212a59 160000 --- a/source/sw/libhal +++ b/source/sw/libhal @@ -1 +1 @@ -Subproject commit 9733c5e7faf9aee874c1176381abcda98deb48f9 +Subproject commit 6212a592c52372080c7c5035c6a2513dcb50cf61 diff --git a/source/sw/stm32 b/source/sw/stm32 index 646454d..314ba09 160000 --- a/source/sw/stm32 +++ b/source/sw/stm32 @@ -1 +1 @@ -Subproject commit 646454d4264ae27769cb20f31f31eb7cb0b9a908 +Subproject commit 314ba09b1447ec20c7ffad587691c83b965e7400 -- cgit v1.2.3