build: updated dependencies in makefiles.
authorGuenter Knauf <lists@gknw.net>
Fri, 5 Dec 2014 13:54:25 +0000 (14:54 +0100)
committerGuenter Knauf <lists@gknw.net>
Fri, 5 Dec 2014 13:54:25 +0000 (14:54 +0100)
14 files changed:
docs/INSTALL
docs/examples/Makefile.m32
docs/examples/Makefile.netware
lib/Makefile.Watcom
lib/Makefile.b32
lib/Makefile.m32
lib/Makefile.netware
lib/Makefile.vc6
lib/Makefile.vxworks
src/Makefile.Watcom
src/Makefile.b32
src/Makefile.m32
src/Makefile.netware
src/Makefile.vc6

index ea1f0decd2942aca7eca8c34b5b73791b9e82649..48c2e6c1f91c2e7e8b4bd2b063ce421cd2e45a80 100644 (file)
@@ -209,7 +209,7 @@ Win32
    environment variables, for example:
 
      set ZLIB_PATH=c:\zlib-1.2.8
-     set OPENSSL_PATH=c:\openssl-0.9.8y
+     set OPENSSL_PATH=c:\openssl-0.9.8zc
      set LIBSSH2_PATH=c:\libssh2-1.4.3
 
    ATTENTION: if you want to build with libssh2 support you have to use latest
@@ -317,7 +317,7 @@ Win32
    Before running nmake define the OPENSSL_PATH environment variable with
    the root/base directory of OpenSSL, for example:
 
-     set OPENSSL_PATH=c:\openssl-0.9.8y
+     set OPENSSL_PATH=c:\openssl-0.9.8zc
 
    Then run 'nmake vc-ssl' or 'nmake vc-ssl-dll' in curl's root
    directory.  'nmake vc-ssl' will create a libcurl static and dynamic
index 8f99461df79821183add19742c33a61d055cd549..f607013c25c398dbbbd69b7fab5edf368370e09f 100644 (file)
@@ -38,7 +38,7 @@ ZLIB_PATH = ../../../zlib-1.2.8
 endif
 # Edit the path below to point to the base of your OpenSSL package.
 ifndef OPENSSL_PATH
-OPENSSL_PATH = ../../../openssl-0.9.8y
+OPENSSL_PATH = ../../../openssl-0.9.8zc
 endif
 # Edit the path below to point to the base of your LibSSH2 package.
 ifndef LIBSSH2_PATH
index 2f1776c581db6fce82c08ef4d3474da8ecb648a0..3fd6b3e77967d504400d4df7baa9540a702a57d0 100644 (file)
@@ -19,7 +19,7 @@ endif
 
 # Edit the path below to point to the base of your OpenSSL package.
 ifndef OPENSSL_PATH
-OPENSSL_PATH = ../../../openssl-0.9.8y
+OPENSSL_PATH = ../../../openssl-0.9.8zc
 endif
 
 # Edit the path below to point to the base of your LibSSH2 package.
index 3b519c3e42771fca83fa2a22959e0edf9641f1b8..14f5ac8442fc4fad4aa481239ab318a6701b1612 100644 (file)
@@ -113,7 +113,7 @@ LIBRTMP_ROOT = ../../rtmpdump-2.3
 !ifdef %openssl_root
 OPENSSL_ROOT = $(%openssl_root)
 !else
-OPENSSL_ROOT = ../../openssl-0.9.8y
+OPENSSL_ROOT = ../../openssl-0.9.8zc
 !endif
 
 !ifdef %ares_root
index 9ad586af1de09d0e6876c450fc414e6633937c2d..b9531fdf4051da834013f1cbb5638ba4133d7db7 100644 (file)
@@ -27,7 +27,7 @@ ZLIB_PATH = ..\..\zlib-1.2.8
 
 # Edit the path below to point to the base of your OpenSSL package.
 !ifndef OPENSSL_PATH
-OPENSSL_PATH = ..\..\openssl-0.9.8y
+OPENSSL_PATH = ..\..\openssl-0.9.8zc
 !endif
 
 # Set libcurl static lib, dll and import lib
index f6ef0a30f6d4def654be3e3a50d4bd49793fc17a..f3673c5a3e3d7e8dc12436eaca47cfa22a1fc5ff 100644 (file)
@@ -18,7 +18,7 @@ ZLIB_PATH = ../../zlib-1.2.8
 endif
 # Edit the path below to point to the base of your OpenSSL package.
 ifndef OPENSSL_PATH
-OPENSSL_PATH = ../../openssl-0.9.8y
+OPENSSL_PATH = ../../openssl-0.9.8zc
 endif
 # Edit the path below to point to the base of your LibSSH2 package.
 ifndef LIBSSH2_PATH
@@ -44,7 +44,7 @@ LDAP_SDK = c:/novell/ndk/cldapsdk/win32
 endif
 # Edit the path below to point to the base of your nghttp2 package.
 ifndef NGHTTP2_PATH
-NGHTTP2_PATH = ../../nghttp2-0.6.4
+NGHTTP2_PATH = ../../nghttp2-0.6.7
 endif
 
 PROOT = ..
index d6be5379908245e38d7f330f4d020b6ab01ee035..2481003a89927b72fdb987a58aaf643519fea547 100644 (file)
@@ -19,7 +19,7 @@ endif
 
 # Edit the path below to point to the base of your OpenSSL package.
 ifndef OPENSSL_PATH
-OPENSSL_PATH = ../../openssl-0.9.8y
+OPENSSL_PATH = ../../openssl-0.9.8zc
 endif
 
 # Edit the path below to point to the base of your LibSSH2 package.
