Fossil SCM
Update referenced OpenSSL version.
Commit
3a934617388aa515d85f92745636c94f213c132e
Parent
4e18dba698479a2…
4 files changed
+4
-4
+2
-2
+2
-2
+2
-2
+4
-4
| --- src/makemake.tcl | ||
| +++ src/makemake.tcl | ||
| @@ -456,12 +456,12 @@ | ||
| 456 | 456 | #### The directories where the OpenSSL include and library files are located. |
| 457 | 457 | # The recommended usage here is to use the Sysinternals junction tool |
| 458 | 458 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 459 | 459 | # Fossil source code directory and the target OpenSSL source directory. |
| 460 | 460 | # |
| 461 | -OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1h/include | |
| 462 | -OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1h | |
| 461 | +OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1i/include | |
| 462 | +OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1i | |
| 463 | 463 | |
| 464 | 464 | #### Either the directory where the Tcl library is installed or the Tcl |
| 465 | 465 | # source code directory resides (depending on the value of the macro |
| 466 | 466 | # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, |
| 467 | 467 | # this directory must have "include" and "lib" sub-directories. If |
| @@ -1057,12 +1057,12 @@ | ||
| 1057 | 1057 | |
| 1058 | 1058 | # Uncomment to enable Tcl support |
| 1059 | 1059 | # FOSSIL_ENABLE_TCL = 1 |
| 1060 | 1060 | |
| 1061 | 1061 | !ifdef FOSSIL_ENABLE_SSL |
| 1062 | -SSLINCDIR = $(B)\compat\openssl-1.0.1h\include | |
| 1063 | -SSLLIBDIR = $(B)\compat\openssl-1.0.1h\out32 | |
| 1062 | +SSLINCDIR = $(B)\compat\openssl-1.0.1i\include | |
| 1063 | +SSLLIBDIR = $(B)\compat\openssl-1.0.1i\out32 | |
| 1064 | 1064 | SSLLIB = ssleay32.lib libeay32.lib user32.lib gdi32.lib |
| 1065 | 1065 | !endif |
| 1066 | 1066 | |
| 1067 | 1067 | !ifdef FOSSIL_ENABLE_TCL |
| 1068 | 1068 | TCLDIR = $(B)\compat\tcl-8.6 |
| 1069 | 1069 |
| --- src/makemake.tcl | |
| +++ src/makemake.tcl | |
| @@ -456,12 +456,12 @@ | |
| 456 | #### The directories where the OpenSSL include and library files are located. |
| 457 | # The recommended usage here is to use the Sysinternals junction tool |
| 458 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 459 | # Fossil source code directory and the target OpenSSL source directory. |
| 460 | # |
| 461 | OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1h/include |
| 462 | OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1h |
| 463 | |
| 464 | #### Either the directory where the Tcl library is installed or the Tcl |
| 465 | # source code directory resides (depending on the value of the macro |
| 466 | # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, |
| 467 | # this directory must have "include" and "lib" sub-directories. If |
| @@ -1057,12 +1057,12 @@ | |
| 1057 | |
| 1058 | # Uncomment to enable Tcl support |
| 1059 | # FOSSIL_ENABLE_TCL = 1 |
| 1060 | |
| 1061 | !ifdef FOSSIL_ENABLE_SSL |
| 1062 | SSLINCDIR = $(B)\compat\openssl-1.0.1h\include |
| 1063 | SSLLIBDIR = $(B)\compat\openssl-1.0.1h\out32 |
| 1064 | SSLLIB = ssleay32.lib libeay32.lib user32.lib gdi32.lib |
| 1065 | !endif |
| 1066 | |
| 1067 | !ifdef FOSSIL_ENABLE_TCL |
| 1068 | TCLDIR = $(B)\compat\tcl-8.6 |
| 1069 |
| --- src/makemake.tcl | |
| +++ src/makemake.tcl | |
| @@ -456,12 +456,12 @@ | |
| 456 | #### The directories where the OpenSSL include and library files are located. |
| 457 | # The recommended usage here is to use the Sysinternals junction tool |
| 458 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 459 | # Fossil source code directory and the target OpenSSL source directory. |
| 460 | # |
| 461 | OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1i/include |
| 462 | OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1i |
| 463 | |
| 464 | #### Either the directory where the Tcl library is installed or the Tcl |
| 465 | # source code directory resides (depending on the value of the macro |
| 466 | # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, |
| 467 | # this directory must have "include" and "lib" sub-directories. If |
| @@ -1057,12 +1057,12 @@ | |
| 1057 | |
| 1058 | # Uncomment to enable Tcl support |
| 1059 | # FOSSIL_ENABLE_TCL = 1 |
| 1060 | |
| 1061 | !ifdef FOSSIL_ENABLE_SSL |
| 1062 | SSLINCDIR = $(B)\compat\openssl-1.0.1i\include |
| 1063 | SSLLIBDIR = $(B)\compat\openssl-1.0.1i\out32 |
| 1064 | SSLLIB = ssleay32.lib libeay32.lib user32.lib gdi32.lib |
| 1065 | !endif |
| 1066 | |
| 1067 | !ifdef FOSSIL_ENABLE_TCL |
| 1068 | TCLDIR = $(B)\compat\tcl-8.6 |
| 1069 |
+2
-2
| --- win/Makefile.mingw | ||
| +++ win/Makefile.mingw | ||
| @@ -92,12 +92,12 @@ | ||
| 92 | 92 | #### The directories where the OpenSSL include and library files are located. |
| 93 | 93 | # The recommended usage here is to use the Sysinternals junction tool |
| 94 | 94 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 95 | 95 | # Fossil source code directory and the target OpenSSL source directory. |
| 96 | 96 | # |
| 97 | -OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1h/include | |
| 98 | -OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1h | |
| 97 | +OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1i/include | |
| 98 | +OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1i | |
| 99 | 99 | |
| 100 | 100 | #### Either the directory where the Tcl library is installed or the Tcl |
| 101 | 101 | # source code directory resides (depending on the value of the macro |
| 102 | 102 | # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, |
| 103 | 103 | # this directory must have "include" and "lib" sub-directories. If |
| 104 | 104 |
| --- win/Makefile.mingw | |
| +++ win/Makefile.mingw | |
| @@ -92,12 +92,12 @@ | |
| 92 | #### The directories where the OpenSSL include and library files are located. |
| 93 | # The recommended usage here is to use the Sysinternals junction tool |
| 94 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 95 | # Fossil source code directory and the target OpenSSL source directory. |
| 96 | # |
| 97 | OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1h/include |
| 98 | OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1h |
| 99 | |
| 100 | #### Either the directory where the Tcl library is installed or the Tcl |
| 101 | # source code directory resides (depending on the value of the macro |
| 102 | # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, |
| 103 | # this directory must have "include" and "lib" sub-directories. If |
| 104 |
| --- win/Makefile.mingw | |
| +++ win/Makefile.mingw | |
| @@ -92,12 +92,12 @@ | |
| 92 | #### The directories where the OpenSSL include and library files are located. |
| 93 | # The recommended usage here is to use the Sysinternals junction tool |
| 94 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 95 | # Fossil source code directory and the target OpenSSL source directory. |
| 96 | # |
| 97 | OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1i/include |
| 98 | OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1i |
| 99 | |
| 100 | #### Either the directory where the Tcl library is installed or the Tcl |
| 101 | # source code directory resides (depending on the value of the macro |
| 102 | # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, |
| 103 | # this directory must have "include" and "lib" sub-directories. If |
| 104 |
+2
-2
| --- win/Makefile.mingw.mistachkin | ||
| +++ win/Makefile.mingw.mistachkin | ||
| @@ -92,12 +92,12 @@ | ||
| 92 | 92 | #### The directories where the OpenSSL include and library files are located. |
| 93 | 93 | # The recommended usage here is to use the Sysinternals junction tool |
| 94 | 94 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 95 | 95 | # Fossil source code directory and the target OpenSSL source directory. |
| 96 | 96 | # |
| 97 | -OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1h/include | |
| 98 | -OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1h | |
| 97 | +OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1i/include | |
| 98 | +OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1i | |
| 99 | 99 | |
| 100 | 100 | #### Either the directory where the Tcl library is installed or the Tcl |
| 101 | 101 | # source code directory resides (depending on the value of the macro |
| 102 | 102 | # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, |
| 103 | 103 | # this directory must have "include" and "lib" sub-directories. If |
| 104 | 104 |
| --- win/Makefile.mingw.mistachkin | |
| +++ win/Makefile.mingw.mistachkin | |
| @@ -92,12 +92,12 @@ | |
| 92 | #### The directories where the OpenSSL include and library files are located. |
| 93 | # The recommended usage here is to use the Sysinternals junction tool |
| 94 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 95 | # Fossil source code directory and the target OpenSSL source directory. |
| 96 | # |
| 97 | OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1h/include |
| 98 | OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1h |
| 99 | |
| 100 | #### Either the directory where the Tcl library is installed or the Tcl |
| 101 | # source code directory resides (depending on the value of the macro |
| 102 | # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, |
| 103 | # this directory must have "include" and "lib" sub-directories. If |
| 104 |
| --- win/Makefile.mingw.mistachkin | |
| +++ win/Makefile.mingw.mistachkin | |
| @@ -92,12 +92,12 @@ | |
| 92 | #### The directories where the OpenSSL include and library files are located. |
| 93 | # The recommended usage here is to use the Sysinternals junction tool |
| 94 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 95 | # Fossil source code directory and the target OpenSSL source directory. |
| 96 | # |
| 97 | OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1i/include |
| 98 | OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1i |
| 99 | |
| 100 | #### Either the directory where the Tcl library is installed or the Tcl |
| 101 | # source code directory resides (depending on the value of the macro |
| 102 | # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, |
| 103 | # this directory must have "include" and "lib" sub-directories. If |
| 104 |
+2
-2
| --- win/Makefile.msc | ||
| +++ win/Makefile.msc | ||
| @@ -29,12 +29,12 @@ | ||
| 29 | 29 | |
| 30 | 30 | # Uncomment to enable Tcl support |
| 31 | 31 | # FOSSIL_ENABLE_TCL = 1 |
| 32 | 32 | |
| 33 | 33 | !ifdef FOSSIL_ENABLE_SSL |
| 34 | -SSLINCDIR = $(B)\compat\openssl-1.0.1h\include | |
| 35 | -SSLLIBDIR = $(B)\compat\openssl-1.0.1h\out32 | |
| 34 | +SSLINCDIR = $(B)\compat\openssl-1.0.1i\include | |
| 35 | +SSLLIBDIR = $(B)\compat\openssl-1.0.1i\out32 | |
| 36 | 36 | SSLLIB = ssleay32.lib libeay32.lib user32.lib gdi32.lib |
| 37 | 37 | !endif |
| 38 | 38 | |
| 39 | 39 | !ifdef FOSSIL_ENABLE_TCL |
| 40 | 40 | TCLDIR = $(B)\compat\tcl-8.6 |
| 41 | 41 |
| --- win/Makefile.msc | |
| +++ win/Makefile.msc | |
| @@ -29,12 +29,12 @@ | |
| 29 | |
| 30 | # Uncomment to enable Tcl support |
| 31 | # FOSSIL_ENABLE_TCL = 1 |
| 32 | |
| 33 | !ifdef FOSSIL_ENABLE_SSL |
| 34 | SSLINCDIR = $(B)\compat\openssl-1.0.1h\include |
| 35 | SSLLIBDIR = $(B)\compat\openssl-1.0.1h\out32 |
| 36 | SSLLIB = ssleay32.lib libeay32.lib user32.lib gdi32.lib |
| 37 | !endif |
| 38 | |
| 39 | !ifdef FOSSIL_ENABLE_TCL |
| 40 | TCLDIR = $(B)\compat\tcl-8.6 |
| 41 |
| --- win/Makefile.msc | |
| +++ win/Makefile.msc | |
| @@ -29,12 +29,12 @@ | |
| 29 | |
| 30 | # Uncomment to enable Tcl support |
| 31 | # FOSSIL_ENABLE_TCL = 1 |
| 32 | |
| 33 | !ifdef FOSSIL_ENABLE_SSL |
| 34 | SSLINCDIR = $(B)\compat\openssl-1.0.1i\include |
| 35 | SSLLIBDIR = $(B)\compat\openssl-1.0.1i\out32 |
| 36 | SSLLIB = ssleay32.lib libeay32.lib user32.lib gdi32.lib |
| 37 | !endif |
| 38 | |
| 39 | !ifdef FOSSIL_ENABLE_TCL |
| 40 | TCLDIR = $(B)\compat\tcl-8.6 |
| 41 |