jstkdng / ueberzugpp

Drop in replacement for ueberzug written in C++
GNU General Public License v3.0
851 stars 29 forks source link

Homebrew depends on disabled openssl 1.1 #235

Closed sky0470 closed 1 day ago

sky0470 commented 1 month ago

Hi,

When I install ueberzugpp with Homebrew, I encounter the error

Error: openssl@1.1 has been disabled because it is not supported upstream! It was disabled on 2024-10-24.

I believe openssl 1.1 is deprecated and disabled in Homebrew so it should not be in the dependency list.

Thank you for your help!

aleks-krasowski commented 3 weeks ago

Hey, I managed to install it using this workaround:

  1. run brew install jstkdng/programs/ueberzugpp and wait for the error message regarding openssl@1.1
  2. run brew edit ueberzugpp and change depends_on openssl@1.1 to depends_on openssl@3
  3. run brew install ueberzugpp

Didn't encounter any further issues yet.

jstkdng commented 2 weeks ago

my bad, forgot about homebrew since my hackintosh setup died. I will also upgrade it to the latest version when I have the time.

jstkdng commented 1 day ago

updated to 2.9.6