libssh2: update to 1.11.1
This commit is contained in:
parent
3c995ef0d0
commit
40f0f5d7f8
@ -6,7 +6,7 @@
|
|||||||
###########################################################
|
###########################################################
|
||||||
# Check the following 4 variables before running the script
|
# Check the following 4 variables before running the script
|
||||||
topdir=libssh2
|
topdir=libssh2
|
||||||
version=1.11.0
|
version=1.11.1
|
||||||
pkgver=1
|
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
|
||||||
@ -18,7 +18,8 @@ patch[0]=libssh2-1.9.0-missing-stdint_h.patch
|
|||||||
# Global settings
|
# Global settings
|
||||||
export CPPFLAGS="-I$prefix/include"
|
export CPPFLAGS="-I$prefix/include"
|
||||||
export LDFLAGS="-L$prefix/lib -R$prefix/lib"
|
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
|
reg prep
|
||||||
prep()
|
prep()
|
||||||
@ -50,6 +51,7 @@ install()
|
|||||||
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 2
|
compat libssh2 1.10.0 1 2
|
||||||
|
compat libssh2 1.11.0 1 2
|
||||||
}
|
}
|
||||||
|
|
||||||
reg pack
|
reg pack
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
CHANGELOG
|
CHANGELOG
|
||||||
---------
|
---------
|
||||||
|
* Fri Feb 14 2025 Tom G. Christensen <swpkg@jupiterrise.com> - 1.11.1-1
|
||||||
|
- Update to 1.11.1
|
||||||
|
|
||||||
* Sat Jul 22 2023 Tom G. Christensen <swpkg@jupiterrise.com> - 1.11.0-1
|
* Sat Jul 22 2023 Tom G. Christensen <swpkg@jupiterrise.com> - 1.11.0-1
|
||||||
- Update to 1.11.0
|
- Update to 1.11.0
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user