Page MenuHomeFreeBSD

security/openssh-portable: Sync blocklist patch
ClosedPublic

Authored by jlduran on Oct 3 2025, 3:35 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Aug 17, 9:00 PM
Unknown Object (File)
Sat, Aug 8, 5:06 PM
Unknown Object (File)
Wed, Aug 5, 9:25 AM
Unknown Object (File)
Wed, Aug 5, 9:20 AM
Unknown Object (File)
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
Subscribers
None

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 67509
Build 64392: arc lint + arc unit

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!