polynomial-c 14/08/04 19:35:52 Modified: openssh-6.6.1_p1.patch Log: Fixed mistakenly replaced @ char (bug #519076) (Portage version: 2.2.11-r1/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Revision Changes Path 1.2 net-misc/openssh/files/openssh-6.6.1_p1.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openssh/files/openssh-6.6.1_p1.patch?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openssh/files/openssh-6.6.1_p1.patch?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openssh/files/openssh-6.6.1_p1.patch?r1=1.1&r2=1.2 Index: openssh-6.6.1_p1.patch =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/openssh/files/openssh-6.6.1_p1.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- openssh-6.6.1_p1.patch 25 Apr 2014 07:11:59 -0000 1.1 +++ openssh-6.6.1_p1.patch 4 Aug 2014 19:35:52 -0000 1.2 @@ -75,7 +75,7 @@ + if (!(datafellows & SSH_BUG_CURVE25519PAD)) + return kex_prop; + debug2("%s: original KEX proposal: %s", __func__, kex_prop); -+ kex_prop = filter_proposal(kex_prop, "curve25519-sha256 at libssh.org"); ++ kex_prop = filter_proposal(kex_prop, "[email protected]"); + debug2("%s: compat KEX proposal: %s", __func__, kex_prop); + if (*kex_prop == '\0') + fatal("No supported key exchange algorithms found"); @@ -153,8 +153,8 @@ -/* $OpenBSD: bufaux.c,v 1.56 2014/02/02 03:44:31 djm Exp $ */ +/* $OpenBSD: bufaux.c,v 1.57 2014/04/16 23:22:45 djm Exp $ */ /* - * Author: Tatu Ylonen <ylo at cs.hut.fi> - * Copyright (c) 1995 Tatu Ylonen <ylo at cs.hut.fi>, Espoo, Finland + * Author: Tatu Ylonen <[email protected]> + * Copyright (c) 1995 Tatu Ylonen <[email protected]>, Espoo, Finland @@ -372,6 +372,9 @@ buffer_put_bignum2_from_string(Buffer *b if (l > 8 * 1024)
