From bb498f247acf50d1ae999d2d794996d7447972af Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Mon, 8 Nov 2021 13:30:46 +0100 Subject: [PATCH] libssh: bump version --- .../{libssh-0.9.5.recipe => libssh-0.9.6.recipe} | 4 ++-- .../{libssh-0.9.5.patchset => libssh-0.9.6.patchset} | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) rename net-libs/libssh/{libssh-0.9.5.recipe => libssh-0.9.6.recipe} (96%) rename net-libs/libssh/patches/{libssh-0.9.5.patchset => libssh-0.9.6.patchset} (85%) diff --git a/net-libs/libssh/libssh-0.9.5.recipe b/net-libs/libssh/libssh-0.9.6.recipe similarity index 96% rename from net-libs/libssh/libssh-0.9.5.recipe rename to net-libs/libssh/libssh-0.9.6.recipe index 858c287c8..c92123e43 100644 --- a/net-libs/libssh/libssh-0.9.5.recipe +++ b/net-libs/libssh/libssh-0.9.6.recipe @@ -20,13 +20,13 @@ LICENSE="GNU LGPL v2.1 BSD (2-clause)" REVISION="1" SOURCE_URI="https://www.libssh.org/files/${portVersion%.*}/libssh-$portVersion.tar.xz" -CHECKSUM_SHA256="acffef2da98e761fc1fd9c4fddde0f3af60ab44c4f5af05cd1b2d60a3fa08718" +CHECKSUM_SHA256="86bcf885bd9b80466fe0e05453c58b877df61afa8ba947a58c356d7f0fab829b" PATCHES="libssh-$portVersion.patchset" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" -libVersion="4.8.6" +libVersion="4.8.7" libVersionCompat="$libVersion compat >= ${libVersion%%.*}" PROVIDES=" diff --git a/net-libs/libssh/patches/libssh-0.9.5.patchset b/net-libs/libssh/patches/libssh-0.9.6.patchset similarity index 85% rename from net-libs/libssh/patches/libssh-0.9.5.patchset rename to net-libs/libssh/patches/libssh-0.9.6.patchset index 183180c59..2f49fc8dd 100644 --- a/net-libs/libssh/patches/libssh-0.9.5.patchset +++ b/net-libs/libssh/patches/libssh-0.9.6.patchset @@ -1,11 +1,11 @@ -From d47dcec5cc2814bd7ce7f586b27d66e6280fcafd Mon Sep 17 00:00:00 2001 +From ca6ac7339b177876bb1743f9ad742cc2ec969556 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Mizsei?= Date: Sat, 22 Sep 2018 16:20:25 +0200 Subject: Haiku networking functions lives in lnetwork diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake -index c8bb2aa..41e95cd 100644 +index 5d43b36..00ea1b0 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -244,6 +244,11 @@ if (UNIX) @@ -21,10 +21,10 @@ index c8bb2aa..41e95cd 100644 # libnsl/inet_pton (Solaris) check_library_exists(nsl inet_pton "" HAVE_LIBNSL) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt -index 804aa41..8942a5b 100644 +index a576cf7..7f0fbd9 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt -@@ -15,6 +15,13 @@ if (WIN32) +@@ -16,6 +16,13 @@ if (WIN32) ) endif (WIN32) @@ -35,9 +35,9 @@ index 804aa41..8942a5b 100644 + ) +endif (HAVE_LIBNETWORK) + - if (OPENSSL_CRYPTO_LIBRARY) + if (OPENSSL_CRYPTO_LIBRARIES) set(LIBSSH_PRIVATE_INCLUDE_DIRS ${LIBSSH_PRIVATE_INCLUDE_DIRS} -- -2.23.0 +2.30.2