@@ -44,7 +44,7 @@ endif
 
 # Edit the path below to point to the base of your nghttp2 package.
 ifndef NGHTTP2_PATH
-NGHTTP2_PATH = ../../nghttp2-0.6.4
+NGHTTP2_PATH = ../../nghttp2-0.6.7
 endif
 
 # Edit the path below to point to the base of your fbopenssl package.
index 15275e994abf202fa4fddeb012e37fc2a6047797..b235fdd561b640c02a89980c584491fad2433181 100644 (file)
@@ -65,7 +65,7 @@
 !INCLUDE ..\winbuild\Makefile.msvc.names\r
 \r
 !IFNDEF OPENSSL_PATH\r
-OPENSSL_PATH   = ../../openssl-0.9.8y\r
+OPENSSL_PATH   = ../../openssl-0.9.8zc\r
 !ENDIF\r
 \r
 !IFNDEF LIBSSH2_PATH\r
index 0f9de51ed5a5d97338cc3d21727ac29ff1d6fe92..7ff197f0334bc5681194e3e022bda38f39dd33a1 100644 (file)
@@ -33,8 +33,8 @@ BUILD_TYPE := debug
 USER_CFLAGS:=
 
 # directories where to seek for includes and libraries
-OPENSSL_INC := D:/libraries/openssl/openssl-0.9.8y-vxWorks6.3/include
-OPENSSL_LIB := D:/libraries/openssl/openssl-0.9.8y-vxWorks6.3
+OPENSSL_INC := D:/libraries/openssl/openssl-0.9.8zc-vxWorks6.3/include
+OPENSSL_LIB := D:/libraries/openssl/openssl-0.9.8zc-vxWorks6.3
 ZLIB_INC    := D:/libraries/zlib/zlib-1.2.8-VxWorks6.3/zlib-1.2.8
 ZLIB_LIB    := D:/libraries/zlib/zlib-1.2.8-VxWorks6.3/binaries/vxworks_3.1_gnu/Debug/lib
 ARES_INC    :=
index 8d9754f0d5e6fad4d8fa37021f8cf2e21c3b9723..c485665606318804fced78274c50aec5b7bf446f 100644 (file)
@@ -108,7 +108,7 @@ LIBRTMP_ROOT = ../../rtmpdump-2.3
 !ifdef %openssl_root
 OPENSSL_ROOT = $(%openssl_root)
 !else
-OPENSSL_ROOT = ../../openssl-0.9.8y
+OPENSSL_ROOT = ../../openssl-0.9.8zc
 !endif
 
 !ifdef %ares_root
index 9f9885a7fc2f72f3103a8d1678dc8b58a0e775cb..6638a01156301886e444f3a5e8e4c96654749cdd 100644 (file)
@@ -27,7 +27,7 @@ ZLIB_PATH = ..\..\zlib-1.2.8
 
 # Edit the path below to point to the base of your OpenSSL package.
 !ifndef OPENSSL_PATH
-OPENSSL_PATH = ..\..\openssl-0.9.8y
+OPENSSL_PATH = ..\..\openssl-0.9.8zc
 !endif
 
 # Set program's name
index 22269298cf5b9f12ec14e39f293368916c91e494..e54175cedfb39b9453a6aae1959c1b0b6305c43f 100644 (file)
@@ -18,7 +18,7 @@ ZLIB_PATH = ../../zlib-1.2.8
 endif
 # Edit the path below to point to the base of your OpenSSL package.
 ifndef OPENSSL_PATH
-OPENSSL_PATH = ../../openssl-0.9.8y
+OPENSSL_PATH = ../../openssl-0.9.8zc
 endif
 # Edit the path below to point to the base of your LibSSH2 package.
 ifndef LIBSSH2_PATH
@@ -56,7 +56,7 @@ LDAP_SDK = c:/novell/ndk/cldapsdk/win32
 endif
 # Edit the path below to point to the base of your nghttp2 package.
 ifndef NGHTTP2_PATH
-NGHTTP2_PATH = ../../nghttp2-0.6.4
+NGHTTP2_PATH = ../../nghttp2-0.6.7
 endif
 
 PROOT = ..
index 5b0c16bfe22ceaeb359fe1b3825dd14d77fc1c14..b6b4861c81db80e22f65b1b8dc465ebcd6a549f4 100644 (file)
@@ -19,7 +19,7 @@ endif
 
 # Edit the path below to point to the base of your OpenSSL package.
 ifndef OPENSSL_PATH
-OPENSSL_PATH = ../../openssl-0.9.8y
+OPENSSL_PATH = ../../openssl-0.9.8zc
 endif
 
 # Edit the path below to point to the base of your LibSSH2 package.
@@ -44,7 +44,7 @@ endif
 
 # Edit the path below to point to the base of your nghttp2 package.
 ifndef NGHTTP2_PATH
-NGHTTP2_PATH = ../../nghttp2-0.6.4
+NGHTTP2_PATH = ../../nghttp2-0.6.7
 endif
 
 # Edit the path below to point to the base of your fbopenssl package.
index fb7fdd90f92ca9506ef0801db54056b01314ea18..c8693afb9438ee26e7c6c6fd3d1c457fbad84a7b 100644 (file)
@@ -56,7 +56,7 @@ PROGRAM_NAME = curl.exe
 \r
 \r
 !IFNDEF OPENSSL_PATH\r
-OPENSSL_PATH = ../../openssl-0.9.8y\r
+OPENSSL_PATH = ../../openssl-0.9.8zc\r
 !ENDIF\r
 \r
 !IFNDEF ZLIB_PATH\r