The branch stable/14 has been updated by emaste:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=d2e7a078ba6ef5ccb0c2f6149d77a0eaec5421ea

commit d2e7a078ba6ef5ccb0c2f6149d77a0eaec5421ea
Author:     Ed Maste <ema...@freebsd.org>
AuthorDate: 2025-02-20 23:40:52 +0000
Commit:     Ed Maste <ema...@freebsd.org>
CommitDate: 2025-03-07 15:24:59 +0000

    ssh: Remove reference to now-upstreamed patch
    
    Our class-based login restrictions patch was merged upstream in commit
    c276672fc0e9 ("Class-imposed login restrictions").
    
    Sponsored by:   The FreeBSD Foundation
    
    (cherry picked from commit 79979aa44d1b7fd5d04fd574ba8702f76c81c80c)
---
 crypto/openssh/FREEBSD-upgrade | 15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

diff --git a/crypto/openssh/FREEBSD-upgrade b/crypto/openssh/FREEBSD-upgrade
index 2950731c7401..efea4cda77b4 100644
--- a/crypto/openssh/FREEBSD-upgrade
+++ b/crypto/openssh/FREEBSD-upgrade
@@ -154,29 +154,22 @@
    counting; the agent will automatically exit when the last client
    disconnects.
 
-7) Class-based login restrictions (27ceebbc2402)
-
-   We've added code to auth.c to enforce the host.allow, host.deny,
-   times.allow and times.deny login class capabilities, based on an
-   upstream submission from
-   https://github.com/openssh/openssh-portable/pull/262.
-
-8) Blocklist integration
+7) Blocklist integration
 
    We include blocklist (https://github.com/zoulasc/blocklist) in FreeBSD,
    and ssh is patched to report login failures to it.
 
-9) Paths
+8) Paths
 
    A number of paths are changed to match FreeBSD's configuration (e.g.,
    using /usr/local/ instead of /uxr/X11R6/).
 
-10) Retired patches
+9) Retired patches
 
    We no longer have client-side VersionAddendum, but we recognize and ignore
    the configuration options to avoid breaking existing configurations.
 
-11) PrintLastLog bugfix
+10) PrintLastLog bugfix
 
    Upstream's autoconf sets DISABLE_LASTLOG if the system does not have
    lastlog.ll_line, but uses it to disable the PrintLastLog configuration

Reply via email to