jpochyla / psst

Fast and multi-platform Spotify client with native GUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

upgrade to libssl3 to support ubuntu 22+

databasedav opened this issue · comments

Is your feature request related to a problem? Please describe.
libssl1.1 is deprecated since 22.04, see https://askubuntu.com/a/1412746

Describe the solution you'd like
migrate to libssl3

here's the output i'm seeing from the latest .deb

$ sudo dpkg -i psst-deb/psst_1_amd64.deb 
dpkg: warning: downgrading psst from 1.0-4 to 1
(Reading database ... 198667 files and directories currently installed.)
Preparing to unpack psst-deb/psst_1_amd64.deb ...
Unpacking psst (1) over (1.0-4) ...
dpkg: dependency problems prevent configuration of psst:
 psst depends on libssl1.1; however:
  Package libssl1.1 is not installed.

dpkg: error processing package psst (--install):
 dependency problems - leaving unconfigured
Processing triggers for mailcap (3.70+nmu1ubuntu1) ...
Processing triggers for gnome-menus (3.36.0-1.1ubuntu1) ...
Processing triggers for desktop-file-utils (0.26-1ubuntu5) ...
Processing triggers for hicolor-icon-theme (0.17-2) ...
Processing triggers for man-db (2.11.2-1) ...
Errors were encountered while processing:
 psst

Are you sure that's our psst and not Intel's? (See #391)