mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
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>
This commit is contained in:
@@ -32,7 +32,7 @@ define Package/libssh
|
|||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
URL:=$(PKG_SOURCE_URL)
|
URL:=$(PKG_SOURCE_URL)
|
||||||
TITLE:=SSH library
|
TITLE:=SSH library
|
||||||
DEPENDS:=+libpthread +librt +zlib +libopenssl
|
DEPENDS:=+libpthread +librt +zlib +libopenssl @BROKEN
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libssh/description
|
define Package/libssh/description
|
||||||
|
|||||||
Reference in New Issue
Block a user