| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2023-03-01 | 1.2 kB | |
| transcrypt v2.2.2.tar.gz | 2023-03-01 | 33.0 kB | |
| transcrypt v2.2.2.zip | 2023-03-01 | 44.2 kB | |
| Totals: 3 Items | 78.5 kB | 0 | |
Fixes bug introduced in 2.2.1 that could cause errors like fatal: filename: smudge filter crypt failed and/or the message warning: command substitution: ignored null byte in input when decrypting some files, as reported in issue [#158].
Feature summary
Changed
- The
hexdumpcommand is now required by Transcrypt. It will be installed already on many systems, or comes with thebsdmainutilspackage on Ubuntu/Debian that was already required to get thecolumncommand.
Fixed
- Avoid null byte warnings when decrypting certain files, caused by a work- around in 2.2.1 to repair files that could have been incorrectly encrypted with 2.2.0 due to issue [#147]
Steps to Upgrade
To upgrade transcrypt it is not enough to have a newer version on your
system, you must also run the --upgrade command in each repository:
- Check the version of transcrypt on your system:
bash
$ transcrypt --version
- Check the version of transcrypt in your Git repository, which may be different:
bash
$ .git/crypt/transcrypt --version
- Upgrade the version of transcrypt in your Git repository:
$ transcrypt --upgrade