From 99208fcfe8d89cfcf6e4b6c45c04cb4c22dde428 Mon Sep 17 00:00:00 2001 From: Kevin Darbyshire-Bryant Date: Fri, 19 Oct 2018 12:38:41 +0100 Subject: [PATCH] libssh: mark as BROKEN due to CVE-2018-10933 The only known user of this library is currently unable to get their application to work with with the fixed 0.7.6 release of this library. To prevent accidental use by unknown parties of a flawed library, mark it as BROKEN. Signed-off-by: Kevin Darbyshire-Bryant (cherry picked from commit 14ad4cb9765b43c630605a20c29beb76383e9239) --- libs/libssh/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/libssh/Makefile b/libs/libssh/Makefile index 17dd3ba400..780e3755a8 100644 --- a/libs/libssh/Makefile +++ b/libs/libssh/Makefile @@ -32,7 +32,7 @@ define Package/libssh CATEGORY:=Libraries URL:=$(PKG_SOURCE_URL) TITLE:=SSH library - DEPENDS:=+libpthread +librt +zlib +libopenssl + DEPENDS:=+libpthread +librt +zlib +libopenssl @BROKEN endef define Package/libssh/description