]> granicus.if.org Git - curl/commitdiff
Updated dependency lib versions (2nd try).
authorGuenter Knauf <lists@gknw.net>
Thu, 12 Apr 2012 18:51:29 +0000 (20:51 +0200)
committerGuenter Knauf <lists@gknw.net>
Thu, 12 Apr 2012 18:51:29 +0000 (20:51 +0200)
docs/INSTALL
lib/Makefile.Watcom
lib/Makefile.m32
lib/Makefile.netware
lib/Makefile.vc6
src/Makefile.Watcom
src/Makefile.m32
src/Makefile.netware

index 645bca84b5ef04320a674100c27d381a09eec0ed..64a55563d24209fc58139dd485d8cb9d2cdeaab8 100644 (file)
@@ -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!
index 838f744a4a7f0c6856d2f511f069a722ce5f1d5a..56f994748538c532bc7a815809c1b092831bb626 100644 (file)
@@ -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
index 7b943ff00584287baa815ad219bc411fca40f209..a6270b218834024ef9e3b3ab09f8faf66db5a73a 100644 (file)
@@ -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
index 5d358ad867cd3fbf976b5a1a2e9285904bee80ae..94e57c8c5c9ad6511fe36c9a3cf63225f556ed33 100644 (file)
@@ -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.
index fddf6d56d79cf165b49c50b3ee64af49b2a71b54..63dd0eeb3b19e6a976499ba05e5100d873308d93 100644 (file)
@@ -69,7 +69,7 @@ OPENSSL_PATH   = ../../openssl-0.9.8u
 !ENDIF\r
 \r
 !IFNDEF LIBSSH2_PATH\r
-LIBSSH2_PATH   = ../../libssh2-1.4.0\r
+LIBSSH2_PATH   = ../../libssh2-1.4.1\r
 !ENDIF\r
 \r
 !IFNDEF ZLIB_PATH\r
index 63107c8cf3cdc5572049fa5d11dd8c0c32bc3a17..c88291e2cdca776f7a5b36a5db652e9d0fa2e2aa 100644 (file)
@@ -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
index 0dc45231cb84b3d2d2fc0243bbac817529a3f522..29edc28393ba4077a730447889546678349db983 100644 (file)
@@ -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
index 0d3e0d2d298b67d280e4bfe748d4fdbf3ca81421..9ea779935e94b4a850e1333add75cc0f6ca2edb0 100644 (file)
@@ -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.