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, Apr 27, 3:01 PM
Unknown Object (File)
Mon, Apr 27, 5:53 AM
Unknown Object (File)
Fri, Apr 24, 12:49 AM
Unknown Object (File)
Mon, Apr 20, 5:56 AM
Unknown Object (File)
Fri, Apr 17, 11:31 AM
Unknown Object (File)
Thu, Apr 16, 5:18 PM
Unknown Object (File)
Wed, Apr 15, 1:10 AM
Unknown Object (File)
Sat, Apr 11, 12:31 PM
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!