diff options
author | nork <nork@FreeBSD.org> | 2009-05-17 11:00:11 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2009-05-17 11:00:11 +0800 |
commit | 84d41f53f7546ebe914b3833efbc1dc63425c75c (patch) | |
tree | d4fb8886461da56654e64487bbcb0037ae57c346 /security/openssh-portable/Makefile | |
parent | f5f24786ec61f0f9b4545b61a64a6d49125788ef (diff) | |
download | freebsd-ports-gnome-84d41f53f7546ebe914b3833efbc1dc63425c75c.tar.gz freebsd-ports-gnome-84d41f53f7546ebe914b3833efbc1dc63425c75c.tar.zst freebsd-ports-gnome-84d41f53f7546ebe914b3833efbc1dc63425c75c.zip |
Fix HPN crash issue by using aes128-ctr, aes192-ctr and aes256-ctr.
Approved by: pav
Diffstat (limited to 'security/openssh-portable/Makefile')
-rw-r--r-- | security/openssh-portable/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile index 5775808665c9..e4ced895533e 100644 --- a/security/openssh-portable/Makefile +++ b/security/openssh-portable/Makefile @@ -7,6 +7,7 @@ PORTNAME= openssh DISTVERSION= 5.2p1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= security ipv6 .if defined(OPENSSH_SNAPSHOT) |