[Cryptech-Commits] [releng/alpha] branch master updated: Convert to PyCryptodome, drop ancient releases

git at cryptech.is git at cryptech.is
Tue Jan 4 14:35:04 UTC 2022


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 113241e  Convert to PyCryptodome, drop ancient releases
113241e is described below

commit 113241ef1c371cce9d0bb4d92665bfd93c8b5b06
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Tue Jan 4 09:31:49 2022 -0500

    Convert to PyCryptodome, drop ancient releases
    
    Debian Stretch and Ubuntu Xenial are pretty old and would be dropped
    soon anyway, but the main reason for dropping them now is so that the
    last set of binary packages we provide for them will predate the
    change from PyCrypto to PyCryptodome.
---
 Makefile                              | 6 +++---
 scripts/build-debian-control-files.py | 2 +-
 source/sw/libhal                      | 2 +-
 source/sw/pkcs11                      | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/Makefile b/Makefile
index 9c6ae9f..e5dcfc1 100644
--- a/Makefile
+++ b/Makefile
@@ -42,9 +42,9 @@ REPO_UMASK	 := 002
 
 PBUILDER_BASE	 := ${HOME}/pbuilder
 PBUILDER_TARGETS := \
-	$(addsuffix /amd64, debian/stretch debian/buster debian/bullseye ubuntu/xenial ubuntu/bionic ubuntu/focal) \
-	$(addsuffix /i386,  debian/stretch debian/buster debian/bullseye ubuntu/xenial ubuntu/bionic) \
-	$(addsuffix /armhf, debian/stretch debian/buster debian/bullseye)
+	$(addsuffix /amd64, debian/buster debian/bullseye ubuntu/bionic ubuntu/focal) \
+	$(addsuffix /i386,  debian/buster debian/bullseye ubuntu/bionic) \
+	$(addsuffix /armhf, debian/buster debian/bullseye)
 
 # Where we upload the final results (if we do)
 
diff --git a/scripts/build-debian-control-files.py b/scripts/build-debian-control-files.py
index 46958ea..2000a7c 100755
--- a/scripts/build-debian-control-files.py
+++ b/scripts/build-debian-control-files.py
@@ -34,7 +34,7 @@ Architecture: any
 Depends: python3,
          python3-serial (>= 3.0),
          python3-tornado (>= 4.0),
-         python3-crypto,
+         python3-pycryptodome,
          ${{misc:Depends}},
          ${{python3:Depends}},
          ${{shlibs:Depends}}
diff --git a/source/sw/libhal b/source/sw/libhal
index f8c3655..6f0d823 160000
--- a/source/sw/libhal
+++ b/source/sw/libhal
@@ -1 +1 @@
-Subproject commit f8c3655b7af461555b89f7394c396b7ed7a267ee
+Subproject commit 6f0d8236b8622a68f42284ed1314d8acd86c89ed
diff --git a/source/sw/pkcs11 b/source/sw/pkcs11
index b424b2a..3d97567 160000
--- a/source/sw/pkcs11
+++ b/source/sw/pkcs11
@@ -1 +1 @@
-Subproject commit b424b2af8b3e5097eb7e829d2a728a1720d5d0bd
+Subproject commit 3d97567439d04b8e628be88793e5c555416198a4

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


More information about the Commits mailing list