mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 07:25:52 +03:00
[GH-ISSUE #415] upgrade to libssl3 to support ubuntu 22+ #266
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#266
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @databasedav on GitHub (May 13, 2023).
Original GitHub issue: https://github.com/jpochyla/psst/issues/415
Is your feature request related to a problem? Please describe.
libssl1.1is deprecated since 22.04, see https://askubuntu.com/a/1412746Describe the solution you'd like
migrate to libssl3
here's the output i'm seeing from the latest
.deb@Insprill commented on GitHub (May 13, 2023):
Are you sure that's our psst and not Intel's? (See #391)
@ProgrammedInsanity commented on GitHub (Jul 10, 2024):
Other person here with the same issue.
Here you can clearly see that the package is named 'psst-gui'. So since libssl1.1 is deprecated and poses a security risk it is highly advised to migrate to libssl3.
@jacksongoode commented on GitHub (Jul 10, 2024):
Thank you for the follow up, I'll get this in today!
@jacksongoode commented on GitHub (Jul 10, 2024):
@ProgrammedInsanity @databasedav Can you try these builds from https://github.com/jpochyla/psst/pull/497 (amd64 - arm64)
@jacksongoode commented on GitHub (Jul 11, 2024):
Worked for me on an emulated VM
@ProgrammedInsanity commented on GitHub (Jul 11, 2024):
It worked for me also. Thank you.