Fossil SCM
Bump version of OpenSSL in the Windows makefiles.
Commit
fb48371c74d118341e0b1fb474568824ec42fedd
Parent
5f6b4952302ffde…
3 files changed
+2
-2
+2
-2
+2
-2
+2
-2
| --- src/makemake.tcl | ||
| +++ src/makemake.tcl | ||
| @@ -374,12 +374,12 @@ | ||
| 374 | 374 | #### The directories where the OpenSSL include and library files are located. |
| 375 | 375 | # The recommended usage here is to use the Sysinternals junction tool |
| 376 | 376 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 377 | 377 | # Fossil source code directory and the target OpenSSL source directory. |
| 378 | 378 | # |
| 379 | -OPENSSLINCDIR = $(SRCDIR)/../openssl-1.0.0g/include | |
| 380 | -OPENSSLLIBDIR = $(SRCDIR)/../openssl-1.0.0g | |
| 379 | +OPENSSLINCDIR = $(SRCDIR)/../openssl-1.0.1a/include | |
| 380 | +OPENSSLLIBDIR = $(SRCDIR)/../openssl-1.0.1a | |
| 381 | 381 | |
| 382 | 382 | #### Either the directory where the Tcl library is installed or the Tcl |
| 383 | 383 | # source code directory resides (depending on the value of the macro |
| 384 | 384 | # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, |
| 385 | 385 | # this directory must have "include" and "lib" sub-directories. If |
| 386 | 386 |
| --- src/makemake.tcl | |
| +++ src/makemake.tcl | |
| @@ -374,12 +374,12 @@ | |
| 374 | #### The directories where the OpenSSL include and library files are located. |
| 375 | # The recommended usage here is to use the Sysinternals junction tool |
| 376 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 377 | # Fossil source code directory and the target OpenSSL source directory. |
| 378 | # |
| 379 | OPENSSLINCDIR = $(SRCDIR)/../openssl-1.0.0g/include |
| 380 | OPENSSLLIBDIR = $(SRCDIR)/../openssl-1.0.0g |
| 381 | |
| 382 | #### Either the directory where the Tcl library is installed or the Tcl |
| 383 | # source code directory resides (depending on the value of the macro |
| 384 | # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, |
| 385 | # this directory must have "include" and "lib" sub-directories. If |
| 386 |
| --- src/makemake.tcl | |
| +++ src/makemake.tcl | |
| @@ -374,12 +374,12 @@ | |
| 374 | #### The directories where the OpenSSL include and library files are located. |
| 375 | # The recommended usage here is to use the Sysinternals junction tool |
| 376 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 377 | # Fossil source code directory and the target OpenSSL source directory. |
| 378 | # |
| 379 | OPENSSLINCDIR = $(SRCDIR)/../openssl-1.0.1a/include |
| 380 | OPENSSLLIBDIR = $(SRCDIR)/../openssl-1.0.1a |
| 381 | |
| 382 | #### Either the directory where the Tcl library is installed or the Tcl |
| 383 | # source code directory resides (depending on the value of the macro |
| 384 | # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, |
| 385 | # this directory must have "include" and "lib" sub-directories. If |
| 386 |
+2
-2
| --- win/Makefile.mingw | ||
| +++ win/Makefile.mingw | ||
| @@ -55,12 +55,12 @@ | ||
| 55 | 55 | #### The directories where the OpenSSL include and library files are located. |
| 56 | 56 | # The recommended usage here is to use the Sysinternals junction tool |
| 57 | 57 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 58 | 58 | # Fossil source code directory and the target OpenSSL source directory. |
| 59 | 59 | # |
| 60 | -OPENSSLINCDIR = $(SRCDIR)/../openssl-1.0.0g/include | |
| 61 | -OPENSSLLIBDIR = $(SRCDIR)/../openssl-1.0.0g | |
| 60 | +OPENSSLINCDIR = $(SRCDIR)/../openssl-1.0.1a/include | |
| 61 | +OPENSSLLIBDIR = $(SRCDIR)/../openssl-1.0.1a | |
| 62 | 62 | |
| 63 | 63 | #### Either the directory where the Tcl library is installed or the Tcl |
| 64 | 64 | # source code directory resides (depending on the value of the macro |
| 65 | 65 | # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, |
| 66 | 66 | # this directory must have "include" and "lib" sub-directories. If |
| 67 | 67 |
| --- win/Makefile.mingw | |
| +++ win/Makefile.mingw | |
| @@ -55,12 +55,12 @@ | |
| 55 | #### The directories where the OpenSSL include and library files are located. |
| 56 | # The recommended usage here is to use the Sysinternals junction tool |
| 57 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 58 | # Fossil source code directory and the target OpenSSL source directory. |
| 59 | # |
| 60 | OPENSSLINCDIR = $(SRCDIR)/../openssl-1.0.0g/include |
| 61 | OPENSSLLIBDIR = $(SRCDIR)/../openssl-1.0.0g |
| 62 | |
| 63 | #### Either the directory where the Tcl library is installed or the Tcl |
| 64 | # source code directory resides (depending on the value of the macro |
| 65 | # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, |
| 66 | # this directory must have "include" and "lib" sub-directories. If |
| 67 |
| --- win/Makefile.mingw | |
| +++ win/Makefile.mingw | |
| @@ -55,12 +55,12 @@ | |
| 55 | #### The directories where the OpenSSL include and library files are located. |
| 56 | # The recommended usage here is to use the Sysinternals junction tool |
| 57 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 58 | # Fossil source code directory and the target OpenSSL source directory. |
| 59 | # |
| 60 | OPENSSLINCDIR = $(SRCDIR)/../openssl-1.0.1a/include |
| 61 | OPENSSLLIBDIR = $(SRCDIR)/../openssl-1.0.1a |
| 62 | |
| 63 | #### Either the directory where the Tcl library is installed or the Tcl |
| 64 | # source code directory resides (depending on the value of the macro |
| 65 | # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, |
| 66 | # this directory must have "include" and "lib" sub-directories. If |
| 67 |
+2
-2
| --- win/Makefile.mingw.mistachkin | ||
| +++ win/Makefile.mingw.mistachkin | ||
| @@ -55,12 +55,12 @@ | ||
| 55 | 55 | #### The directories where the OpenSSL include and library files are located. |
| 56 | 56 | # The recommended usage here is to use the Sysinternals junction tool |
| 57 | 57 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 58 | 58 | # Fossil source code directory and the target OpenSSL source directory. |
| 59 | 59 | # |
| 60 | -OPENSSLINCDIR = $(SRCDIR)/../openssl-1.0.0g/include | |
| 61 | -OPENSSLLIBDIR = $(SRCDIR)/../openssl-1.0.0g | |
| 60 | +OPENSSLINCDIR = $(SRCDIR)/../openssl-1.0.1a/include | |
| 61 | +OPENSSLLIBDIR = $(SRCDIR)/../openssl-1.0.1a | |
| 62 | 62 | |
| 63 | 63 | #### Either the directory where the Tcl library is installed or the Tcl |
| 64 | 64 | # source code directory resides (depending on the value of the macro |
| 65 | 65 | # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, |
| 66 | 66 | # this directory must have "include" and "lib" sub-directories. If |
| 67 | 67 |
| --- win/Makefile.mingw.mistachkin | |
| +++ win/Makefile.mingw.mistachkin | |
| @@ -55,12 +55,12 @@ | |
| 55 | #### The directories where the OpenSSL include and library files are located. |
| 56 | # The recommended usage here is to use the Sysinternals junction tool |
| 57 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 58 | # Fossil source code directory and the target OpenSSL source directory. |
| 59 | # |
| 60 | OPENSSLINCDIR = $(SRCDIR)/../openssl-1.0.0g/include |
| 61 | OPENSSLLIBDIR = $(SRCDIR)/../openssl-1.0.0g |
| 62 | |
| 63 | #### Either the directory where the Tcl library is installed or the Tcl |
| 64 | # source code directory resides (depending on the value of the macro |
| 65 | # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, |
| 66 | # this directory must have "include" and "lib" sub-directories. If |
| 67 |
| --- win/Makefile.mingw.mistachkin | |
| +++ win/Makefile.mingw.mistachkin | |
| @@ -55,12 +55,12 @@ | |
| 55 | #### The directories where the OpenSSL include and library files are located. |
| 56 | # The recommended usage here is to use the Sysinternals junction tool |
| 57 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 58 | # Fossil source code directory and the target OpenSSL source directory. |
| 59 | # |
| 60 | OPENSSLINCDIR = $(SRCDIR)/../openssl-1.0.1a/include |
| 61 | OPENSSLLIBDIR = $(SRCDIR)/../openssl-1.0.1a |
| 62 | |
| 63 | #### Either the directory where the Tcl library is installed or the Tcl |
| 64 | # source code directory resides (depending on the value of the macro |
| 65 | # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, |
| 66 | # this directory must have "include" and "lib" sub-directories. If |
| 67 |