Download Latest Version transcrypt v2.3.1 source code.tar.gz (39.6 kB)
Email in envelope

Get an email when there's a new version of transcrypt git

Home / v2.2.2
Name Modified Size InfoDownloads / 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 hexdump command is now required by Transcrypt. It will be installed already on many systems, or comes with the bsdmainutils package on Ubuntu/Debian that was already required to get the column command.

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:

  1. Check the version of transcrypt on your system:

bash $ transcrypt --version

  1. Check the version of transcrypt in your Git repository, which may be different:

bash $ .git/crypt/transcrypt --version

  1. Upgrade the version of transcrypt in your Git repository:

$ transcrypt --upgrade

Source: README.md, updated 2023-03-01