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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/sw/libhal') 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 -- 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/sw/libhal') 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 -- 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/sw/libhal') 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 -- cgit v1.2.3