From dd47e03267975e7512ec433971a30aff94919c2a Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Fri, 15 Jan 2021 16:42:21 +0100 Subject: [PATCH] libssh: bump version sshd is for tests compilation --- .../libssh/{libssh-0.9.2.recipe => libssh-0.9.5.recipe} | 7 ++++--- .../{libssh-0.9.2.patchset => libssh-0.9.5.patchset} | 0 2 files changed, 4 insertions(+), 3 deletions(-) rename net-libs/libssh/{libssh-0.9.2.recipe => libssh-0.9.5.recipe} (96%) rename net-libs/libssh/patches/{libssh-0.9.2.patchset => libssh-0.9.5.patchset} (100%) diff --git a/net-libs/libssh/libssh-0.9.2.recipe b/net-libs/libssh/libssh-0.9.5.recipe similarity index 96% rename from net-libs/libssh/libssh-0.9.2.recipe rename to net-libs/libssh/libssh-0.9.5.recipe index a1060fdc1..a0d2e957b 100644 --- a/net-libs/libssh/libssh-0.9.2.recipe +++ b/net-libs/libssh/libssh-0.9.5.recipe @@ -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 diff --git a/net-libs/libssh/patches/libssh-0.9.2.patchset b/net-libs/libssh/patches/libssh-0.9.5.patchset similarity index 100% rename from net-libs/libssh/patches/libssh-0.9.2.patchset rename to net-libs/libssh/patches/libssh-0.9.5.patchset