diff --git a/lib/Makefile.m32 b/lib/Makefile.m32 index 05b1ee44ab88499243181ac23b5d45a0997bf56a..3bcac0ac209dbfe945ac9b12265f44b3c336dbdc 100644 --- a/lib/Makefile.m32 +++ b/lib/Makefile.m32 @@ -1,13 +1,13 @@ ######################################################################### # ## Makefile for building libcurl.a with MingW32 (GCC-3.2 or later) -## and optionally OpenSSL (0.9.8), libssh2 (1.1), zlib (1.2.3) +## and optionally OpenSSL (0.9.8), libssh2 (1.2), zlib (1.2.5) ## ## Usage: ## mingw32-make -f Makefile.m32 [SSL=1] [SSH2=1] [ZLIB=1] [IDN=1] [SSPI=1] [IPV6=1] [LDAPS=1] [DYN=1] ## ## Hint: you can also set environment vars to control the build, f.e.: -## set ZLIB_PATH=c:/zlib-1.2.3 +## set ZLIB_PATH=c:/zlib-1.2.5 ## set ZLIB=1 ## ## Comments to: Troy Engel <tengel@sonic.net> or @@ -20,11 +20,11 @@ ZLIB_PATH = ../../zlib-1.2.5 endif # Edit the path below to point to the base of your OpenSSL package. ifndef OPENSSL_PATH -OPENSSL_PATH = ../../openssl-0.9.8n +OPENSSL_PATH = ../../openssl-0.9.8o endif # Edit the path below to point to the base of your LibSSH2 package. ifndef LIBSSH2_PATH -LIBSSH2_PATH = ../../libssh2-1.2.5 +LIBSSH2_PATH = ../../libssh2-1.2.6 endif # Edit the path below to point to the base of your libidn package. ifndef LIBIDN_PATH diff --git a/lib/Makefile.netware b/lib/Makefile.netware index 84686f457cd35062f0ab6a23a2786955bb866a4c..f11eef64ab17ef0b4716bd0121e139bae535bd4b 100644 --- a/lib/Makefile.netware +++ b/lib/Makefile.netware @@ -19,12 +19,12 @@ endif # Edit the path below to point to the base of your OpenSSL package. ifndef OPENSSL_PATH -OPENSSL_PATH = ../../openssl-0.9.8n +OPENSSL_PATH = ../../openssl-0.9.8o endif # Edit the path below to point to the base of your LibSSH2 package. ifndef LIBSSH2_PATH -LIBSSH2_PATH = ../../libssh2-1.2.5 +LIBSSH2_PATH = ../../libssh2-1.2.6 endif # Edit the path below to point to the base of your libidn package. diff --git a/src/Makefile.m32 b/src/Makefile.m32 index 870ce0fd50824159d1da400177868e6ec761ea76..799df9600734c8f692071cb3006764687fdcd31e 100644 --- a/src/Makefile.m32 +++ b/src/Makefile.m32 @@ -1,13 +1,13 @@ ######################################################################### # ## Makefile for building curl.exe with MingW32 (GCC-3.2 or later) -## and optionally OpenSSL (0.9.8), libssh2 (1.1), zlib (1.2.3) +## and optionally OpenSSL (0.9.8), libssh2 (1.2), zlib (1.2.5) ## ## Usage: ## mingw32-make -f Makefile.m32 [SSL=1] [SSH2=1] [ZLIB=1] [IDN=1] [SSPI=1] [IPV6=1] [LDAPS=1] [DYN=1] ## ## Hint: you can also set environment vars to control the build, f.e.: -## set ZLIB_PATH=c:/zlib-1.2.3 +## set ZLIB_PATH=c:/zlib-1.2.5 ## set ZLIB=1 ## ## Comments to: Troy Engel <tengel@sonic.net> or @@ -20,11 +20,11 @@ ZLIB_PATH = ../../zlib-1.2.5 endif # Edit the path below to point to the base of your OpenSSL package. ifndef OPENSSL_PATH -OPENSSL_PATH = ../../openssl-0.9.8n +OPENSSL_PATH = ../../openssl-0.9.8o endif # Edit the path below to point to the base of your LibSSH2 package. ifndef LIBSSH2_PATH -LIBSSH2_PATH = ../../libssh2-1.2.5 +LIBSSH2_PATH = ../../libssh2-1.2.6 endif # Edit the path below to point to the base of your libidn package. ifndef LIBIDN_PATH diff --git a/src/Makefile.netware b/src/Makefile.netware index c5117560ffe17f907f943dfc0f0ced4171c5855e..1c428edea1343d9e3c6465b9c7621746bf9f5289 100644 --- a/src/Makefile.netware +++ b/src/Makefile.netware @@ -19,12 +19,12 @@ endif # Edit the path below to point to the base of your OpenSSL package. ifndef OPENSSL_PATH -OPENSSL_PATH = ../../openssl-0.9.8n +OPENSSL_PATH = ../../openssl-0.9.8o endif # Edit the path below to point to the base of your LibSSH2 package. ifndef LIBSSH2_PATH -LIBSSH2_PATH = ../../libssh2-1.2.5 +LIBSSH2_PATH = ../../libssh2-1.2.6 endif # Edit the path below to point to the base of your libidn package.