diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-03-27 09:26:43 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-03-27 09:26:43 +0000 |
commit | 707b23d95ddd00ea8fffa5b262cf15fad010fa28 (patch) | |
tree | 6e31f243813656d4fdcef8148f462000b42cc71b /main/libssh2 | |
parent | eda8c434fd06019a2d4552692a5d2dd80ea8c8b1 (diff) | |
download | aports-707b23d95ddd00ea8fffa5b262cf15fad010fa28.tar.bz2 aports-707b23d95ddd00ea8fffa5b262cf15fad010fa28.tar.xz |
main/libssh2: upgrade to 1.8.2
Diffstat (limited to 'main/libssh2')
-rw-r--r-- | main/libssh2/APKBUILD | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/main/libssh2/APKBUILD b/main/libssh2/APKBUILD index 53c694273e..605b54c85d 100644 --- a/main/libssh2/APKBUILD +++ b/main/libssh2/APKBUILD @@ -1,7 +1,6 @@ -# Contributor: # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libssh2 -pkgver=1.8.1 +pkgver=1.8.2 pkgrel=0 pkgdesc="library for accessing ssh1/ssh2 protocol servers" url="https://libssh2.org/" @@ -26,11 +25,6 @@ builddir="$srcdir"/libssh2-$pkgver # - CVE-2019-3863 -prepare() { - cd "$builddir" - update_config_sub -} - build() { cd "$builddir" ./configure \ @@ -49,4 +43,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="f09ad9ed04d25305b966e7f8c210082fe06c2b236dcd5018b009bd0bd6aaff123d16559d280892a5060760ed055ffe295bc02dc6e8dd1e7b8383c6c703f09290 libssh2-1.8.1.tar.gz" +sha512sums="390ab4ad93bb738415ec11a6eb92806c9b9e9e5d8ee7c442d841a58b4292c1c447a9bc99e153ba464e2e11f9c0d1913469303598c3046722d1ae821991e8cb93 libssh2-1.8.2.tar.gz" |