libssh: bump version

sshd is for tests compilation
This commit is contained in:
Jerome Duval
2021-01-15 16:42:21 +01:00
parent 5170cb4d5f
commit dd47e03267
2 changed files with 4 additions and 3 deletions

View File

@@ -18,15 +18,15 @@ COPYRIGHT="1995 Tatu Ylonen
2019 Simo Sorce"
LICENSE="GNU LGPL v2.1
BSD (2-clause)"
REVISION="2"
REVISION="1"
SOURCE_URI="https://www.libssh.org/files/${portVersion%.*}/libssh-$portVersion.tar.xz"
CHECKSUM_SHA256="1970a8991374fc8cbdcb7fcc3683fe8f8824aa37d575f38cfb75fe0fe50fd9ad"
CHECKSUM_SHA256="acffef2da98e761fc1fd9c4fddde0f3af60ab44c4f5af05cd1b2d60a3fa08718"
PATCHES="libssh-$portVersion.patchset"
ARCHITECTURES="!x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86"
libVersion="4.8.3"
libVersion="4.8.6"
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
PROVIDES="
@@ -61,6 +61,7 @@ BUILD_PREREQUIRES="
cmd:ld$secondaryArchSuffix
cmd:make
cmd:pkg_config$secondaryArchSuffix
cmd:sshd
"
if [ -z "$secondaryArchSuffix" ]; then