Page MenuHomeFreeBSD

security/openssh-portable: Sync blocklist patch
ClosedPublic

Authored by jlduran on Oct 3 2025, 3:35 AM.
Tags
None
Referenced Files
F165027641: D52880.id163408.diff
Wed, Aug 5, 9:25 AM
F165026794: D52880.id164018.diff
Wed, Aug 5, 9:20 AM
F165013943: D52880.id164021.diff
Wed, Aug 5, 8:16 AM
Unknown Object (File)
Tue, Aug 4, 8:56 PM
Unknown Object (File)
Tue, Aug 4, 3:02 PM
Unknown Object (File)
Tue, Aug 4, 4:36 AM
Unknown Object (File)
Mon, Aug 3, 11:20 PM
Unknown Object (File)
Mon, Aug 3, 5:52 PM
Subscribers
None

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jlduran created this revision.

Thank you.

security/openssh-portable/Makefile
46

We should add BLACKLISTD here given it's on by default in base. If you don't, I will after you commit this.

This revision is now accepted and ready to land.Oct 11 2025, 4:09 PM
security/openssh-portable/Makefile
46

Thank you! Yes please.
If you don't mind committing this patch as well, as I'm not sure about the procedure for committing to ports.

security/openssh-portable/Makefile
46

Sure I'll do that right now!

security/openssh-portable/Makefile
46

I mean to say that I will enable the _patch_ by default. I am not modifying the useblocklist in sshd_config.

security/openssh-portable/Makefile
46

Yes, that's what I understood :-)
Unfortunately configuring UseBlocklist in sshd_config usually goes hand in hand with a firewall configuration, so it wouldn't be advised.
Thank you!