wting / autojump

A cd command that learns - easily navigate directories from the command line
Other
16.3k stars 705 forks source link

Update dependency from openssl@1.1 to openssl 3 #696

Closed Anutrix closed 3 months ago

Anutrix commented 3 months ago

Openssl 1.1.1 reached End of Life almost a year ago in September 2023. Any plans to update to openssl3?

autojump is one of last few brew packages that still depends on openssl@1.1 which is marked as deprecated or disabled.

❯ brew uses --eval-all openssl@1.1
arangodb                glib-openssl            minimal-racket          node@14                 sslyze
crackpkcs               mariadb@10.3            mysql-client@5.7        sphinx
erlang@22               mariadb@10.4            mysql@5.7               ssh-permit-a38

I'm not even sure how autojump uses openssl though. Any advice would be helpful.

Anutrix commented 3 months ago

Seems like brew issue where sub-dependency list is not updated when direct dependencies are updated. Src: https://github.com/Homebrew/brew/issues/16032

Reinstalling autojump with brew reinstall autojump fixed that.