diff options
author | Jan Pavlinec <jan.pavlinec@nic.cz> | 2020-04-16 12:28:43 +0200 |
---|---|---|
committer | Jan Pavlinec <jan.pavlinec@nic.cz> | 2020-04-16 12:30:00 +0200 |
commit | 933eef4b18c7648fc5cb98d4d0fb7152dffa2baa (patch) | |
tree | 6cd82f25490465a9fd69986706413059e039265f /libs/libssh | |
parent | d917d662aedd9c133217b5c6d8c5a4f4a6bd3dea (diff) |
libssh: update to version 0.9.4 (security fix)
Fixes
CVE-2020-1730
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Diffstat (limited to 'libs/libssh')
-rw-r--r-- | libs/libssh/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/libssh/Makefile b/libs/libssh/Makefile index fdabc9b39..dee690066 100644 --- a/libs/libssh/Makefile +++ b/libs/libssh/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libssh -PKG_VERSION:=0.9.3 -PKG_RELEASE:=3 +PKG_VERSION:=0.9.4 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://www.libssh.org/files/0.9/ -PKG_HASH:=2c8b5f894dced58b3d629f16f3afa6562c20b4bdc894639163cf657833688f0c +PKG_HASH:=150897a569852ac05aac831dc417a7ba8e610c86ca2e0154a99c6ade2486226b PKG_MAINTAINER:=Mislav Novakovic <mislav.novakovic@sartura.hr> PKG_LICENSE:=LGPL-2.1-or-later BSD-2-Clause |