Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-14 | New releng branch "ksng". | Rob Austein | |
Package up all the "new keystore" and "no SQL" changes as packages cryptech-alpha-ksng, to make it easier for others to test them. | |||
2016-12-14 | Oops, need to generate right binary package name too. | Rob Austein | |
2016-12-14 | Support multiple packages corresponding to multiple releng branches. | Rob Austein | |
We want to be able to provide packaged builds of development branches. The most straightforward way to do this is a 1:1 correspondence between branches in the releng tree and variant package names. We adopt a simple convention: the base package name corresponds to the master branch, all other branches are named with the base package name followed by the branch name. So the master branch is the cryptech-alpha package, the ksng branch is the cryptech-alpha-ksng branch, and so forth. This isn't a perfect solution, but it's probably good enough. In order to do this, we need to generate the debian/control file at build-time, so that we can generate the list of conflicting packages. This commit also pulls in a few changes that had collected on the master branches of various repositories, chiefly because a few of them were necessary to get it the build to run at all. | |||
2016-08-21 | Catch up with recent updates to submodules. | Rob Austein | |
2016-08-10 | Whole bunch of improvements to Debian packaging from Ondrej Sury (thanks!). | Rob Austein | |
2016-08-10 | Updated tamper code; new port of libcli; libhal / PKCS #11 bugfixes. | Rob Austein | |
2016-07-15 | Add PyYAML as a dependency in the Homebrew port. | Rob Austein | |
2016-07-13 | Track library name change: libpkcs11 => libcryptech-pkcs11. | Rob Austein | |
2016-07-13 | Drag in probe_cores() and other bugfixes. | Rob Austein | |
2016-07-12 | Drag in cryptech_upload username tweak. | Rob Austein | |
2016-07-12 | Drag in pkcs11 CKF_USER_PIN_INITIALIZED fix. | Rob Austein | |
2016-07-12 | Simplify command for normal pull/build/upload cycle. | Rob Austein | |
2016-07-12 | Drag in cryptech_upload change. | Rob Austein | |
2016-07-12 | Drag in CKR_BUFFER_TOO_SMALL fix and latest CLI tweaks. | Rob Austein | |
2016-07-12 | Drag in this morning's sw/stm32 changes. | Rob Austein | |
2016-07-12 | Move executables from $prefix/sbin to $prefix/bin. | Rob Austein | |
2016-07-12 | Drag in new pkcs11 informational functions. | Rob Austein | |
2016-07-11 | Oops, README.md was written before we added Homebrew support. | Rob Austein | |
2016-07-11 | Update README.md after promoting repository to releng/alpha. | Rob Austein | |
2016-07-11 | Clean up old Homebrew source package tarballs. | Rob Austein | |
2016-07-09 | Drag in sw/stm32 changes. | Rob Austein | |
2016-07-08 | Ignore tap/ for now. | Rob Austein | |
In the long run, we should do a better job of cleaning as we go, but it's a bit tricky to do this without unnecessarily regenerating things that haven't changed (particularly bitstreams). Probably requires minor refactoring of the Makefile rules, perhaps with a holding pen for things (like bitstreams) that we really do not want to regenerate unless something has changed. The current compromise is ugly in places, but works well enough, so this is not a high priority. | |||
2016-07-08 | clean target has to remove "tap" explicitly, "git clean -dfx" won't touch it. | Rob Austein | |
2016-07-08 | Drag in updated cryptech_upload script. | Rob Austein | |
2016-07-08 | Enable software hash cores on HSM. | Rob Austein | |
2016-07-08 | Drag in sw/pkcs11 bugfix. | Rob Austein | |
2016-07-07 | Oops, cryptech_miniterm might work better if I remembered to install it. | Rob Austein | |
2016-07-07 | Drag in more stm32 and libhal changes. | Rob Austein | |
2016-07-07 | Drag in sw/pkcs11 configuration change disabling RPC daemon. | Rob Austein | |
2016-07-07 | Don't try to install the RPC daemon we're not building this week. | Rob Austein | |
2016-07-07 | Drag in various bugfixes. | Rob Austein | |
2016-07-07 | Drag in libhal environment variable changes. | Rob Austein | |
2016-07-06 | Drag in libhal and stm32 updates. | Rob Austein | |
2016-07-05 | Add python-serial to runtime dependencies. | Rob Austein | |
2016-07-05 | Add cryptech_probe script to installation. | Rob Austein | |
2016-07-04 | Drag in updates to user/ln5/tamper. | Rob Austein | |
2016-07-04 | Fix Homebrew Python voodoo so that PySerial loads correctly. | Rob Austein | |
2016-07-03 | Add dependencies for sqlite3 and pyserial to Homebrew formula. | Rob Austein | |
2016-07-03 | Oops, lost trivial bugfix to upload command. | Rob Austein | |
2016-07-03 | Simplify version numbering, add preliminary Homebrew support. | Rob Austein | |
2016-07-02 | Drag in MacOSX support. | Rob Austein | |
2016-07-01 | Drag in libhal Makefile fix. | Rob Austein | |
2016-06-30 | Drag in RPC wire format changes. | Rob Austein | |
2016-06-29 | Document the build process. | Rob Austein | |
2016-06-29 | Drag in submodule updates. | Rob Austein | |
2016-06-29 | Tweak ownerships and permissions in firmware tarball. | Rob Austein | |
2016-06-29 | Make sure we regenerate the changelog when generating a new source package. | Rob Austein | |
In the long run, once this stablizes into a normal set of Debian packages with human maintainer(s), this business of constructing the package changelog automatically will go away, but as long as we're automating this, we need to be consistant in our automation. | |||
2016-06-29 | Add tamper.hex to firmware tarball; start adding support scripts; more minor ↵ | Rob Austein | |
build process cleanup. | |||
2016-06-28 | Tweak build-shadow-tree.py to adjust an existing tree as well as creating a ↵ | Rob Austein | |
new one. Original design intent was that the build tree be created once then left alone, but this turns out to be short-sighted: we really don't want to have to re-synthesize all of the Verilog code just because somebody added a new C file to the firmware. | |||
2016-06-28 | Drag in today's submodule updates. | Rob Austein | |