aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuenter Knauf <lists@gknw.net>2012-04-12 20:51:29 +0200
committerGuenter Knauf <lists@gknw.net>2012-04-12 20:51:29 +0200
commit82306ebfba62758ced3441f5481254a7c4edd860 (patch)
tree85c7bba3b3e14879c444ec63e354315db4b4762c
parent03d4b9f078ef196ae116508ec64c397aede15826 (diff)
Updated dependency lib versions (2nd try).
-rw-r--r--docs/INSTALL2
-rw-r--r--lib/Makefile.Watcom2
-rw-r--r--lib/Makefile.m322
-rw-r--r--lib/Makefile.netware2
-rw-r--r--lib/Makefile.vc62
-rw-r--r--src/Makefile.Watcom2
-rw-r--r--src/Makefile.m322
-rw-r--r--src/Makefile.netware2
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.