diff --git a/main/openssh/APKBUILD b/main/openssh/APKBUILD index b243aa19ca0..0b8feae7602 100644 --- a/main/openssh/APKBUILD +++ b/main/openssh/APKBUILD @@ -5,7 +5,7 @@ pkgname=openssh pkgver=9.7_p1 _myver=${pkgver%_*}${pkgver#*_} -pkgrel=2 +pkgrel=3 pkgdesc="Port of OpenBSD's free SSH release" url="https://www.openssh.com/portable.html" arch="all" @@ -152,7 +152,7 @@ check() { # Run all tests except the t-exec tests which fail on the # builders for some reason but pass locally (needs further # investigation). -# TEST_SSH_UNSAFE_PERMISSIONS=1 make -j1 file-tests interop-tests unit + TEST_SSH_UNSAFE_PERMISSIONS=1 make -j1 file-tests interop-tests unit if [ -z "$BOOTSTRAP" ]; then msg "verify pam build"