git: 848d7cf44c1e - 2025Q3 - security/openssh-portable: GC missed skip_dsa var.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 07 Oct 2025 19:20:10 UTC
The branch 2025Q3 has been updated by bdrewery:
URL: https://cgit.FreeBSD.org/ports/commit/?id=848d7cf44c1e9950aba31231c6f0ef59a6ae32d6
commit 848d7cf44c1e9950aba31231c6f0ef59a6ae32d6
Author: Bryan Drewery <bdrewery@FreeBSD.org>
AuthorDate: 2025-10-07 19:18:16 +0000
Commit: Bryan Drewery <bdrewery@FreeBSD.org>
CommitDate: 2025-10-07 19:19:37 +0000
security/openssh-portable: GC missed skip_dsa var.
(cherry picked from commit e2ea6753b2aee566d35bc911ebfac4af4e22e445)
---
security/openssh-portable/Makefile | 2 +-
security/openssh-portable/files/openssh.in | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile
index b0188ca89430..a1fca0619c33 100644
--- a/security/openssh-portable/Makefile
+++ b/security/openssh-portable/Makefile
@@ -1,6 +1,6 @@
PORTNAME= openssh
DISTVERSION= 10.0p1
-PORTREVISION= 2
+PORTREVISION= 3
PORTEPOCH= 1
CATEGORIES= security
MASTER_SITES= OPENBSD/OpenSSH/portable
diff --git a/security/openssh-portable/files/openssh.in b/security/openssh-portable/files/openssh.in
index 251cca91fc62..1818d0bf0984 100644
--- a/security/openssh-portable/files/openssh.in
+++ b/security/openssh-portable/files/openssh.in
@@ -41,7 +41,7 @@ pidfile=${openssh_pidfile:="/var/run/sshd.pid"}
openssh_keygen()
{
- local skip_dsa= skip_rsa= skip_ecdsa= skip_ed25519=
+ local skip_rsa= skip_ecdsa= skip_ed25519=
checkyesno openssh_rsa_enable || skip_rsa=y
checkyesno openssh_ecdsa_enable || skip_ecdsa=y
checkyesno openssh_ed25519_enable || skip_ed25519=y