public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/openssh/files: openssh-6.6.1_p1.patch
@ 2014-08-04 19:35 Lars Wendler (polynomial-c)
  0 siblings, 0 replies; only message in thread
From: Lars Wendler (polynomial-c) @ 2014-08-04 19:35 UTC (permalink / raw
  To: gentoo-commits

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, "curve25519-sha256@libssh.org");
 +	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 <ylo@cs.hut.fi>
+  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
 @@ -372,6 +372,9 @@ buffer_put_bignum2_from_string(Buffer *b
  
  	if (l > 8 * 1024)





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-08-04 19:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-04 19:35 [gentoo-commits] gentoo-x86 commit in net-misc/openssh/files: openssh-6.6.1_p1.patch Lars Wendler (polynomial-c)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox