From git at cryptech.is Sat Feb 1 18:48:44 2025 From: git at cryptech.is (git at cryptech.is) Date: Sat, 01 Feb 2025 18:48:44 +0000 Subject: [Cryptech-Commits] [wiki] branch master updated: Formatting Message-ID: <173843572497.60982.9986928248844818517@bikeshed.cryptech.is> This is an automated email from the git hooks/post-receive script. sra at hactrn.net pushed a commit to branch master in repository wiki. The following commit(s) were added to refs/heads/master by this push: new 1cd0b6e Formatting 1cd0b6e is described below commit 1cd0b6e2178345c2e75070e3ad35f1cab967a9f8 Author: Rob Austein AuthorDate: Sat Feb 1 13:48:05 2025 -0500 Formatting --- content/BinaryPackages.md | 156 +++++++++++++++++++++------------------------- 1 file changed, 72 insertions(+), 84 deletions(-) diff --git a/content/BinaryPackages.md b/content/BinaryPackages.md index 30470b9..ab141c1 100644 --- a/content/BinaryPackages.md +++ b/content/BinaryPackages.md @@ -5,7 +5,6 @@ Date: 2016-12-15 22:44 Modified: 2019-09-03 15:23 Category: Releases - The Cryptech Project maintains APT and Homebrew repositories containing packaged software for the Cryptech Alpha board for Debian and Ubuntu Linux and for Mac OS X. The binary packages also include @@ -15,66 +14,64 @@ CPU, and AVR ATtiny828 MCU. ## How to get APT packages for Debian Stretch, Debian Buster, Ubuntu Xenial, or Ubuntu Bionic -* Fetch and validate the repository key. Presumably you're security - concious (otherwise, why are you installing this stuff?), so you may - want to pay attention to what `gpg --check-sig` says here. +* Fetch and validate the repository key. Presumably you're security + concious (otherwise, why are you installing this stuff?), so you may + want to pay attention to what `gpg --check-sig` says here. + ``` + $ id=37A8E93F5D7E7B9A + $ wget https://apt.cryptech.is/apt-gpg-key.gpg + $ gpg --recv-key $id + $ gpg --check-sig $id + ``` - ``` - $ id=37A8E93F5D7E7B9A - $ wget https://apt.cryptech.is/apt-gpg-key.gpg - $ gpg --recv-key $id - $ gpg --check-sig $id - ``` +* Install the repository key. We used to use `apt-key(8)` for this, + these days the cool kids use the `/etc/apt/trusted.gpg.d/` directory: + ``` + $ sudo chown root:root apt-gpg-key.gpg + $ sudo mv apt-gpg-key.gpg /etc/apt/trusted.gpg.d/cryptech.gpg + ``` -* Install the repository key. We used to use `apt-key(8)` for this, - these days the cool kids use the `/etc/apt/trusted.gpg.d/` directory: +* Configure apt to use the repository. You need to add a couple of + entries to `/etc/apt/source.list.d/`; which entries you need to add + depends on which distribution you're running. + * For Debian Stretch, do: - ``` - $ sudo chown root:root apt-gpg-key.gpg - $ sudo mv apt-gpg-key.gpg /etc/apt/trusted.gpg.d/cryptech.gpg - ``` + ``` + $ sudo wget -q -O /etc/apt/sources.list.d/cryptech.list https://apt.cryptech.is/sources.stretch.list + ``` + * For Debian Buster, do: -* Configure apt to use the repository. You need to add a couple of - entries to `/etc/apt/source.list.d/`; which entries you need to add - depends on which distribution you're running. - * For Debian Stretch, do: - ``` - $ sudo wget -q -O /etc/apt/sources.list.d/cryptech.list https://apt.cryptech.is/sources.stretch.list - ``` - * For Debian Buster, do: - ``` - $ sudo wget -q -O /etc/apt/sources.list.d/cryptech.list https://apt.cryptech.is/sources.buster.list - ``` - * For Ubuntu Xenial, do: - ``` - $ sudo wget -q -O /etc/apt/sources.list.d/cryptech.list https://apt.cryptech.is/sources.xenial.list - ``` - * For Ubuntu Bionic, do: - ``` - $ sudo wget -q -O /etc/apt/sources.list.d/cryptech.list https://apt.cryptech.is/sources.bionic.list - ``` - + ``` + $ sudo wget -q -O /etc/apt/sources.list.d/cryptech.list https://apt.cryptech.is/sources.buster.list + ``` + * For Ubuntu Xenial, do: + ``` + $ sudo wget -q -O /etc/apt/sources.list.d/cryptech.list https://apt.cryptech.is/sources.xenial.list + ``` -* Update the package index. + * For Ubuntu Bionic, do: + ``` + $ sudo wget -q -O /etc/apt/sources.list.d/cryptech.list https://apt.cryptech.is/sources.bionic.list + ``` - ``` - $ sudo apt-get update - ``` +* Update the package index. + ``` + $ sudo apt-get update + ``` -* Install the `cryptech-alpha` package. - +* Install the `cryptech-alpha` package. - ``` - $ sudo apt-get install cryptech-alpha - ``` + ``` + $ sudo apt-get install cryptech-alpha + ``` ## Updating APT packages @@ -89,54 +86,45 @@ $ sudo apt-get upgrade ## How to get Homebrew packages for Mac OS X -* Fetch and validate the repository key. Presumably you're security - concious (otherwise, why are you installing this stuff?), so you may - want to pay attention to what `gpg --check-sig` says here. - +* Fetch and validate the repository key. Presumably you're security + concious (otherwise, why are you installing this stuff?), so you may + want to pay attention to what `gpg --check-sig` says here. - ``` - $ id=37A8E93F5D7E7B9A - $ gpg --recv-key $id - $ gpg --check-sig $id - ``` - - -* Configure Homebrew to use the repository. - - - ``` - $ brew tap cryptech/sw https://brew.cryptech.is/tap - ``` - - -* Update the package index. - - - ``` - $ brew update - ``` + ``` + $ id=37A8E93F5D7E7B9A + $ gpg --recv-key $id + $ gpg --check-sig $id + ``` +* Configure Homebrew to use the repository. -* Check the commit signature on the cryptech-alpha package formula. - This is optional (Homebrew doesn't care whether you do this), but if - you want to know whether the formula was signed by the Cryptech - project, this is how to check. + ``` + $ brew tap cryptech/sw https://brew.cryptech.is/tap + ``` +* Update the package index. - ``` - $ brew log --max-count=1 --show-signature cryptech-alpha - ``` + ``` + $ brew update + ``` +* Check the commit signature on the cryptech-alpha package formula. + This is optional (Homebrew doesn't care whether you do this), but if + you want to know whether the formula was signed by the Cryptech + project, this is how to check. -* Install the `cryptech-alpha` package. At the moment, this is only - available as a Homebrew source package due to licensing issues in - the MacOS Xcode SDK, so the installation will probably take several - minutes, as some of the libraries are a bit slow to compile (sorry...). + ``` + $ brew log --max-count=1 --show-signature cryptech-alpha + ``` +* Install the `cryptech-alpha` package. At the moment, this is only + available as a Homebrew source package due to licensing issues in + the MacOS Xcode SDK, so the installation will probably take several + minutes, as some of the libraries are a bit slow to compile (sorry...). - ``` - $ brew install cryptech-alpha - ``` + ``` + $ brew install cryptech-alpha + ``` ## Updating Homebrew packages -- To stop receiving notification emails like this one, please contact the administrator of this repository. From git at cryptech.is Sat Feb 1 18:51:31 2025 From: git at cryptech.is (git at cryptech.is) Date: Sat, 01 Feb 2025 18:51:31 +0000 Subject: [Cryptech-Commits] [wiki] branch master updated: More formatting Message-ID: <173843589142.61370.17990907140766052636@bikeshed.cryptech.is> This is an automated email from the git hooks/post-receive script. sra at hactrn.net pushed a commit to branch master in repository wiki. The following commit(s) were added to refs/heads/master by this push: new f893ca4 More formatting f893ca4 is described below commit f893ca4b3e6ed1f84e7602227acae0db28a6549b Author: Rob Austein AuthorDate: Sat Feb 1 13:51:20 2025 -0500 More formatting --- content/BinaryPackages.md | 74 +++++++++++++++++++++++------------------------ 1 file changed, 37 insertions(+), 37 deletions(-) diff --git a/content/BinaryPackages.md b/content/BinaryPackages.md index ab141c1..d34988c 100644 --- a/content/BinaryPackages.md +++ b/content/BinaryPackages.md @@ -19,58 +19,58 @@ CPU, and AVR ATtiny828 MCU. want to pay attention to what `gpg --check-sig` says here. ``` - $ id=37A8E93F5D7E7B9A - $ wget https://apt.cryptech.is/apt-gpg-key.gpg - $ gpg --recv-key $id - $ gpg --check-sig $id - ``` + id=37A8E93F5D7E7B9A + wget https://apt.cryptech.is/apt-gpg-key.gpg + gpg --recv-key $id + gpg --check-sig $id + ``` * Install the repository key. We used to use `apt-key(8)` for this, these days the cool kids use the `/etc/apt/trusted.gpg.d/` directory: ``` - $ sudo chown root:root apt-gpg-key.gpg - $ sudo mv apt-gpg-key.gpg /etc/apt/trusted.gpg.d/cryptech.gpg + sudo chown root:root apt-gpg-key.gpg + sudo mv apt-gpg-key.gpg /etc/apt/trusted.gpg.d/cryptech.gpg ``` * Configure apt to use the repository. You need to add a couple of entries to `/etc/apt/source.list.d/`; which entries you need to add depends on which distribution you're running. - * For Debian Stretch, do: + * For Debian Stretch, do: - ``` - $ sudo wget -q -O /etc/apt/sources.list.d/cryptech.list https://apt.cryptech.is/sources.stretch.list - ``` + ``` + sudo wget -q -O /etc/apt/sources.list.d/cryptech.list https://apt.cryptech.is/sources.stretch.list + ``` - * For Debian Buster, do: + * For Debian Buster, do: - ``` - $ sudo wget -q -O /etc/apt/sources.list.d/cryptech.list https://apt.cryptech.is/sources.buster.list - ``` + ``` + sudo wget -q -O /etc/apt/sources.list.d/cryptech.list https://apt.cryptech.is/sources.buster.list + ``` - * For Ubuntu Xenial, do: + * For Ubuntu Xenial, do: - ``` - $ sudo wget -q -O /etc/apt/sources.list.d/cryptech.list https://apt.cryptech.is/sources.xenial.list - ``` + ``` + sudo wget -q -O /etc/apt/sources.list.d/cryptech.list https://apt.cryptech.is/sources.xenial.list + ``` - * For Ubuntu Bionic, do: + * For Ubuntu Bionic, do: - ``` - $ sudo wget -q -O /etc/apt/sources.list.d/cryptech.list https://apt.cryptech.is/sources.bionic.list - ``` + ``` + sudo wget -q -O /etc/apt/sources.list.d/cryptech.list https://apt.cryptech.is/sources.bionic.list + ``` * Update the package index. ``` - $ sudo apt-get update + sudo apt-get update ``` * Install the `cryptech-alpha` package. ``` - $ sudo apt-get install cryptech-alpha + sudo apt-get install cryptech-alpha ``` ## Updating APT packages @@ -79,8 +79,8 @@ Once you've performed the steps above you should be able to upgrade to newer version of the code using the normal APT upgrade process: ``` -$ sudo apt-get update -$ sudo apt-get upgrade +sudo apt-get update +sudo apt-get upgrade ``` ## How to get Homebrew packages for Mac OS X @@ -91,21 +91,21 @@ $ sudo apt-get upgrade want to pay attention to what `gpg --check-sig` says here. ``` - $ id=37A8E93F5D7E7B9A - $ gpg --recv-key $id - $ gpg --check-sig $id + id=37A8E93F5D7E7B9A + gpg --recv-key $id + gpg --check-sig $id ``` * Configure Homebrew to use the repository. ``` - $ brew tap cryptech/sw https://brew.cryptech.is/tap + brew tap cryptech/sw https://brew.cryptech.is/tap ``` * Update the package index. ``` - $ brew update + brew update ``` * Check the commit signature on the cryptech-alpha package formula. @@ -114,7 +114,7 @@ $ sudo apt-get upgrade project, this is how to check. ``` - $ brew log --max-count=1 --show-signature cryptech-alpha + brew log --max-count=1 --show-signature cryptech-alpha ``` * Install the `cryptech-alpha` package. At the moment, this is only @@ -123,7 +123,7 @@ $ sudo apt-get upgrade minutes, as some of the libraries are a bit slow to compile (sorry...). ``` - $ brew install cryptech-alpha + brew install cryptech-alpha ``` ## Updating Homebrew packages @@ -132,7 +132,7 @@ Once you've performed the steps above you should be able to upgrade to newer version of the code using the normal Homebrew upgrade process: ``` -$ brew update -$ brew upgrade -$ brew cleanup +brew update +brew upgrade +brew cleanup ``` -- To stop receiving notification emails like this one, please contact the administrator of this repository. From git at cryptech.is Sat Feb 1 18:54:55 2025 From: git at cryptech.is (git at cryptech.is) Date: Sat, 01 Feb 2025 18:54:55 +0000 Subject: [Cryptech-Commits] [wiki] branch master updated: Still more formatting Message-ID: <173843609503.61753.5984658819646402272@bikeshed.cryptech.is> This is an automated email from the git hooks/post-receive script. sra at hactrn.net pushed a commit to branch master in repository wiki. The following commit(s) were added to refs/heads/master by this push: new 40f52cc Still more formatting 40f52cc is described below commit 40f52cc9ed769e73f7cdfb319c460fd2f641e8d9 Author: Rob Austein AuthorDate: Sat Feb 1 13:54:09 2025 -0500 Still more formatting For some reason, code blocks are not respecting line breaks this week, not sure why, trying variations on markdown formatting. --- content/BinaryPackages.md | 78 +++++++++++++++-------------------------------- 1 file changed, 24 insertions(+), 54 deletions(-) diff --git a/content/BinaryPackages.md b/content/BinaryPackages.md index d34988c..c38f782 100644 --- a/content/BinaryPackages.md +++ b/content/BinaryPackages.md @@ -18,20 +18,16 @@ CPU, and AVR ATtiny828 MCU. concious (otherwise, why are you installing this stuff?), so you may want to pay attention to what `gpg --check-sig` says here. - ``` - id=37A8E93F5D7E7B9A - wget https://apt.cryptech.is/apt-gpg-key.gpg - gpg --recv-key $id - gpg --check-sig $id - ``` + id=37A8E93F5D7E7B9A + wget https://apt.cryptech.is/apt-gpg-key.gpg + gpg --recv-key $id + gpg --check-sig $id * Install the repository key. We used to use `apt-key(8)` for this, these days the cool kids use the `/etc/apt/trusted.gpg.d/` directory: - ``` - sudo chown root:root apt-gpg-key.gpg - sudo mv apt-gpg-key.gpg /etc/apt/trusted.gpg.d/cryptech.gpg - ``` + sudo chown root:root apt-gpg-key.gpg + sudo mv apt-gpg-key.gpg /etc/apt/trusted.gpg.d/cryptech.gpg * Configure apt to use the repository. You need to add a couple of entries to `/etc/apt/source.list.d/`; which entries you need to add @@ -39,49 +35,35 @@ CPU, and AVR ATtiny828 MCU. * For Debian Stretch, do: - ``` - sudo wget -q -O /etc/apt/sources.list.d/cryptech.list https://apt.cryptech.is/sources.stretch.list - ``` + sudo wget -q -O /etc/apt/sources.list.d/cryptech.list https://apt.cryptech.is/sources.stretch.list * For Debian Buster, do: - ``` - sudo wget -q -O /etc/apt/sources.list.d/cryptech.list https://apt.cryptech.is/sources.buster.list - ``` + sudo wget -q -O /etc/apt/sources.list.d/cryptech.list https://apt.cryptech.is/sources.buster.list * For Ubuntu Xenial, do: - ``` - sudo wget -q -O /etc/apt/sources.list.d/cryptech.list https://apt.cryptech.is/sources.xenial.list - ``` + sudo wget -q -O /etc/apt/sources.list.d/cryptech.list https://apt.cryptech.is/sources.xenial.list * For Ubuntu Bionic, do: - ``` - sudo wget -q -O /etc/apt/sources.list.d/cryptech.list https://apt.cryptech.is/sources.bionic.list - ``` + sudo wget -q -O /etc/apt/sources.list.d/cryptech.list https://apt.cryptech.is/sources.bionic.list * Update the package index. - ``` - sudo apt-get update - ``` + sudo apt-get update * Install the `cryptech-alpha` package. - ``` - sudo apt-get install cryptech-alpha - ``` + sudo apt-get install cryptech-alpha ## Updating APT packages Once you've performed the steps above you should be able to upgrade to newer version of the code using the normal APT upgrade process: -``` -sudo apt-get update -sudo apt-get upgrade -``` + sudo apt-get update + sudo apt-get upgrade ## How to get Homebrew packages for Mac OS X @@ -90,49 +72,37 @@ sudo apt-get upgrade concious (otherwise, why are you installing this stuff?), so you may want to pay attention to what `gpg --check-sig` says here. - ``` - id=37A8E93F5D7E7B9A - gpg --recv-key $id - gpg --check-sig $id - ``` + id=37A8E93F5D7E7B9A + gpg --recv-key $id + gpg --check-sig $id * Configure Homebrew to use the repository. - ``` - brew tap cryptech/sw https://brew.cryptech.is/tap - ``` + brew tap cryptech/sw https://brew.cryptech.is/tap * Update the package index. - ``` - brew update - ``` + brew update * Check the commit signature on the cryptech-alpha package formula. This is optional (Homebrew doesn't care whether you do this), but if you want to know whether the formula was signed by the Cryptech project, this is how to check. - ``` - brew log --max-count=1 --show-signature cryptech-alpha - ``` + brew log --max-count=1 --show-signature cryptech-alpha * Install the `cryptech-alpha` package. At the moment, this is only available as a Homebrew source package due to licensing issues in the MacOS Xcode SDK, so the installation will probably take several minutes, as some of the libraries are a bit slow to compile (sorry...). - ``` - brew install cryptech-alpha - ``` + brew install cryptech-alpha ## Updating Homebrew packages Once you've performed the steps above you should be able to upgrade to newer version of the code using the normal Homebrew upgrade process: -``` -brew update -brew upgrade -brew cleanup -``` + brew update + brew upgrade + brew cleanup -- To stop receiving notification emails like this one, please contact the administrator of this repository.