diff --git a/community/libssh/APKBUILD b/community/libssh/APKBUILD index 5da8b1fe6e7..d6b5004426f 100644 --- a/community/libssh/APKBUILD +++ b/community/libssh/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Carlo Landmeter # Maintainer: Natanael Copa 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 "