Fossil SCM
Update version of OpenSSL that is referred to in the makefiles.
Commit
94c0eb9724fbbcb117edd73408d1721f630a046d
Parent
5610dc4edfcacf0…
4 files changed
+4
-4
+2
-2
+3
-2
+2
-2
+4
-4
| --- src/makemake.tcl | ||
| +++ src/makemake.tcl | ||
| @@ -449,12 +449,12 @@ | ||
| 449 | 449 | #### The directories where the OpenSSL include and library files are located. |
| 450 | 450 | # The recommended usage here is to use the Sysinternals junction tool |
| 451 | 451 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 452 | 452 | # Fossil source code directory and the target OpenSSL source directory. |
| 453 | 453 | # |
| 454 | -OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1g/include | |
| 455 | -OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1g | |
| 454 | +OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1h/include | |
| 455 | +OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1h | |
| 456 | 456 | |
| 457 | 457 | #### Either the directory where the Tcl library is installed or the Tcl |
| 458 | 458 | # source code directory resides (depending on the value of the macro |
| 459 | 459 | # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, |
| 460 | 460 | # this directory must have "include" and "lib" sub-directories. If |
| @@ -1029,12 +1029,12 @@ | ||
| 1029 | 1029 | |
| 1030 | 1030 | # Uncomment to enable Tcl support |
| 1031 | 1031 | # FOSSIL_ENABLE_TCL = 1 |
| 1032 | 1032 | |
| 1033 | 1033 | !ifdef FOSSIL_ENABLE_SSL |
| 1034 | -SSLINCDIR = $(B)\compat\openssl-1.0.1g\include | |
| 1035 | -SSLLIBDIR = $(B)\compat\openssl-1.0.1g\out32 | |
| 1034 | +SSLINCDIR = $(B)\compat\openssl-1.0.1h\include | |
| 1035 | +SSLLIBDIR = $(B)\compat\openssl-1.0.1h\out32 | |
| 1036 | 1036 | SSLLIB = ssleay32.lib libeay32.lib user32.lib gdi32.lib |
| 1037 | 1037 | !endif |
| 1038 | 1038 | |
| 1039 | 1039 | !ifdef FOSSIL_ENABLE_TCL |
| 1040 | 1040 | TCLDIR = $(B)\compat\tcl-8.6 |
| 1041 | 1041 |
| --- src/makemake.tcl | |
| +++ src/makemake.tcl | |
| @@ -449,12 +449,12 @@ | |
| 449 | #### The directories where the OpenSSL include and library files are located. |
| 450 | # The recommended usage here is to use the Sysinternals junction tool |
| 451 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 452 | # Fossil source code directory and the target OpenSSL source directory. |
| 453 | # |
| 454 | OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1g/include |
| 455 | OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1g |
| 456 | |
| 457 | #### Either the directory where the Tcl library is installed or the Tcl |
| 458 | # source code directory resides (depending on the value of the macro |
| 459 | # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, |
| 460 | # this directory must have "include" and "lib" sub-directories. If |
| @@ -1029,12 +1029,12 @@ | |
| 1029 | |
| 1030 | # Uncomment to enable Tcl support |
| 1031 | # FOSSIL_ENABLE_TCL = 1 |
| 1032 | |
| 1033 | !ifdef FOSSIL_ENABLE_SSL |
| 1034 | SSLINCDIR = $(B)\compat\openssl-1.0.1g\include |
| 1035 | SSLLIBDIR = $(B)\compat\openssl-1.0.1g\out32 |
| 1036 | SSLLIB = ssleay32.lib libeay32.lib user32.lib gdi32.lib |
| 1037 | !endif |
| 1038 | |
| 1039 | !ifdef FOSSIL_ENABLE_TCL |
| 1040 | TCLDIR = $(B)\compat\tcl-8.6 |
| 1041 |
| --- src/makemake.tcl | |
| +++ src/makemake.tcl | |
| @@ -449,12 +449,12 @@ | |
| 449 | #### The directories where the OpenSSL include and library files are located. |
| 450 | # The recommended usage here is to use the Sysinternals junction tool |
| 451 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 452 | # Fossil source code directory and the target OpenSSL source directory. |
| 453 | # |
| 454 | OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1h/include |
| 455 | OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1h |
| 456 | |
| 457 | #### Either the directory where the Tcl library is installed or the Tcl |
| 458 | # source code directory resides (depending on the value of the macro |
| 459 | # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, |
| 460 | # this directory must have "include" and "lib" sub-directories. If |
| @@ -1029,12 +1029,12 @@ | |
| 1029 | |
| 1030 | # Uncomment to enable Tcl support |
| 1031 | # FOSSIL_ENABLE_TCL = 1 |
| 1032 | |
| 1033 | !ifdef FOSSIL_ENABLE_SSL |
| 1034 | SSLINCDIR = $(B)\compat\openssl-1.0.1h\include |
| 1035 | SSLLIBDIR = $(B)\compat\openssl-1.0.1h\out32 |
| 1036 | SSLLIB = ssleay32.lib libeay32.lib user32.lib gdi32.lib |
| 1037 | !endif |
| 1038 | |
| 1039 | !ifdef FOSSIL_ENABLE_TCL |
| 1040 | TCLDIR = $(B)\compat\tcl-8.6 |
| 1041 |
+2
-2
| --- win/Makefile.mingw | ||
| +++ win/Makefile.mingw | ||
| @@ -88,12 +88,12 @@ | ||
| 88 | 88 | #### The directories where the OpenSSL include and library files are located. |
| 89 | 89 | # The recommended usage here is to use the Sysinternals junction tool |
| 90 | 90 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 91 | 91 | # Fossil source code directory and the target OpenSSL source directory. |
| 92 | 92 | # |
| 93 | -OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1g/include | |
| 94 | -OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1g | |
| 93 | +OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1h/include | |
| 94 | +OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1h | |
| 95 | 95 | |
| 96 | 96 | #### Either the directory where the Tcl library is installed or the Tcl |
| 97 | 97 | # source code directory resides (depending on the value of the macro |
| 98 | 98 | # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, |
| 99 | 99 | # this directory must have "include" and "lib" sub-directories. If |
| 100 | 100 |
| --- win/Makefile.mingw | |
| +++ win/Makefile.mingw | |
| @@ -88,12 +88,12 @@ | |
| 88 | #### The directories where the OpenSSL include and library files are located. |
| 89 | # The recommended usage here is to use the Sysinternals junction tool |
| 90 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 91 | # Fossil source code directory and the target OpenSSL source directory. |
| 92 | # |
| 93 | OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1g/include |
| 94 | OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1g |
| 95 | |
| 96 | #### Either the directory where the Tcl library is installed or the Tcl |
| 97 | # source code directory resides (depending on the value of the macro |
| 98 | # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, |
| 99 | # this directory must have "include" and "lib" sub-directories. If |
| 100 |
| --- win/Makefile.mingw | |
| +++ win/Makefile.mingw | |
| @@ -88,12 +88,12 @@ | |
| 88 | #### The directories where the OpenSSL include and library files are located. |
| 89 | # The recommended usage here is to use the Sysinternals junction tool |
| 90 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 91 | # Fossil source code directory and the target OpenSSL source directory. |
| 92 | # |
| 93 | OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1h/include |
| 94 | OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1h |
| 95 | |
| 96 | #### Either the directory where the Tcl library is installed or the Tcl |
| 97 | # source code directory resides (depending on the value of the macro |
| 98 | # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, |
| 99 | # this directory must have "include" and "lib" sub-directories. If |
| 100 |
+3
-2
| --- win/Makefile.mingw.mistachkin | ||
| +++ win/Makefile.mingw.mistachkin | ||
| @@ -88,12 +88,12 @@ | ||
| 88 | 88 | #### The directories where the OpenSSL include and library files are located. |
| 89 | 89 | # The recommended usage here is to use the Sysinternals junction tool |
| 90 | 90 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 91 | 91 | # Fossil source code directory and the target OpenSSL source directory. |
| 92 | 92 | # |
| 93 | -OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1g/include | |
| 94 | -OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1g | |
| 93 | +OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1h/include | |
| 94 | +OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1h | |
| 95 | 95 | |
| 96 | 96 | #### Either the directory where the Tcl library is installed or the Tcl |
| 97 | 97 | # source code directory resides (depending on the value of the macro |
| 98 | 98 | # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, |
| 99 | 99 | # this directory must have "include" and "lib" sub-directories. If |
| @@ -1771,5 +1771,6 @@ | ||
| 1771 | 1771 | $(OBJDIR)/th_lang.o: $(SRCDIR)/th_lang.c |
| 1772 | 1772 | $(XTCC) -c $(SRCDIR)/th_lang.c -o $(OBJDIR)/th_lang.o |
| 1773 | 1773 | |
| 1774 | 1774 | $(OBJDIR)/th_tcl.o: $(SRCDIR)/th_tcl.c |
| 1775 | 1775 | $(XTCC) -c $(SRCDIR)/th_tcl.c -o $(OBJDIR)/th_tcl.o |
| 1776 | + | |
| 1776 | 1777 |
| --- win/Makefile.mingw.mistachkin | |
| +++ win/Makefile.mingw.mistachkin | |
| @@ -88,12 +88,12 @@ | |
| 88 | #### The directories where the OpenSSL include and library files are located. |
| 89 | # The recommended usage here is to use the Sysinternals junction tool |
| 90 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 91 | # Fossil source code directory and the target OpenSSL source directory. |
| 92 | # |
| 93 | OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1g/include |
| 94 | OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1g |
| 95 | |
| 96 | #### Either the directory where the Tcl library is installed or the Tcl |
| 97 | # source code directory resides (depending on the value of the macro |
| 98 | # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, |
| 99 | # this directory must have "include" and "lib" sub-directories. If |
| @@ -1771,5 +1771,6 @@ | |
| 1771 | $(OBJDIR)/th_lang.o: $(SRCDIR)/th_lang.c |
| 1772 | $(XTCC) -c $(SRCDIR)/th_lang.c -o $(OBJDIR)/th_lang.o |
| 1773 | |
| 1774 | $(OBJDIR)/th_tcl.o: $(SRCDIR)/th_tcl.c |
| 1775 | $(XTCC) -c $(SRCDIR)/th_tcl.c -o $(OBJDIR)/th_tcl.o |
| 1776 |
| --- win/Makefile.mingw.mistachkin | |
| +++ win/Makefile.mingw.mistachkin | |
| @@ -88,12 +88,12 @@ | |
| 88 | #### The directories where the OpenSSL include and library files are located. |
| 89 | # The recommended usage here is to use the Sysinternals junction tool |
| 90 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 91 | # Fossil source code directory and the target OpenSSL source directory. |
| 92 | # |
| 93 | OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1h/include |
| 94 | OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1h |
| 95 | |
| 96 | #### Either the directory where the Tcl library is installed or the Tcl |
| 97 | # source code directory resides (depending on the value of the macro |
| 98 | # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, |
| 99 | # this directory must have "include" and "lib" sub-directories. If |
| @@ -1771,5 +1771,6 @@ | |
| 1771 | $(OBJDIR)/th_lang.o: $(SRCDIR)/th_lang.c |
| 1772 | $(XTCC) -c $(SRCDIR)/th_lang.c -o $(OBJDIR)/th_lang.o |
| 1773 | |
| 1774 | $(OBJDIR)/th_tcl.o: $(SRCDIR)/th_tcl.c |
| 1775 | $(XTCC) -c $(SRCDIR)/th_tcl.c -o $(OBJDIR)/th_tcl.o |
| 1776 | |
| 1777 |
+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.1g\include | |
| 32 | -SSLLIBDIR = $(B)\compat\openssl-1.0.1g\out32 | |
| 31 | +SSLINCDIR = $(B)\compat\openssl-1.0.1h\include | |
| 32 | +SSLLIBDIR = $(B)\compat\openssl-1.0.1h\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.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 |
| --- 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.1h\include |
| 32 | SSLLIBDIR = $(B)\compat\openssl-1.0.1h\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 |