From 14ad4cb9765b43c630605a20c29beb76383e9239 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 --- libs/libssh/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/libssh/Makefile b/libs/libssh/Makefile index cc410c058..e6a372ee4 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