aboutsummaryrefslogtreecommitdiff
path: root/security/openssh-portable
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2017-01-17 19:38:38 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2017-01-17 19:38:38 +0000
commitd5324e35113653d9c20fbcab6d36b68c1f97b614 (patch)
treedff90f139b910cf694a403305a8b7d201d357424 /security/openssh-portable
parent8678551766eca18dc654f58c5d1f485ae3f72973 (diff)
downloadports-d5324e35113653d9c20fbcab6d36b68c1f97b614.tar.gz
ports-d5324e35113653d9c20fbcab6d36b68c1f97b614.zip
Notes
Diffstat (limited to 'security/openssh-portable')
-rw-r--r--security/openssh-portable/files/extra-patch-hpn6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/openssh-portable/files/extra-patch-hpn b/security/openssh-portable/files/extra-patch-hpn
index d99575c65ede..83462934c1a2 100644
--- a/security/openssh-portable/files/extra-patch-hpn
+++ b/security/openssh-portable/files/extra-patch-hpn
@@ -300,7 +300,7 @@ diff -urN -x configure -x config.guess -x config.h.in -x config.sub work.clean/o
#endif
--- work.clean/openssh-6.8p1/cipher.c 2015-03-17 00:49:20.000000000 -0500
+++ work/openssh-6.8p1/cipher.c 2015-04-03 16:22:04.972592000 -0500
-@@ -244,7 +244,13 @@
+@@ -273,7 +273,13 @@ ciphers_valid(const char *names)
for ((p = strsep(&cp, CIPHER_SEP)); p && *p != '\0';
(p = strsep(&cp, CIPHER_SEP))) {
c = cipher_by_name(p);
@@ -315,7 +315,7 @@ diff -urN -x configure -x config.guess -x config.h.in -x config.sub work.clean/o
free(cipher_list);
return 0;
}
-@@ -545,6 +551,9 @@
+@@ -605,6 +611,9 @@ cipher_get_keyiv(struct sshcipher_ctx *c
switch (c->number) {
#ifdef WITH_OPENSSL
@@ -325,7 +325,7 @@ diff -urN -x configure -x config.guess -x config.h.in -x config.sub work.clean/o
case SSH_CIPHER_SSH2:
case SSH_CIPHER_DES:
case SSH_CIPHER_BLOWFISH:
-@@ -593,6 +602,9 @@
+@@ -653,6 +662,9 @@ cipher_set_keyiv(struct sshcipher_ctx *c
switch (c->number) {
#ifdef WITH_OPENSSL