From e65854c68475f15fd4141b03966be6d3d853b6f2 Mon Sep 17 00:00:00 2001 From: "Tom G. Christensen" Date: Sat, 9 Apr 2022 11:01:03 +0200 Subject: [PATCH] libssh2: rebuild with OpenSSL 3.0 --- libssh2/build.sh | 3 ++- libssh2/meta/ChangeLog | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/libssh2/build.sh b/libssh2/build.sh index 201d289..c80bf9c 100755 --- a/libssh2/build.sh +++ b/libssh2/build.sh @@ -7,7 +7,7 @@ # Check the following 4 variables before running the script topdir=libssh2 version=1.10.0 -pkgver=1 +pkgver=2 source[0]=http://www.libssh2.org/download/$topdir-$version.tar.gz # If there are no patches, simply comment this patch[0]=libssh2-1.9.0-missing-stdint_h.patch @@ -49,6 +49,7 @@ install() compat libssh2 1.8.1 1 1 compat libssh2 1.8.2 1 1 compat libssh2 1.9.0 1 1 + compat libssh2 1.10.0 1 1 } reg pack diff --git a/libssh2/meta/ChangeLog b/libssh2/meta/ChangeLog index 6b51cdc..475b946 100644 --- a/libssh2/meta/ChangeLog +++ b/libssh2/meta/ChangeLog @@ -1,5 +1,8 @@ CHANGELOG --------- +* Sat Apr 09 2022 Tom G. Christensen - 1.10.0-2 +- Rebuild against OpenSSL 3.x + * Sat Oct 02 2021 Tom G. Christensen - 1.10.0-1 - Update to 1.10.0