- Feb 11, 2022
-
-
Peter Wallace authored
-
- Feb 04, 2022
-
-
Sebastian Kuzminsky authored
Define 7C81 for EPP mode
-
Jonathan Steinert authored
-
- Jan 17, 2022
-
-
Sebastian Kuzminsky authored
-
Sebastian Kuzminsky authored
Change libssl-dev to libmd-dev in README.md
-
- Jan 16, 2022
-
-
D.L authored
-
Jeff Epler authored
switch from openssl to libmd for sha256
-
Sebastian Kuzminsky authored
Some versions of openssl are perceived to have a problematic (non-GPL-compatible) license. For example, lintian in Debian 11 Bullseye rejects GPL programs linked with openssl: E: mesaflash: possible-gpl-code-linked-with-openssl This commit switches from using openssl to using libmd for SHA256 computation, which does not have this problem (and which is arguably preferable for being lighter-weight and more focused than openssl). Note: a slight difference in the APIs of the two implementations requires the slightly different arguments to SHA256_Update(): openssl: int SHA256_Update(SHA256_CTX *c, const void *data, size_t len); libmd: void SHA256_Update(SHA25_CTX *, const uint8_t *, size_t); -
Sebastian Kuzminsky authored
This fixes a pedantic lintian message.
-
Sebastian Kuzminsky authored
-
- Dec 21, 2021
-
-
Jeff Epler authored
Add new commands to man file
-
- Dec 20, 2021
-
-
D.L authored
-
Jeff Epler authored
Add --sha256-check command, for integrity check bitfiles before writing
-
- Dec 19, 2021
-
-
Sebastian Kuzminsky authored
These platforms were identified when Debian's buildd tried to build 3.4.0-2 on sid: https://buildd.debian.org/status/package.php?p=mesaflash I used the information on this page to get expected `uname -m` output for different platforms: https://wiki.debian.org/ArchitectureSpecificsMemo -
Sebastian Kuzminsky authored
-
Sebastian Kuzminsky authored
-
Sebastian Kuzminsky authored
The 3.4.0-2 release was made from commit 5cd5556e of the git repo, with some debian-local changes.
-
Sebastian Kuzminsky authored
None of the old releases were uploaded to the official Debian repo, so list them as UNRELEASED. 3.4.0-1 was the first release uploaded to Debian (unstable), but it was rejected by the ftpmasters so mark it too as UNRELEASED.
-
Sebastian Kuzminsky authored
Followup on PR#57 Create readme source
-
D.L authored
-
- Dec 18, 2021
-
-
D.L authored
-
- Dec 17, 2021
-
-
D.L authored
-
- Dec 15, 2021
-
-
D.L authored
-
- Dec 14, 2021
-
-
D.L authored
-
- Dec 09, 2021
-
-
D.L authored
-
- Dec 08, 2021
-
-
D.L authored
-
- Dec 07, 2021
-
-
D.L authored
-
- Dec 06, 2021
-
-
D.L authored
-
Jeff Epler authored
Add --backup-flash and --restore-flash commands
-
D.L authored
-
- Dec 05, 2021
-
-
D.L authored
-
Jeff Epler authored
More debs
-
Jeff Epler authored
-
D.L authored
-
Jeff Epler authored
-
Jeff Epler authored
-
D.L authored
-
Jeff Epler authored
Add a debian packaging workflow
-
Steffen authored
-
Steffen authored
Just what I found locally in my master branch.
-