From: Kevin Darbyshire-Bryant Date: Fri, 19 Oct 2018 11:38:41 +0000 (+0100) Subject: libssh: mark as BROKEN due to CVE-2018-10933 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=14ad4cb9765b43c630605a20c29beb76383e9239;p=openwrt-packages.git 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 --- 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