aboutsummaryrefslogtreecommitdiff
path: root/lib
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 /lib
parent03d4b9f078ef196ae116508ec64c397aede15826 (diff)
Updated dependency lib versions (2nd try).
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.Watcom2
-rw-r--r--lib/Makefile.m322
-rw-r--r--lib/Makefile.netware2
-rw-r--r--lib/Makefile.vc62
4 files changed, 4 insertions, 4 deletions
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