From 40f0f5d7f8af60c0c27cc842136a709447e8c3b5 Mon Sep 17 00:00:00 2001 From: "Tom G. Christensen" Date: Fri, 14 Feb 2025 10:37:00 +0100 Subject: [PATCH] libssh2: update to 1.11.1 --- libssh2/build.sh | 6 ++++-- libssh2/meta/ChangeLog | 3 +++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/libssh2/build.sh b/libssh2/build.sh index b3a42fc..2439e34 100755 --- a/libssh2/build.sh +++ b/libssh2/build.sh @@ -6,7 +6,7 @@ ########################################################### # Check the following 4 variables before running the script topdir=libssh2 -version=1.11.0 +version=1.11.1 pkgver=1 source[0]=http://www.libssh2.org/download/$topdir-$version.tar.gz # If there are no patches, simply comment this @@ -18,7 +18,8 @@ patch[0]=libssh2-1.9.0-missing-stdint_h.patch # Global settings export CPPFLAGS="-I$prefix/include" export LDFLAGS="-L$prefix/lib -R$prefix/lib" -configure_args+=(--disable-examples-build --disable-static) +export PATH=$PATH:/usr/tgcware/sbin +configure_args+=(--disable-examples-build --disable-static --disable-docker-tests) reg prep prep() @@ -50,6 +51,7 @@ install() compat libssh2 1.8.2 1 1 compat libssh2 1.9.0 1 1 compat libssh2 1.10.0 1 2 + compat libssh2 1.11.0 1 2 } reg pack diff --git a/libssh2/meta/ChangeLog b/libssh2/meta/ChangeLog index 05874d0..589a234 100644 --- a/libssh2/meta/ChangeLog +++ b/libssh2/meta/ChangeLog @@ -1,5 +1,8 @@ CHANGELOG --------- +* Fri Feb 14 2025 Tom G. Christensen - 1.11.1-1 +- Update to 1.11.1 + * Sat Jul 22 2023 Tom G. Christensen - 1.11.0-1 - Update to 1.11.0