summaryrefslogtreecommitdiffstats
path: root/package/libssh/0001-config-Fix-building-without-globbing-support.patch
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2018-10-16 15:31:08 +0300
committerPeter Korsgaard <peter@korsgaard.com>2018-10-16 14:45:15 +0200
commitde24e47d90f64f546978b6ec12f769dc4fd89587 (patch)
treefe9c3f3326dcbeca118dcae3074272947d7699de /package/libssh/0001-config-Fix-building-without-globbing-support.patch
parentea5525e116c95310777351415b527a3b26078193 (diff)
downloadbuildroot-de24e47d90f64f546978b6ec12f769dc4fd89587.tar.gz
buildroot-de24e47d90f64f546978b6ec12f769dc4fd89587.zip
libssh: security bump to version 0.8.4
Fixes CVE-2018-10933: authentication bypass vulnerability in the server code. By presenting the server an SSH2_MSG_USERAUTH_SUCCESS message in place of the SSH2_MSG_USERAUTH_REQUEST message which the server would expect to initiate authentication, the attacker could successfully authenticate without any credentials. https://www.libssh.org/security/advisories/CVE-2018-10933.txt Drop an upstream patch. Cc: Scott Fan <fancp2007@gmail.com> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/libssh/0001-config-Fix-building-without-globbing-support.patch')
-rw-r--r--package/libssh/0001-config-Fix-building-without-globbing-support.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/package/libssh/0001-config-Fix-building-without-globbing-support.patch b/package/libssh/0001-config-Fix-building-without-globbing-support.patch
deleted file mode 100644
index 81585db49f..0000000000
--- a/package/libssh/0001-config-Fix-building-without-globbing-support.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From 97b2a61d74edebad43ad09612c92a0341090f165 Mon Sep 17 00:00:00 2001
-From: Andreas Schneider <asn@cryptomilk.org>
-Date: Tue, 25 Sep 2018 14:35:43 +0200
-Subject: [PATCH] config: Fix building without globbing support
-
-Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
-(cherry picked from commit f709c3ac585f7b47317758b8693a6d104b30f951)
-Signed-off-by: Baruch Siach <baruch@tkos.co.il>
----
-Upstream status: commit 97b2a61d74 (stable-0.8 branch)
-
- src/config.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/config.c b/src/config.c
-index df6b48bf6d5e..3d87a1780a58 100644
---- a/src/config.c
-+++ b/src/config.c
-@@ -462,7 +462,7 @@ static int ssh_config_parse_line(ssh_session session, const char *line,
-
- p = ssh_config_get_str_tok(&s, NULL);
- if (p && *parsing) {
--#ifdef HAVE_GLOB
-+#if defined(HAVE_GLOB) && defined(HAVE_GLOB_GL_FLAGS_MEMBER)
- local_parse_glob(session, p, parsing, seen);
- #else
- local_parse_file(session, p, parsing, seen);
---
-2.19.1
-
OpenPOWER on IntegriCloud