libssh2: update to 1.9.0
This commit is contained in:
parent
334b625ee4
commit
134a2107ec
@ -6,11 +6,11 @@
|
|||||||
###########################################################
|
###########################################################
|
||||||
# Check the following 4 variables before running the script
|
# Check the following 4 variables before running the script
|
||||||
topdir=libssh2
|
topdir=libssh2
|
||||||
version=1.8.2
|
version=1.9.0
|
||||||
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
|
||||||
#patch[0]=
|
patch[0]=libssh2-1.9.0-missing-stdint_h.patch
|
||||||
|
|
||||||
# Source function library
|
# Source function library
|
||||||
. ${BUILDPKG_SCRIPTS}/buildpkg.functions
|
. ${BUILDPKG_SCRIPTS}/buildpkg.functions
|
||||||
@ -47,6 +47,7 @@ install()
|
|||||||
compat libssh2 1.7.0 1 1
|
compat libssh2 1.7.0 1 1
|
||||||
compat libssh2 1.8.0 1 1
|
compat libssh2 1.8.0 1 1
|
||||||
compat libssh2 1.8.1 1 1
|
compat libssh2 1.8.1 1 1
|
||||||
|
compat libssh2 1.8.2 1 1
|
||||||
}
|
}
|
||||||
|
|
||||||
reg pack
|
reg pack
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
CHANGELOG
|
CHANGELOG
|
||||||
---------
|
---------
|
||||||
|
* Thu Jan 30 2020 Tom G. Christensen <swpkg@jupiterrise.com> - 1.9.0-1
|
||||||
|
- Update to 1.9.0
|
||||||
|
|
||||||
* Fri May 17 2019 Tom G. Christensen <swpkg@jupiterrise.com> - 1.8.2-1
|
* Fri May 17 2019 Tom G. Christensen <swpkg@jupiterrise.com> - 1.8.2-1
|
||||||
- Update to 1.8.2
|
- Update to 1.8.2
|
||||||
|
|
||||||
|
11
libssh2/src/libssh2-1.9.0-missing-stdint_h.patch
Normal file
11
libssh2/src/libssh2-1.9.0-missing-stdint_h.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- libssh2-1.9.0/include/libssh2.h.stdint_h 2019-06-20 08:19:27.000000000 +0000
|
||||||
|
+++ libssh2-1.9.0/include/libssh2.h 2020-01-30 16:53:35.730774000 +0000
|
||||||
|
@@ -142,7 +142,7 @@
|
||||||
|
#define HAVE_SSIZE_T
|
||||||
|
#endif
|
||||||
|
#else
|
||||||
|
-#include <stdint.h>
|
||||||
|
+#include <sys/types.h>
|
||||||
|
typedef unsigned long long libssh2_uint64_t;
|
||||||
|
typedef long long libssh2_int64_t;
|
||||||
|
#endif
|
Loading…
x
Reference in New Issue
Block a user