Skip to content

Latest commit

 

History

History
92 lines (66 loc) · 2.78 KB

README.org

File metadata and controls

92 lines (66 loc) · 2.78 KB

WARN: This Markdown file was auto-generated by exporting README.org, do NOT modify it, modify the Org file instead.

Homebrew tap: pgpb

My personal Homebrew tap.

Formulas

To register a tap in Homebrew do:

brew tap pgpbpadilla/pgpb 

GnuPG 2.2.41

TL;DR;

brew install gnupg@2.2.41

Background:

  1. After running an upgrade with homebrew, the package gnupg was upgraded to the latest stable version: 2.4
  2. gnupg@2.4 introduces changes that breaks Emac’s EasyPG:
  3. 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
  4. a couple of weeks later, my work computer broke too, same scenario, brew upgrade installed gnupg@2.4.1
  5. uninstalled 2.4.1
  6. installed brew install =gnupg@2.2, however, this time the version installed was not 2.2.41 but 2.2.42 which is also broken
  7. since minor versions are not versioned formulas, i.e., they don’t show when you do:
    brew search gnupg
        

Midnight Commander

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).](http://midnight-commander.org/ticket/4356)

**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

  1. midnight-commander#4356: Subshell returns to panels view on key press (any key)
  2. homebrew-core#97718:`midnight-commander`: latest formula uses broken version 4.8.27