community/libssh: upgrade to 0.10.5

This commit is contained in:
psykose 2023-05-05 02:35:25 +00:00
parent 937f3d3d9b
commit 2890fc2435

View File

@ -1,7 +1,7 @@
# Contributor: Carlo Landmeter <clandmeter@alpinelinux.org> # Contributor: Carlo Landmeter <clandmeter@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libssh pkgname=libssh
pkgver=0.10.4 pkgver=0.10.5
pkgrel=0 pkgrel=0
pkgdesc="Library for accessing ssh client services through C libraries" pkgdesc="Library for accessing ssh client services through C libraries"
options="!check" # Tests require CLIENT_TESTING enabled which needs socket_wrapper 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 # - CVE-2018-10933
build() { build() {
CFLAGS="$CFLAGS -flto=auto" \
cmake -B build -G Ninja \ cmake -B build -G Ninja \
-DCMAKE_BUILD_TYPE=None \ -DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_PREFIX=/usr \
@ -49,5 +50,5 @@ package() {
} }
sha512sums=" sha512sums="
01ee52d480201d9886c15e81137c185334b404d1c8e8b743ddf58e95fe8619c8c013616a49807bd1111fde72fa177cd35f3c22b66cbf5d720b5abfacdf7601ed libssh-0.10.4.tar.xz 2b758f9df2b5937865d4aee775ffeafafe3ae6739a89dfc470e38c7394e3c3cb5fcf8f842fdae04929890ee7e47bf8f50e3a38e82dfd26a009f3aae009d589e0 libssh-0.10.5.tar.xz
" "