Skip to content

Commit

Permalink
libssh2: update to 1.8.2. This fixes CVE-2019-3855
Browse files Browse the repository at this point in the history
  • Loading branch information
AndWac committed Apr 18, 2019
1 parent fd550cf commit 6358ffa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/library/libssh2/Makefile
Expand Up @@ -27,13 +27,13 @@
include ../../../make-rules/shared-macros.mk

COMPONENT_NAME= libssh2
COMPONENT_VERSION= 1.8.0
COMPONENT_VERSION= 1.8.2
COMPONENT_PROJECT_URL= http://www.libssh2.org/
COMPONENT_SUMMARY= libssh2 - client-side C library implementing the SSH2 protocol
COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
COMPONENT_ARCHIVE_HASH= \
sha256:39f34e2f6835f4b992cafe8625073a88e5a28ba78f83e8099610a7b3af4676d4
sha256:088307d9f6b6c4b8c13f34602e8ff65d21c2dc4d55284dfe15d502c4ee190d67
COMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)download/$(COMPONENT_ARCHIVE)
COMPONENT_FMRI= library/libssh2
COMPONENT_LICENSE= BSD
Expand Down

0 comments on commit 6358ffa

Please sign in to comment.