diff options
author | J0WI <J0WI@users.noreply.github.com> | 2020-04-09 14:33:25 +0200 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-04-09 15:09:14 +0000 |
commit | aff6dec3dfa146ec68965e709c3e2dad1020c0a3 (patch) | |
tree | ece4cb4fe9267aa755f91fca96133734ecba99eb /community/libssh | |
parent | ca076b373f450abe2298ac24b9a2b6a39e40ba6d (diff) | |
download | aports-aff6dec3dfa146ec68965e709c3e2dad1020c0a3.tar.bz2 aports-aff6dec3dfa146ec68965e709c3e2dad1020c0a3.tar.xz |
community/libssh: security upgrade to 0.9.4
Diffstat (limited to 'community/libssh')
-rw-r--r-- | community/libssh/APKBUILD | 8 |
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" |