From aff6dec3dfa146ec68965e709c3e2dad1020c0a3 Mon Sep 17 00:00:00 2001 From: J0WI Date: Thu, 9 Apr 2020 14:33:25 +0200 Subject: [PATCH] community/libssh: security upgrade to 0.9.4 --- community/libssh/APKBUILD | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/community/libssh/APKBUILD b/community/libssh/APKBUILD index bca16969b5c..11dc9f5590b 100644 --- a/community/libssh/APKBUILD +++ b/community/libssh/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Carlo Landmeter # Maintainer: Natanael Copa 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"