From 380fbb756f94cccd48db5c13f41e095a5cdf038c Mon Sep 17 00:00:00 2001 From: sunpoet Date: Sun, 24 Jun 2012 17:51:21 +0000 Subject: - Fix ECDSA key generation in openssh rc.d script - Bump PORTREVISION for package change Submitted by: J. Hellenthal --- 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 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 -- cgit