diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-02-05 03:06:08 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-02-05 03:06:08 +0000 |
commit | 208fbcfdfb403d4b8440c005141d8476ec9549b9 (patch) | |
tree | 005eb220a51e025a2397fcf128c99eff8db3c71a /security/openssh-portable | |
parent | 8e4fc595c83daee7a88e1d321163ebd1aeb86117 (diff) | |
download | ports-208fbcfdfb403d4b8440c005141d8476ec9549b9.tar.gz ports-208fbcfdfb403d4b8440c005141d8476ec9549b9.zip |
Notes
Diffstat (limited to 'security/openssh-portable')
-rw-r--r-- | security/openssh-portable/Makefile | 1 | ||||
-rw-r--r-- | security/openssh-portable/files/openssh.in | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile index d0cb8e91cd1a..21a53f119fb1 100644 --- a/security/openssh-portable/Makefile +++ b/security/openssh-portable/Makefile @@ -3,6 +3,7 @@ PORTNAME= openssh DISTVERSION= 6.5p1 +PORTREVISION= 1 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 22b3801571ba..c05fd1c6a96b 100644 --- a/security/openssh-portable/files/openssh.in +++ b/security/openssh-portable/files/openssh.in @@ -38,7 +38,7 @@ openssh_keygen() if [ -f %%ETCSSH%%/ssh_host_key -a \ -f %%ETCSSH%%/ssh_host_dsa_key -a \ -f %%ETCSSH%%/ssh_host_rsa_key -a \ - -f %%ETCSSH%%/ssh_host_ecdsa_key -a + -f %%ETCSSH%%/ssh_host_ecdsa_key -a \ -f %%ETCSSH%%/ssh_host_ed25519_key ]; then return 0 fi |