libssh2: update to 1.11.0

This commit is contained in:
Tom G. Christensen 2023-07-22 13:04:30 +02:00
parent 80832fdd0b
commit 2958067817
2 changed files with 6 additions and 3 deletions

View File

@ -6,8 +6,8 @@
########################################################### ###########################################################
# Check the following 4 variables before running the script # Check the following 4 variables before running the script
topdir=libssh2 topdir=libssh2
version=1.10.0 version=1.11.0
pkgver=2 pkgver=1
source[0]=http://www.libssh2.org/download/$topdir-$version.tar.gz source[0]=http://www.libssh2.org/download/$topdir-$version.tar.gz
# If there are no patches, simply comment this # If there are no patches, simply comment this
patch[0]=libssh2-1.9.0-missing-stdint_h.patch patch[0]=libssh2-1.9.0-missing-stdint_h.patch
@ -49,7 +49,7 @@ install()
compat libssh2 1.8.1 1 1 compat libssh2 1.8.1 1 1
compat libssh2 1.8.2 1 1 compat libssh2 1.8.2 1 1
compat libssh2 1.9.0 1 1 compat libssh2 1.9.0 1 1
compat libssh2 1.10.0 1 1 compat libssh2 1.10.0 1 2
} }
reg pack reg pack

View File

@ -1,5 +1,8 @@
CHANGELOG CHANGELOG
--------- ---------
* Sat Jul 22 2023 Tom G. Christensen <swpkg@jupiterrise.com> - 1.11.0-1
- Update to 1.11.0
* Sat Apr 09 2022 Tom G. Christensen <swpkg@jupiterrise.com> - 1.10.0-2 * Sat Apr 09 2022 Tom G. Christensen <swpkg@jupiterrise.com> - 1.10.0-2
- Rebuild against OpenSSL 3.x - Rebuild against OpenSSL 3.x