Fossil SCM
Update version of OpenSSL that is referred to in the makefiles.
Commit
ab9b449190c7da30cd177ade18994e51a1a3c63a
Parent
b27c0d6d3fd0abe…
3 files changed
+2
-2
+2
-2
+2
-2
+2
-2
| --- src/makemake.tcl | ||
| +++ src/makemake.tcl | ||
| @@ -418,12 +418,12 @@ | ||
| 418 | 418 | #### The directories where the OpenSSL include and library files are located. |
| 419 | 419 | # The recommended usage here is to use the Sysinternals junction tool |
| 420 | 420 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 421 | 421 | # Fossil source code directory and the target OpenSSL source directory. |
| 422 | 422 | # |
| 423 | -OPENSSLINCDIR = $(SRCDIR)/../openssl-1.0.1c/include | |
| 424 | -OPENSSLLIBDIR = $(SRCDIR)/../openssl-1.0.1c | |
| 423 | +OPENSSLINCDIR = $(SRCDIR)/../openssl-1.0.1e/include | |
| 424 | +OPENSSLLIBDIR = $(SRCDIR)/../openssl-1.0.1e | |
| 425 | 425 | |
| 426 | 426 | #### Either the directory where the Tcl library is installed or the Tcl |
| 427 | 427 | # source code directory resides (depending on the value of the macro |
| 428 | 428 | # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, |
| 429 | 429 | # this directory must have "include" and "lib" sub-directories. If |
| 430 | 430 |
| --- src/makemake.tcl | |
| +++ src/makemake.tcl | |
| @@ -418,12 +418,12 @@ | |
| 418 | #### The directories where the OpenSSL include and library files are located. |
| 419 | # The recommended usage here is to use the Sysinternals junction tool |
| 420 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 421 | # Fossil source code directory and the target OpenSSL source directory. |
| 422 | # |
| 423 | OPENSSLINCDIR = $(SRCDIR)/../openssl-1.0.1c/include |
| 424 | OPENSSLLIBDIR = $(SRCDIR)/../openssl-1.0.1c |
| 425 | |
| 426 | #### Either the directory where the Tcl library is installed or the Tcl |
| 427 | # source code directory resides (depending on the value of the macro |
| 428 | # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, |
| 429 | # this directory must have "include" and "lib" sub-directories. If |
| 430 |
| --- src/makemake.tcl | |
| +++ src/makemake.tcl | |
| @@ -418,12 +418,12 @@ | |
| 418 | #### The directories where the OpenSSL include and library files are located. |
| 419 | # The recommended usage here is to use the Sysinternals junction tool |
| 420 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 421 | # Fossil source code directory and the target OpenSSL source directory. |
| 422 | # |
| 423 | OPENSSLINCDIR = $(SRCDIR)/../openssl-1.0.1e/include |
| 424 | OPENSSLLIBDIR = $(SRCDIR)/../openssl-1.0.1e |
| 425 | |
| 426 | #### Either the directory where the Tcl library is installed or the Tcl |
| 427 | # source code directory resides (depending on the value of the macro |
| 428 | # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, |
| 429 | # this directory must have "include" and "lib" sub-directories. If |
| 430 |
+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)/../openssl-1.0.1c/include | |
| 90 | -OPENSSLLIBDIR = $(SRCDIR)/../openssl-1.0.1c | |
| 89 | +OPENSSLINCDIR = $(SRCDIR)/../openssl-1.0.1e/include | |
| 90 | +OPENSSLLIBDIR = $(SRCDIR)/../openssl-1.0.1e | |
| 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)/../openssl-1.0.1c/include |
| 90 | OPENSSLLIBDIR = $(SRCDIR)/../openssl-1.0.1c |
| 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)/../openssl-1.0.1e/include |
| 90 | OPENSSLLIBDIR = $(SRCDIR)/../openssl-1.0.1e |
| 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)/../openssl-1.0.1c/include | |
| 90 | -OPENSSLLIBDIR = $(SRCDIR)/../openssl-1.0.1c | |
| 89 | +OPENSSLINCDIR = $(SRCDIR)/../openssl-1.0.1e/include | |
| 90 | +OPENSSLLIBDIR = $(SRCDIR)/../openssl-1.0.1e | |
| 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)/../openssl-1.0.1c/include |
| 90 | OPENSSLLIBDIR = $(SRCDIR)/../openssl-1.0.1c |
| 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)/../openssl-1.0.1e/include |
| 90 | OPENSSLLIBDIR = $(SRCDIR)/../openssl-1.0.1e |
| 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 |