From 82306ebfba62758ced3441f5481254a7c4edd860 Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Thu, 12 Apr 2012 20:51:29 +0200 Subject: [PATCH] Updated dependency lib versions (2nd try). --- docs/INSTALL | 2 +- lib/Makefile.Watcom | 2 +- lib/Makefile.m32 | 2 +- lib/Makefile.netware | 2 +- lib/Makefile.vc6 | 2 +- src/Makefile.Watcom | 2 +- src/Makefile.m32 | 2 +- src/Makefile.netware | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/INSTALL b/docs/INSTALL index 645bca84b..64a55563d 100644 --- a/docs/INSTALL +++ b/docs/INSTALL @@ -219,7 +219,7 @@ Win32 set ZLIB_PATH=c:\zlib-1.2.6 set OPENSSL_PATH=c:\openssl-0.9.8u - set LIBSSH2_PATH=c:\libssh2-1.4.0 + set LIBSSH2_PATH=c:\libssh2-1.4.1 ATTENTION: if you want to build with libssh2 support you have to use latest version 0.17 - previous versions will NOT work with 7.17.0 and later! diff --git a/lib/Makefile.Watcom b/lib/Makefile.Watcom index 838f744a4..56f994748 100644 --- a/lib/Makefile.Watcom +++ b/lib/Makefile.Watcom @@ -89,7 +89,7 @@ ZLIB_ROOT = ..$(DS)..$(DS)zlib-1.2.6 !ifdef %libssh2_root LIBSSH2_ROOT = $(%libssh2_root) !else -LIBSSH2_ROOT = ..$(DS)..$(DS)libssh2-1.4.0 +LIBSSH2_ROOT = ..$(DS)..$(DS)libssh2-1.4.1 !endif !ifdef %librtmp_root diff --git a/lib/Makefile.m32 b/lib/Makefile.m32 index 7b943ff00..a6270b218 100644 --- a/lib/Makefile.m32 +++ b/lib/Makefile.m32 @@ -31,7 +31,7 @@ OPENSSL_LIBS = -leay32 -lssl32 endif # Edit the path below to point to the base of your LibSSH2 package. ifndef LIBSSH2_PATH -LIBSSH2_PATH = ../../libssh2-1.4.0 +LIBSSH2_PATH = ../../libssh2-1.4.1 endif # Edit the path below to point to the base of your librtmp package. ifndef LIBRTMP_PATH diff --git a/lib/Makefile.netware b/lib/Makefile.netware index 5d358ad86..94e57c8c5 100644 --- a/lib/Makefile.netware +++ b/lib/Makefile.netware @@ -24,7 +24,7 @@ endif # Edit the path below to point to the base of your LibSSH2 package. ifndef LIBSSH2_PATH -LIBSSH2_PATH = ../../libssh2-1.4.0 +LIBSSH2_PATH = ../../libssh2-1.4.1 endif # Edit the path below to point to the base of your axTLS package. diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6 index fddf6d56d..63dd0eeb3 100644 --- a/lib/Makefile.vc6 +++ b/lib/Makefile.vc6 @@ -69,7 +69,7 @@ OPENSSL_PATH = ../../openssl-0.9.8u !ENDIF !IFNDEF LIBSSH2_PATH -LIBSSH2_PATH = ../../libssh2-1.4.0 +LIBSSH2_PATH = ../../libssh2-1.4.1 !ENDIF !IFNDEF ZLIB_PATH diff --git a/src/Makefile.Watcom b/src/Makefile.Watcom index 63107c8cf..c88291e2c 100644 --- a/src/Makefile.Watcom +++ b/src/Makefile.Watcom @@ -78,7 +78,7 @@ ZLIB_ROOT = ..$(DS)..$(DS)zlib-1.2.6 !ifdef %libssh2_root LIBSSH2_ROOT = $(%libssh2_root) !else -LIBSSH2_ROOT = ..$(DS)..$(DS)libssh2-1.4.0 +LIBSSH2_ROOT = ..$(DS)..$(DS)libssh2-1.4.1 !endif !ifdef %librtmp_root diff --git a/src/Makefile.m32 b/src/Makefile.m32 index 0dc45231c..29edc2839 100644 --- a/src/Makefile.m32 +++ b/src/Makefile.m32 @@ -28,7 +28,7 @@ OPENSSL_LIBS = -leay32 -lssl32 endif # Edit the path below to point to the base of your LibSSH2 package. ifndef LIBSSH2_PATH -LIBSSH2_PATH = ../../libssh2-1.4.0 +LIBSSH2_PATH = ../../libssh2-1.4.1 endif # Edit the path below to point to the base of your librtmp package. ifndef LIBRTMP_PATH diff --git a/src/Makefile.netware b/src/Makefile.netware index 0d3e0d2d2..9ea779935 100644 --- a/src/Makefile.netware +++ b/src/Makefile.netware @@ -24,7 +24,7 @@ endif # Edit the path below to point to the base of your LibSSH2 package. ifndef LIBSSH2_PATH -LIBSSH2_PATH = ../../libssh2-1.4.0 +LIBSSH2_PATH = ../../libssh2-1.4.1 endif # Edit the path below to point to the base of your axTLS package.