Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libssh/files: libssh-0.4.1-debug-build.patch
Date: Thu, 18 Feb 2010 18:26:50
Message-Id: E1NiB5L-0006My-Js@stork.gentoo.org
1 pva 10/02/18 18:26:47
2
3 Added: libssh-0.4.1-debug-build.patch
4 Log:
5 Version bump. Fixed build issue with USE=debug, bug #304301, thank Arttu Valo for this patch.
6 (Portage version: 2.1.7.17/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 net-libs/libssh/files/libssh-0.4.1-debug-build.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libssh/files/libssh-0.4.1-debug-build.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libssh/files/libssh-0.4.1-debug-build.patch?rev=1.1&content-type=text/plain
13
14 Index: libssh-0.4.1-debug-build.patch
15 ===================================================================
16 Author: Arttu Valo
17 http://bugs.gentoo.org/show_bug.cgi?id=304301
18
19 --- libssh/kex.c 2010-02-10 19:09:22.000000000 +0200
20 +++ libssh/kex.c 2010-02-10 19:09:39.000000000 +0200
21 @@ -40,6 +40,7 @@
22 #include "libssh/wrapper.h"
23 #include "libssh/keys.h"
24 #include "libssh/dh.h"
25 +#include "libssh/string.h"
26
27 #ifdef HAVE_LIBGCRYPT
28 #define BLOWFISH "blowfish-cbc,"
29 --- libssh/keys.c 2010-02-10 20:08:30.000000000 +0200
30 +++ libssh/keys.c 2010-02-10 20:09:04.000000000 +0200
31 @@ -36,6 +36,7 @@
32 #include "libssh/keys.h"
33 #include "libssh/dh.h"
34 #include "libssh/messages.h"
35 +#include "libssh/string.h"
36
37 /** \addtogroup ssh_auth
38 * @{