Fossil SCM
Update version of OpenSSL that is referred to in the makefiles.
Commit
c5b86115def7cb124972426a0429620598100197
Parent
b153caf67ee006b…
4 files changed
+4
-4
+2
-2
+2
-2
+2
-2
+4
-4
| --- src/makemake.tcl | ||
| +++ src/makemake.tcl | ||
| @@ -444,12 +444,12 @@ | ||
| 444 | 444 | #### The directories where the OpenSSL include and library files are located. |
| 445 | 445 | # The recommended usage here is to use the Sysinternals junction tool |
| 446 | 446 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 447 | 447 | # Fossil source code directory and the target OpenSSL source directory. |
| 448 | 448 | # |
| 449 | -OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1f/include | |
| 450 | -OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1f | |
| 449 | +OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1g/include | |
| 450 | +OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1g | |
| 451 | 451 | |
| 452 | 452 | #### Either the directory where the Tcl library is installed or the Tcl |
| 453 | 453 | # source code directory resides (depending on the value of the macro |
| 454 | 454 | # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, |
| 455 | 455 | # this directory must have "include" and "lib" sub-directories. If |
| @@ -1012,12 +1012,12 @@ | ||
| 1012 | 1012 | |
| 1013 | 1013 | # Uncomment to enable Tcl support |
| 1014 | 1014 | # FOSSIL_ENABLE_TCL = 1 |
| 1015 | 1015 | |
| 1016 | 1016 | !ifdef FOSSIL_ENABLE_SSL |
| 1017 | -SSLINCDIR = $(B)\compat\openssl-1.0.1f\include | |
| 1018 | -SSLLIBDIR = $(B)\compat\openssl-1.0.1f\out32 | |
| 1017 | +SSLINCDIR = $(B)\compat\openssl-1.0.1g\include | |
| 1018 | +SSLLIBDIR = $(B)\compat\openssl-1.0.1g\out32 | |
| 1019 | 1019 | SSLLIB = ssleay32.lib libeay32.lib user32.lib gdi32.lib |
| 1020 | 1020 | !endif |
| 1021 | 1021 | |
| 1022 | 1022 | !ifdef FOSSIL_ENABLE_TCL |
| 1023 | 1023 | TCLDIR = $(B)\compat\tcl-8.6 |
| 1024 | 1024 |
| --- src/makemake.tcl | |
| +++ src/makemake.tcl | |
| @@ -444,12 +444,12 @@ | |
| 444 | #### The directories where the OpenSSL include and library files are located. |
| 445 | # The recommended usage here is to use the Sysinternals junction tool |
| 446 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 447 | # Fossil source code directory and the target OpenSSL source directory. |
| 448 | # |
| 449 | OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1f/include |
| 450 | OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1f |
| 451 | |
| 452 | #### Either the directory where the Tcl library is installed or the Tcl |
| 453 | # source code directory resides (depending on the value of the macro |
| 454 | # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, |
| 455 | # this directory must have "include" and "lib" sub-directories. If |
| @@ -1012,12 +1012,12 @@ | |
| 1012 | |
| 1013 | # Uncomment to enable Tcl support |
| 1014 | # FOSSIL_ENABLE_TCL = 1 |
| 1015 | |
| 1016 | !ifdef FOSSIL_ENABLE_SSL |
| 1017 | SSLINCDIR = $(B)\compat\openssl-1.0.1f\include |
| 1018 | SSLLIBDIR = $(B)\compat\openssl-1.0.1f\out32 |
| 1019 | SSLLIB = ssleay32.lib libeay32.lib user32.lib gdi32.lib |
| 1020 | !endif |
| 1021 | |
| 1022 | !ifdef FOSSIL_ENABLE_TCL |
| 1023 | TCLDIR = $(B)\compat\tcl-8.6 |
| 1024 |
| --- src/makemake.tcl | |
| +++ src/makemake.tcl | |
| @@ -444,12 +444,12 @@ | |
| 444 | #### The directories where the OpenSSL include and library files are located. |
| 445 | # The recommended usage here is to use the Sysinternals junction tool |
| 446 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 447 | # Fossil source code directory and the target OpenSSL source directory. |
| 448 | # |
| 449 | OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1g/include |
| 450 | OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1g |
| 451 | |
| 452 | #### Either the directory where the Tcl library is installed or the Tcl |
| 453 | # source code directory resides (depending on the value of the macro |
| 454 | # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, |
| 455 | # this directory must have "include" and "lib" sub-directories. If |
| @@ -1012,12 +1012,12 @@ | |
| 1012 | |
| 1013 | # Uncomment to enable Tcl support |
| 1014 | # FOSSIL_ENABLE_TCL = 1 |
| 1015 | |
| 1016 | !ifdef FOSSIL_ENABLE_SSL |
| 1017 | SSLINCDIR = $(B)\compat\openssl-1.0.1g\include |
| 1018 | SSLLIBDIR = $(B)\compat\openssl-1.0.1g\out32 |
| 1019 | SSLLIB = ssleay32.lib libeay32.lib user32.lib gdi32.lib |
| 1020 | !endif |
| 1021 | |
| 1022 | !ifdef FOSSIL_ENABLE_TCL |
| 1023 | TCLDIR = $(B)\compat\tcl-8.6 |
| 1024 |
+2
-2
| --- win/Makefile.mingw | ||
| +++ win/Makefile.mingw | ||
| @@ -84,12 +84,12 @@ | ||
| 84 | 84 | #### The directories where the OpenSSL include and library files are located. |
| 85 | 85 | # The recommended usage here is to use the Sysinternals junction tool |
| 86 | 86 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 87 | 87 | # Fossil source code directory and the target OpenSSL source directory. |
| 88 | 88 | # |
| 89 | -OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1f/include | |
| 90 | -OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1f | |
| 89 | +OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1g/include | |
| 90 | +OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1g | |
| 91 | 91 | |
| 92 | 92 | #### Either the directory where the Tcl library is installed or the Tcl |
| 93 | 93 | # source code directory resides (depending on the value of the macro |
| 94 | 94 | # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, |
| 95 | 95 | # this directory must have "include" and "lib" sub-directories. If |
| 96 | 96 |
| --- win/Makefile.mingw | |
| +++ win/Makefile.mingw | |
| @@ -84,12 +84,12 @@ | |
| 84 | #### The directories where the OpenSSL include and library files are located. |
| 85 | # The recommended usage here is to use the Sysinternals junction tool |
| 86 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 87 | # Fossil source code directory and the target OpenSSL source directory. |
| 88 | # |
| 89 | OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1f/include |
| 90 | OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1f |
| 91 | |
| 92 | #### Either the directory where the Tcl library is installed or the Tcl |
| 93 | # source code directory resides (depending on the value of the macro |
| 94 | # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, |
| 95 | # this directory must have "include" and "lib" sub-directories. If |
| 96 |
| --- win/Makefile.mingw | |
| +++ win/Makefile.mingw | |
| @@ -84,12 +84,12 @@ | |
| 84 | #### The directories where the OpenSSL include and library files are located. |
| 85 | # The recommended usage here is to use the Sysinternals junction tool |
| 86 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 87 | # Fossil source code directory and the target OpenSSL source directory. |
| 88 | # |
| 89 | OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1g/include |
| 90 | OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1g |
| 91 | |
| 92 | #### Either the directory where the Tcl library is installed or the Tcl |
| 93 | # source code directory resides (depending on the value of the macro |
| 94 | # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, |
| 95 | # this directory must have "include" and "lib" sub-directories. If |
| 96 |
+2
-2
| --- win/Makefile.mingw.mistachkin | ||
| +++ win/Makefile.mingw.mistachkin | ||
| @@ -84,12 +84,12 @@ | ||
| 84 | 84 | #### The directories where the OpenSSL include and library files are located. |
| 85 | 85 | # The recommended usage here is to use the Sysinternals junction tool |
| 86 | 86 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 87 | 87 | # Fossil source code directory and the target OpenSSL source directory. |
| 88 | 88 | # |
| 89 | -OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1f/include | |
| 90 | -OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1f | |
| 89 | +OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1g/include | |
| 90 | +OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1g | |
| 91 | 91 | |
| 92 | 92 | #### Either the directory where the Tcl library is installed or the Tcl |
| 93 | 93 | # source code directory resides (depending on the value of the macro |
| 94 | 94 | # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, |
| 95 | 95 | # this directory must have "include" and "lib" sub-directories. If |
| 96 | 96 |
| --- win/Makefile.mingw.mistachkin | |
| +++ win/Makefile.mingw.mistachkin | |
| @@ -84,12 +84,12 @@ | |
| 84 | #### The directories where the OpenSSL include and library files are located. |
| 85 | # The recommended usage here is to use the Sysinternals junction tool |
| 86 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 87 | # Fossil source code directory and the target OpenSSL source directory. |
| 88 | # |
| 89 | OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1f/include |
| 90 | OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1f |
| 91 | |
| 92 | #### Either the directory where the Tcl library is installed or the Tcl |
| 93 | # source code directory resides (depending on the value of the macro |
| 94 | # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, |
| 95 | # this directory must have "include" and "lib" sub-directories. If |
| 96 |
| --- win/Makefile.mingw.mistachkin | |
| +++ win/Makefile.mingw.mistachkin | |
| @@ -84,12 +84,12 @@ | |
| 84 | #### The directories where the OpenSSL include and library files are located. |
| 85 | # The recommended usage here is to use the Sysinternals junction tool |
| 86 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 87 | # Fossil source code directory and the target OpenSSL source directory. |
| 88 | # |
| 89 | OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1g/include |
| 90 | OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1g |
| 91 | |
| 92 | #### Either the directory where the Tcl library is installed or the Tcl |
| 93 | # source code directory resides (depending on the value of the macro |
| 94 | # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, |
| 95 | # this directory must have "include" and "lib" sub-directories. If |
| 96 |
+2
-2
| --- win/Makefile.msc | ||
| +++ win/Makefile.msc | ||
| @@ -26,12 +26,12 @@ | ||
| 26 | 26 | |
| 27 | 27 | # Uncomment to enable Tcl support |
| 28 | 28 | # FOSSIL_ENABLE_TCL = 1 |
| 29 | 29 | |
| 30 | 30 | !ifdef FOSSIL_ENABLE_SSL |
| 31 | -SSLINCDIR = $(B)\compat\openssl-1.0.1f\include | |
| 32 | -SSLLIBDIR = $(B)\compat\openssl-1.0.1f\out32 | |
| 31 | +SSLINCDIR = $(B)\compat\openssl-1.0.1g\include | |
| 32 | +SSLLIBDIR = $(B)\compat\openssl-1.0.1g\out32 | |
| 33 | 33 | SSLLIB = ssleay32.lib libeay32.lib user32.lib gdi32.lib |
| 34 | 34 | !endif |
| 35 | 35 | |
| 36 | 36 | !ifdef FOSSIL_ENABLE_TCL |
| 37 | 37 | TCLDIR = $(B)\compat\tcl-8.6 |
| 38 | 38 |
| --- win/Makefile.msc | |
| +++ win/Makefile.msc | |
| @@ -26,12 +26,12 @@ | |
| 26 | |
| 27 | # Uncomment to enable Tcl support |
| 28 | # FOSSIL_ENABLE_TCL = 1 |
| 29 | |
| 30 | !ifdef FOSSIL_ENABLE_SSL |
| 31 | SSLINCDIR = $(B)\compat\openssl-1.0.1f\include |
| 32 | SSLLIBDIR = $(B)\compat\openssl-1.0.1f\out32 |
| 33 | SSLLIB = ssleay32.lib libeay32.lib user32.lib gdi32.lib |
| 34 | !endif |
| 35 | |
| 36 | !ifdef FOSSIL_ENABLE_TCL |
| 37 | TCLDIR = $(B)\compat\tcl-8.6 |
| 38 |
| --- win/Makefile.msc | |
| +++ win/Makefile.msc | |
| @@ -26,12 +26,12 @@ | |
| 26 | |
| 27 | # Uncomment to enable Tcl support |
| 28 | # FOSSIL_ENABLE_TCL = 1 |
| 29 | |
| 30 | !ifdef FOSSIL_ENABLE_SSL |
| 31 | SSLINCDIR = $(B)\compat\openssl-1.0.1g\include |
| 32 | SSLLIBDIR = $(B)\compat\openssl-1.0.1g\out32 |
| 33 | SSLLIB = ssleay32.lib libeay32.lib user32.lib gdi32.lib |
| 34 | !endif |
| 35 | |
| 36 | !ifdef FOSSIL_ENABLE_TCL |
| 37 | TCLDIR = $(B)\compat\tcl-8.6 |
| 38 |