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.1
Name Modified Size InfoDownloads / 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:

  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-02-11