summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-06-24 17:51:21 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-06-24 17:51:21 +0000
commit2de4b06af2fe0136d720aec4d1bc05fc34a0abba (patch)
treec76c729a1654c60304b48f3859cbefc3f3ddbd19 /security
parent- Update to 20111108 (diff)
- Fix ECDSA key generation in openssh rc.d script
- Bump PORTREVISION for package change Submitted by: J. Hellenthal <jhellenthal@dataix.net>
Notes
Notes: svn path=/head/; revision=299902
Diffstat (limited to 'security')
-rw-r--r--security/openssh-portable/Makefile2
-rw-r--r--security/openssh-portable/files/openssh.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile
index 7f25cf49f238..8fc1231401e7 100644
--- a/security/openssh-portable/Makefile
+++ b/security/openssh-portable/Makefile
@@ -7,7 +7,7 @@
PORTNAME= openssh
DISTVERSION= 5.8p2
-PORTREVISION= 2
+PORTREVISION= 3
PORTEPOCH= 1
CATEGORIES= security ipv6
MASTER_SITES= ${MASTER_SITE_OPENBSD}
diff --git a/security/openssh-portable/files/openssh.in b/security/openssh-portable/files/openssh.in
index 1eb8a951a3e9..0c3839dbeb20 100644
--- a/security/openssh-portable/files/openssh.in
+++ b/security/openssh-portable/files/openssh.in
@@ -79,7 +79,7 @@ openssh_keygen()
"in %%ETCSSH%%/ssh_host_ecdsa_key"
echo "Skipping protocol version 2 Elliptic Curve DSA Key Generation"
else
- %%PREFIX%%/bin/ssh-keygen -t dsa \
+ %%PREFIX%%/bin/ssh-keygen -t ecdsa \
-f %%ETCSSH%%/ssh_host_ecdsa_key -N ''
fi
fi