Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Feb 2025 14:01:34 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 62df41ae0a71 - main - ssh: Bump VersionAddendum for CVE fixes
Message-ID:  <202502191401.51JE1YPq015754@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by emaste:

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

commit 62df41ae0a71e77ccb1e8fae06d82eec5dff441a
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2025-02-19 14:00:42 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2025-02-19 14:01:13 +0000

    ssh: Bump VersionAddendum for CVE fixes
    
    Sponsored by:   The FreeBSD Foundation
---
 crypto/openssh/sshd_config   | 2 +-
 crypto/openssh/sshd_config.5 | 2 +-
 crypto/openssh/version.h     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/crypto/openssh/sshd_config b/crypto/openssh/sshd_config
index 7f559775e3b3..a17484b1da2d 100644
--- a/crypto/openssh/sshd_config
+++ b/crypto/openssh/sshd_config
@@ -105,7 +105,7 @@ AuthorizedKeysFile	.ssh/authorized_keys
 #PermitTunnel no
 #ChrootDirectory none
 #UseBlacklist no
-#VersionAddendum FreeBSD-20240806
+#VersionAddendum FreeBSD-20250219
 
 # no default banner path
 #Banner none
diff --git a/crypto/openssh/sshd_config.5 b/crypto/openssh/sshd_config.5
index 4de510ac8795..bc7d9e7df969 100644
--- a/crypto/openssh/sshd_config.5
+++ b/crypto/openssh/sshd_config.5
@@ -1944,7 +1944,7 @@ The default is
 Optionally specifies additional text to append to the SSH protocol banner
 sent by the server upon connection.
 The default is
-.Qq FreeBSD-20240806 .
+.Qq FreeBSD-20250219 .
 The value
 .Cm none
 may be used to disable this.
diff --git a/crypto/openssh/version.h b/crypto/openssh/version.h
index 82be0be8498f..f3fb7fe333eb 100644
--- a/crypto/openssh/version.h
+++ b/crypto/openssh/version.h
@@ -5,4 +5,4 @@
 #define SSH_PORTABLE	"p1"
 #define SSH_RELEASE	SSH_VERSION SSH_PORTABLE
 
-#define SSH_VERSION_FREEBSD	"FreeBSD-20240806"
+#define SSH_VERSION_FREEBSD	"FreeBSD-20250219"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502191401.51JE1YPq015754>