Browse Source

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>
lilik-openwrt-22.03
Kevin Darbyshire-Bryant 6 years ago
parent
commit
14ad4cb976
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libs/libssh/Makefile

+ 1
- 1
libs/libssh/Makefile View File

@ -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


Loading…
Cancel
Save