mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
community/libssh: upgrade to 0.10.5
This commit is contained in:
parent
937f3d3d9b
commit
2890fc2435
@ -1,7 +1,7 @@
|
||||
# Contributor: Carlo Landmeter <clandmeter@alpinelinux.org>
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=libssh
|
||||
pkgver=0.10.4
|
||||
pkgver=0.10.5
|
||||
pkgrel=0
|
||||
pkgdesc="Library for accessing ssh client services through C libraries"
|
||||
options="!check" # Tests require CLIENT_TESTING enabled which needs socket_wrapper
|
||||
@ -27,6 +27,7 @@ source="https://www.libssh.org/files/${pkgver%.*}/libssh-$pkgver.tar.xz"
|
||||
# - CVE-2018-10933
|
||||
|
||||
build() {
|
||||
CFLAGS="$CFLAGS -flto=auto" \
|
||||
cmake -B build -G Ninja \
|
||||
-DCMAKE_BUILD_TYPE=None \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
@ -49,5 +50,5 @@ package() {
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
01ee52d480201d9886c15e81137c185334b404d1c8e8b743ddf58e95fe8619c8c013616a49807bd1111fde72fa177cd35f3c22b66cbf5d720b5abfacdf7601ed libssh-0.10.4.tar.xz
|
||||
2b758f9df2b5937865d4aee775ffeafafe3ae6739a89dfc470e38c7394e3c3cb5fcf8f842fdae04929890ee7e47bf8f50e3a38e82dfd26a009f3aae009d589e0 libssh-0.10.5.tar.xz
|
||||
"
|
||||
|
Loading…
Reference in New Issue
Block a user