aboutsummaryrefslogtreecommitdiffstats
path: root/main/libssh
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2019-11-12 00:29:42 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-11-19 13:52:48 +0100
commitdbe22637aab590140357c626d8f9467593ea432e (patch)
treec3a650bd5a4885d4299485a4aa3f3753dded9301 /main/libssh
parentd63c80a020d3f64edf11efcc95889dcfd052278a (diff)
downloadaports-dbe22637aab590140357c626d8f9467593ea432e.tar.bz2
aports-dbe22637aab590140357c626d8f9467593ea432e.tar.xz
main/libssh: upgrade to 0.9.2
Diffstat (limited to 'main/libssh')
-rw-r--r--main/libssh/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/main/libssh/APKBUILD b/main/libssh/APKBUILD
index 4c985dd2d3..a1f93163d8 100644
--- a/main/libssh/APKBUILD
+++ b/main/libssh/APKBUILD
@@ -1,10 +1,10 @@
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libssh
-pkgver=0.9.0
+pkgver=0.9.2
pkgrel=0
pkgdesc="Library for accessing ssh client services through C libraries"
-url="https://www.libssh.org"
+url="https://www.libssh.org/"
arch="all"
license="LGPL-2.1-or-later BSD-2-Clause"
depends_dev="openssl-dev zlib-dev"
@@ -19,11 +19,11 @@ source="https://www.libssh.org/files/${pkgver%.*}/libssh-$pkgver.tar.xz
# - CVE-2018-10933
build() {
- cd "$builddir"
mkdir build && cd build
cmake .. \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_LIBDIR=lib \
-DWITH_GSSAPI=OFF \
-DUNIT_TESTING=ON
make
@@ -39,4 +39,4 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="8c91b31e49652d93c295ca62c2ff1ae30f26c263195a8bc2390e44f6e688959507f609125d342ee8180fc03cec2d73258ac72f864696281b53ba9ad244060865 libssh-0.9.0.tar.xz"
+sha512sums="93b689cd7f3bd32716d7821219e25f91214f71be3867c622ae0ae73cdb2d20af2daa9c3c8180b71434915154f2bc374df7193b3a67a9b9e8bf06e955419285d0 libssh-0.9.2.tar.xz"