Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-12 | Attempt to go Python3-only | Rob Austein | |
Ubuntu 20.04 no longer really supports Python 2, so we'd have to fork the packaging code if we wanted to keep support for Python 2 elsewhere. Given that Python 3 has been around for a more than a decade and that Python 2 was formally EOLed more than six months ago as of this writing, this seems like an unnecessary complication. The biggest change is rewriting the Homebrew formula for Python 3. | |||
2020-06-21 | Preliminary support for Python 3 | Rob Austein | |
This is a first step towards moving all of the Cryptech code from Python 2 to Python 3. At this stage, the goal is to make the same source code work in both language dialects, and to build packages which install both versions of the library code. This is a necessary step along the way, but since Python 2 is already past EOL as of this writing and since some distributions have started dropping all support for Python 2, we will almost certainly want to drop all Python 2 support in the relatively near future, if only because it's not really to do all the packaging right for both versions at once without much more trouble than a dead language dialect is probably worth. All platforms we care about should support Python 3 already, any that don't probably have much worse problems. So the primary purpose of pushing this particular commit is to archive what will probably be the last version supporting Python 2, while giving folks a chance to test the incoming Python 3 support a bit. Once we've cut loose from Python 2 for good, there's some cleanup we can and should do (eg, all the gymnastics to work around Python 2's handling of bytes as a form of text rather than a sequence of small integers), but for the moment we want to keep that compatability, albeit briefly. | |||
2017-04-14 | First cut at a setup.py for our Python code. | Rob Austein | |
2016-07-13 | Track library name change: libpkcs11 => libcryptech-pkcs11. | Rob Austein | |
2016-07-12 | Move executables from $prefix/sbin to $prefix/bin. | Rob Austein | |
2016-07-07 | Oops, cryptech_miniterm might work better if I remembered to install it. | Rob Austein | |
2016-07-07 | Don't try to install the RPC daemon we're not building this week. | Rob Austein | |
2016-07-05 | Add cryptech_probe script to installation. | Rob Austein | |
2016-06-29 | Add tamper.hex to firmware tarball; start adding support scripts; more minor ↵ | Rob Austein | |
build process cleanup. | |||
2016-06-27 | Mostly working. A few scripts still missing from binary packages, and no ↵ | Rob Austein | |
Homebrew yet. | |||
2016-06-27 | First cut at consolidated alpha releng. | Rob Austein | |
Undoubtedly doesn't work yet, and still needs doc, but perhaps now ready for testing on build machine. |