Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-02-11 | 1.0 kB | |
transcrypt v2.2.1.tar.gz | 2023-02-11 | 32.8 kB | |
transcrypt v2.2.1.zip | 2023-02-11 | 44.0 kB | |
Totals: 3 Items | 77.8 kB | 0 |
This release fixes a bug introduced in version 2.2.0
that made transcrypt incompatible with the LibreSSL version 3 and later, which particularly affected users on MacOS 13 "Ventura" which shipped with the LibreSSL project's binary version 3.3.6.
Feature summary
Fixed
- Compatibility fix for LibreSSL versions 3 (and above) especially for MacOS 13 Ventura, to more carefully apply a work-around required for OpenSSL 3+ that isn't required for LibreSSL 3+ (#147 [#133])
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