diff options
author | J0WI <J0WI@users.noreply.github.com> | 2019-12-10 21:52:04 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-11 05:28:31 +0100 |
commit | 94410d4589eefca6191eb868fe534c981d9454c3 (patch) | |
tree | 85267d0986cfdf61c3853d732c9439e1cf6448ea | |
parent | 4e56e5cc082c3a5c56c6a2601c684102ab12e413 (diff) | |
download | aports-94410d4589eefca6191eb868fe534c981d9454c3.tar.bz2 aports-94410d4589eefca6191eb868fe534c981d9454c3.tar.xz |
main/libssh: security upgrade to 0.9.3
-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" |