WARN: This Markdown file was auto-generated by exporting README.org, do NOT modify it, modify the Org file instead.
My personal Homebrew tap.
To register a tap in Homebrew do:
brew tap pgpbpadilla/pgpb
TL;DR;
brew install [email protected]
Background:
-
After running an upgrade with
homebrew
, the packagegnupg
was upgraded to the latest stable version: 2.4 -
[email protected]
introduces changes that breaks Emac's EasyPG:- google: emacs org gpg hangs: https://stackoverflow.com/q/76388376/400544
BEGIN_ENCRYPTION
status output happens later in 2.4.1 (breaks Emacs's EasyPG): https://dev.gnupg.org/T6481
-
In my private computer I was able to downgrade to 2.2.41, which made everything work, thanks to https://stackoverflow.com/a/76404609/400544
-
a couple of weeks later, my work computer broke too, same scenario,
brew upgrade
installed[email protected]
-
uninstalled 2.4.1
-
installed
brew install [email protected]
, however, this time the version installed was not 2.2.41 but 2.2.42 which is also broken -
since minor versions are not versioned formulas, i.e., they don't show when you do:
brew search gnupg gnupg gnupg-pkcs11-scd [email protected] [email protected] pgpbpadilla/pgpb/[email protected] gnu-go
-
I ended up creating this formula to install
[email protected]
-
Install it from the tap:
brew install [email protected]
This Homebrew tap started with the need to install of Midnight Commander (MC) that is free from the bug described in #4356: Subshell returns to panels view on key press (any key).
Beware that this tap will install a very old version of MC.
To install MC, simply do:
brew tap pgpbpadilla/pgpb
brew info pgpbpadilla/pgpb/midnight-commander
brew install pgpbpadilla/pgpb/midnight-commander
-
Related
- midnight-commander#4356: Subshell returns to panels view on key press (any key)
- homebrew-core#97718:`midnight-commander`: latest formula uses broken version 4.8.27