diff options
author | Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> | 2018-10-19 12:38:41 +0100 |
---|---|---|
committer | Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> | 2018-10-19 13:04:27 +0100 |
commit | 14ad4cb9765b43c630605a20c29beb76383e9239 (patch) | |
tree | 099af9d9309734876b506362a8d6b7eaf3192667 /libs/libssh | |
parent | 32b413015c9b2bbfeecf321e003a18fe7434ad3e (diff) |
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 <ldir@darbyshire-bryant.me.uk>
Diffstat (limited to 'libs/libssh')
-rw-r--r-- | libs/libssh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |