-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
bump(main/openssh): 10.0p2 #24224
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
bump(main/openssh): 10.0p2 #24224
Conversation
10.0p2 is identical to 10.0p1, I am honestly not sure why upstream released it as a separate release. https://github.com/openssh/openssh-portable/releases/tag/V_10_0_P2 |
Okay, so SSH works for the most part. Didn't catch that issue initially since I always use keybased auth. Edit: And of course it instantly starts working as soon as I try to troubleshoot it. Edit 2: I'm pretty sure I just had to restart |
|
There is some additional housekeeping I'd like to add into this PR.
|
CC: @fornwall regarding the removal of the old agent wrapper scripts. |
I think it makes sense to remove them as you say (I don't use them myself, and usage is probably really low?). If things like that should be kept (not saying they should), they probably belong to a separate package. |
Alright this turned into a full on build script rewrite.
I can split this up into multiple commits if wanted. |
6e27ab1
to
d1a28c1
Compare
I will go ahead and merge this shortly. |
And then I forgot to do it before the Merging the |
quite a surprising start to my sunday morning. the service equivalent is nicer so im not complaining. the wiki still talks about the wrapper scripts so i had to find this pr to figure out what happened |
Sorry about that. |
You can comment changes required to wiki in MediaWiki format and I can change them. |
I've never actually written anything in MediaWiki format. |
It's this. I have only written in it couple of times and don't really like it, I prefer markdown. I don't really have the time to write content currently or even look into what's changed. |
This PR updates
openssh
to version 10.0p1Important
Essential package PR checklist:
https://www.openssh.com/releasenotes.html#10.0p1
I have amended the
Makefile.in.patch
to havesshd-auth
link againsttermux-auth
.sshd
itself shouldn't need to link againsttermux-auth
anymore, however this will require further validation.