diff options
-rw-r--r-- | main/libssh/APKBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/main/libssh/APKBUILD b/main/libssh/APKBUILD index a1f93163d8..866b07b7f4 100644 --- a/main/libssh/APKBUILD +++ b/main/libssh/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Carlo Landmeter <clandmeter@gmail.com> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libssh -pkgver=0.9.2 +pkgver=0.9.3 pkgrel=0 pkgdesc="Library for accessing ssh client services through C libraries" url="https://www.libssh.org/" @@ -15,8 +15,10 @@ source="https://www.libssh.org/files/${pkgver%.*}/libssh-$pkgver.tar.xz " # secfixes: +# 0.9.3-r0: +# - CVE-2019-14889 # 0.7.6-r0: -# - CVE-2018-10933 +# - CVE-2018-10933 build() { mkdir build && cd build @@ -39,4 +41,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="93b689cd7f3bd32716d7821219e25f91214f71be3867c622ae0ae73cdb2d20af2daa9c3c8180b71434915154f2bc374df7193b3a67a9b9e8bf06e955419285d0 libssh-0.9.2.tar.xz" +sha512sums="6e59718565daeca6d224426cc1095a112deff9af8e0b021917e04f08bb7409263c35724de95f591f38e26f0fb3bbbbc69b679b6775edc21dec158d241b076c6f libssh-0.9.3.tar.xz" |