summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-06-04 06:54:36 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-06-04 06:54:36 +0000
commit81cc658a751f55a9d39c1e25dafc08779090e446 (patch)
tree5638ae2cf393a547fb93cccbcb0919284b725975 /security
parentUpdate to: Pantomime-1.0.4 (diff)
Honor Option ENABLE_SUID_SSH
Build defaults witouth SUID
Notes
Notes: svn path=/head/; revision=60576
Diffstat (limited to 'security')
-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