aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/hpn-ssh/Makefile6
-rw-r--r--security/openssh-portable/Makefile6
2 files changed, 10 insertions, 2 deletions
diff --git a/security/hpn-ssh/Makefile b/security/hpn-ssh/Makefile
index 2472e0981884..bffacc23db18 100644
--- a/security/hpn-ssh/Makefile
+++ b/security/hpn-ssh/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= openssh
-PORTREVISION= 1
+PORTREVISION= 2
PORTVERSION= 3.2.3p1
CATEGORIES= security ipv6
MASTER_SITES= ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \
@@ -36,6 +36,10 @@ CONFIGURE_ARGS+= --with-pam
CONFIGURE_ARGS+= --with-tcp-wrappers
.endif
+.if !defined(ENABLE_SUID_SSH)
+CONFIGURE_ARGS+= --disable-suid-ssh
+.endif
+
.if defined(OPENSSH_OVERWRITE_BASE)
USE_OPELSSL_BASE= yes
PKGNAMESUFFIX= -overwrite-base
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile
index 2472e0981884..bffacc23db18 100644
--- a/security/openssh-portable/Makefile
+++ b/security/openssh-portable/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= openssh
-PORTREVISION= 1
+PORTREVISION= 2
PORTVERSION= 3.2.3p1
CATEGORIES= security ipv6
MASTER_SITES= ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \
@@ -36,6 +36,10 @@ CONFIGURE_ARGS+= --with-pam
CONFIGURE_ARGS+= --with-tcp-wrappers
.endif
+.if !defined(ENABLE_SUID_SSH)
+CONFIGURE_ARGS+= --disable-suid-ssh
+.endif
+
.if defined(OPENSSH_OVERWRITE_BASE)
USE_OPELSSL_BASE= yes
PKGNAMESUFFIX= -overwrite-base