Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libssh2/files/
Date: Mon, 24 Jun 2019 13:30:51
Message-Id: 1561383043.6b96296c587c1909b642b0d22a33e3060776e45e.jer@gentoo
1 commit: 6b96296c587c1909b642b0d22a33e3060776e45e
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 24 13:28:57 2019 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 24 13:30:43 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b96296c
7
8 Revert "net-libs/libssh2: Clean up patch"
9
10 This reverts commit a55608f44e799e4fab03882909992053b8e25b90.
11
12 Fixes: https://bugs.gentoo.org/688604
13 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
14
15 net-libs/libssh2/files/libssh2-1.9.0-missing.patch | 6 +++---
16 1 file changed, 3 insertions(+), 3 deletions(-)
17
18 diff --git a/net-libs/libssh2/files/libssh2-1.9.0-missing.patch b/net-libs/libssh2/files/libssh2-1.9.0-missing.patch
19 index 2216a2fa66f..7cc58d23963 100644
20 --- a/net-libs/libssh2/files/libssh2-1.9.0-missing.patch
21 +++ b/net-libs/libssh2/files/libssh2-1.9.0-missing.patch
22 @@ -1,5 +1,5 @@
23 --- /dev/null
24 -+++ tests/test_public_key_auth_succeeds_with_correct_ed25519_key.c
25 ++++ b/tests/test_public_key_auth_succeeds_with_correct_ed25519_key.c
26 @@ -0,0 +1,37 @@
27 +#include "session_fixture.h"
28 +
29 @@ -39,7 +39,7 @@
30 + return 0;
31 +}
32 --- /dev/null
33 -+++ tests/test_public_key_auth_succeeds_with_correct_encrypted_ed25519_key.c
34 ++++ b/tests/test_public_key_auth_succeeds_with_correct_encrypted_ed25519_key.c
35 @@ -0,0 +1,38 @@
36 +#include "session_fixture.h"
37 +
38 @@ -80,7 +80,7 @@
39 + return 0;
40 +}
41 --- /dev/null
42 -+++ tests/test_public_key_auth_succeeds_with_correct_ed25519_key_from_mem.c
43 ++++ b/tests/test_public_key_auth_succeeds_with_correct_ed25519_key_from_mem.c
44 @@ -0,0 +1,97 @@
45 +#include "session_fixture.h"
46 +