aboutsummaryrefslogtreecommitdiffstats
path: root/community/libssh
diff options
context:
space:
mode:
Diffstat (limited to 'community/libssh')
-rw-r--r--community/libssh/APKBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/community/libssh/APKBUILD b/community/libssh/APKBUILD
index bca16969b5..11dc9f5590 100644
--- a/community/libssh/APKBUILD
+++ b/community/libssh/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libssh
-pkgver=0.9.3
-pkgrel=1
+pkgver=0.9.4
+pkgrel=0
pkgdesc="Library for accessing ssh client services through C libraries"
url="https://www.libssh.org/"
arch="all"
@@ -15,6 +15,8 @@ source="https://www.libssh.org/files/${pkgver%.*}/libssh-$pkgver.tar.xz
"
# secfixes:
+# 0.9.4-r0:
+# - CVE-2020-1730
# 0.9.3-r0:
# - CVE-2019-14889
# 0.7.6-r0:
@@ -44,4 +46,4 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="6e59718565daeca6d224426cc1095a112deff9af8e0b021917e04f08bb7409263c35724de95f591f38e26f0fb3bbbbc69b679b6775edc21dec158d241b076c6f libssh-0.9.3.tar.xz"
+sha512sums="38705c19c293ea5e6d286d22eb17021dbe58d88c1e647b699933aa0db9ca1174d43d1ff76c1a1b17bf2cc1a8297ec02f1a67dd9e969676dd69cf6fbdae9bc8d4 libssh-0.9.4.tar.xz"