Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for libressl so that wezterm runs on openbsd #6165

Open
k2662 opened this issue Sep 20, 2024 · 2 comments
Open

add support for libressl so that wezterm runs on openbsd #6165

k2662 opened this issue Sep 20, 2024 · 2 comments
Labels
enhancement New feature or request PR-welcome Wez doesn't have plans to work on this, but will accept a PR if someone feels motivated!

Comments

@k2662
Copy link

k2662 commented Sep 20, 2024

support for libressl

@k2662 k2662 added the enhancement New feature or request label Sep 20, 2024
@wez
Copy link
Owner

wez commented Sep 22, 2024

I understand the high level goal, but there's not enough information here for someone without an openbsd system to understand the actual issue.
To compound things, the use of openssl in wezterm is across multiple ssh library implementations as well as directly in wezterm itself, which increases the effort to resolve things.

I have no plans to sit down and make this happen for openbsd, but am open to reviewing PR(s) that help to reach this goal.

@wez wez added the PR-welcome Wez doesn't have plans to work on this, but will accept a PR if someone feels motivated! label Sep 22, 2024
@k2662
Copy link
Author

k2662 commented Sep 26, 2024

One thing I can suggest is to add conditionals that only activate when libressl is detected.
I made a patch for kitty that should give you the gist: kovidgoyal/kitty#7904

You might also find this helpful:
https://github.com/openbsd/ports/tree/master/lang/rust/patches

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request PR-welcome Wez doesn't have plans to work on this, but will accept a PR if someone feels motivated!
Projects
None yet
Development

No branches or pull requests

2 participants