Fossil SCM
Upgrade to openssl 1.0.2a
Commit
dabb08e9b31bb0b247b5a7dfaa6c52e3e1200274
Parent
1f797521e370c2b…
4 files changed
+2
-2
+1
-1
+1
-1
+1
-1
+2
-2
| --- src/makemake.tcl | ||
| +++ src/makemake.tcl | ||
| @@ -587,11 +587,11 @@ | ||
| 587 | 587 | #### The directories where the OpenSSL include and library files are located. |
| 588 | 588 | # The recommended usage here is to use the Sysinternals junction tool |
| 589 | 589 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 590 | 590 | # Fossil source code directory and the target OpenSSL source directory. |
| 591 | 591 | # |
| 592 | -OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2 | |
| 592 | +OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2a | |
| 593 | 593 | OPENSSLINCDIR = $(OPENSSLDIR)/include |
| 594 | 594 | OPENSSLLIBDIR = $(OPENSSLDIR) |
| 595 | 595 | |
| 596 | 596 | #### Either the directory where the Tcl library is installed or the Tcl |
| 597 | 597 | # source code directory resides (depending on the value of the macro |
| @@ -1320,11 +1320,11 @@ | ||
| 1320 | 1320 | |
| 1321 | 1321 | # Uncomment to enable Tcl support |
| 1322 | 1322 | # FOSSIL_ENABLE_TCL = 1 |
| 1323 | 1323 | |
| 1324 | 1324 | !ifdef FOSSIL_ENABLE_SSL |
| 1325 | -SSLDIR = $(B)\compat\openssl-1.0.2 | |
| 1325 | +SSLDIR = $(B)\compat\openssl-1.0.2a | |
| 1326 | 1326 | SSLINCDIR = $(SSLDIR)\inc32 |
| 1327 | 1327 | SSLLIBDIR = $(SSLDIR)\out32 |
| 1328 | 1328 | SSLLFLAGS = /nologo /opt:ref /debug |
| 1329 | 1329 | SSLLIB = ssleay32.lib libeay32.lib user32.lib gdi32.lib |
| 1330 | 1330 | !if "$(PLATFORM)"=="amd64" || "$(PLATFORM)"=="x64" |
| 1331 | 1331 |
| --- src/makemake.tcl | |
| +++ src/makemake.tcl | |
| @@ -587,11 +587,11 @@ | |
| 587 | #### The directories where the OpenSSL include and library files are located. |
| 588 | # The recommended usage here is to use the Sysinternals junction tool |
| 589 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 590 | # Fossil source code directory and the target OpenSSL source directory. |
| 591 | # |
| 592 | OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2 |
| 593 | OPENSSLINCDIR = $(OPENSSLDIR)/include |
| 594 | OPENSSLLIBDIR = $(OPENSSLDIR) |
| 595 | |
| 596 | #### Either the directory where the Tcl library is installed or the Tcl |
| 597 | # source code directory resides (depending on the value of the macro |
| @@ -1320,11 +1320,11 @@ | |
| 1320 | |
| 1321 | # Uncomment to enable Tcl support |
| 1322 | # FOSSIL_ENABLE_TCL = 1 |
| 1323 | |
| 1324 | !ifdef FOSSIL_ENABLE_SSL |
| 1325 | SSLDIR = $(B)\compat\openssl-1.0.2 |
| 1326 | SSLINCDIR = $(SSLDIR)\inc32 |
| 1327 | SSLLIBDIR = $(SSLDIR)\out32 |
| 1328 | SSLLFLAGS = /nologo /opt:ref /debug |
| 1329 | SSLLIB = ssleay32.lib libeay32.lib user32.lib gdi32.lib |
| 1330 | !if "$(PLATFORM)"=="amd64" || "$(PLATFORM)"=="x64" |
| 1331 |
| --- src/makemake.tcl | |
| +++ src/makemake.tcl | |
| @@ -587,11 +587,11 @@ | |
| 587 | #### The directories where the OpenSSL include and library files are located. |
| 588 | # The recommended usage here is to use the Sysinternals junction tool |
| 589 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 590 | # Fossil source code directory and the target OpenSSL source directory. |
| 591 | # |
| 592 | OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2a |
| 593 | OPENSSLINCDIR = $(OPENSSLDIR)/include |
| 594 | OPENSSLLIBDIR = $(OPENSSLDIR) |
| 595 | |
| 596 | #### Either the directory where the Tcl library is installed or the Tcl |
| 597 | # source code directory resides (depending on the value of the macro |
| @@ -1320,11 +1320,11 @@ | |
| 1320 | |
| 1321 | # Uncomment to enable Tcl support |
| 1322 | # FOSSIL_ENABLE_TCL = 1 |
| 1323 | |
| 1324 | !ifdef FOSSIL_ENABLE_SSL |
| 1325 | SSLDIR = $(B)\compat\openssl-1.0.2a |
| 1326 | SSLINCDIR = $(SSLDIR)\inc32 |
| 1327 | SSLLIBDIR = $(SSLDIR)\out32 |
| 1328 | SSLLFLAGS = /nologo /opt:ref /debug |
| 1329 | SSLLIB = ssleay32.lib libeay32.lib user32.lib gdi32.lib |
| 1330 | !if "$(PLATFORM)"=="amd64" || "$(PLATFORM)"=="x64" |
| 1331 |
+1
-1
| --- win/Makefile.mingw | ||
| +++ win/Makefile.mingw | ||
| @@ -146,11 +146,11 @@ | ||
| 146 | 146 | #### The directories where the OpenSSL include and library files are located. |
| 147 | 147 | # The recommended usage here is to use the Sysinternals junction tool |
| 148 | 148 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 149 | 149 | # Fossil source code directory and the target OpenSSL source directory. |
| 150 | 150 | # |
| 151 | -OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2 | |
| 151 | +OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2a | |
| 152 | 152 | OPENSSLINCDIR = $(OPENSSLDIR)/include |
| 153 | 153 | OPENSSLLIBDIR = $(OPENSSLDIR) |
| 154 | 154 | |
| 155 | 155 | #### Either the directory where the Tcl library is installed or the Tcl |
| 156 | 156 | # source code directory resides (depending on the value of the macro |
| 157 | 157 |
| --- win/Makefile.mingw | |
| +++ win/Makefile.mingw | |
| @@ -146,11 +146,11 @@ | |
| 146 | #### The directories where the OpenSSL include and library files are located. |
| 147 | # The recommended usage here is to use the Sysinternals junction tool |
| 148 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 149 | # Fossil source code directory and the target OpenSSL source directory. |
| 150 | # |
| 151 | OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2 |
| 152 | OPENSSLINCDIR = $(OPENSSLDIR)/include |
| 153 | OPENSSLLIBDIR = $(OPENSSLDIR) |
| 154 | |
| 155 | #### Either the directory where the Tcl library is installed or the Tcl |
| 156 | # source code directory resides (depending on the value of the macro |
| 157 |
| --- win/Makefile.mingw | |
| +++ win/Makefile.mingw | |
| @@ -146,11 +146,11 @@ | |
| 146 | #### The directories where the OpenSSL include and library files are located. |
| 147 | # The recommended usage here is to use the Sysinternals junction tool |
| 148 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 149 | # Fossil source code directory and the target OpenSSL source directory. |
| 150 | # |
| 151 | OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2a |
| 152 | OPENSSLINCDIR = $(OPENSSLDIR)/include |
| 153 | OPENSSLLIBDIR = $(OPENSSLDIR) |
| 154 | |
| 155 | #### Either the directory where the Tcl library is installed or the Tcl |
| 156 | # source code directory resides (depending on the value of the macro |
| 157 |
+1
-1
| --- win/Makefile.mingw.mistachkin | ||
| +++ win/Makefile.mingw.mistachkin | ||
| @@ -146,11 +146,11 @@ | ||
| 146 | 146 | #### The directories where the OpenSSL include and library files are located. |
| 147 | 147 | # The recommended usage here is to use the Sysinternals junction tool |
| 148 | 148 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 149 | 149 | # Fossil source code directory and the target OpenSSL source directory. |
| 150 | 150 | # |
| 151 | -OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2 | |
| 151 | +OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2a | |
| 152 | 152 | OPENSSLINCDIR = $(OPENSSLDIR)/include |
| 153 | 153 | OPENSSLLIBDIR = $(OPENSSLDIR) |
| 154 | 154 | |
| 155 | 155 | #### Either the directory where the Tcl library is installed or the Tcl |
| 156 | 156 | # source code directory resides (depending on the value of the macro |
| 157 | 157 |
| --- win/Makefile.mingw.mistachkin | |
| +++ win/Makefile.mingw.mistachkin | |
| @@ -146,11 +146,11 @@ | |
| 146 | #### The directories where the OpenSSL include and library files are located. |
| 147 | # The recommended usage here is to use the Sysinternals junction tool |
| 148 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 149 | # Fossil source code directory and the target OpenSSL source directory. |
| 150 | # |
| 151 | OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2 |
| 152 | OPENSSLINCDIR = $(OPENSSLDIR)/include |
| 153 | OPENSSLLIBDIR = $(OPENSSLDIR) |
| 154 | |
| 155 | #### Either the directory where the Tcl library is installed or the Tcl |
| 156 | # source code directory resides (depending on the value of the macro |
| 157 |
| --- win/Makefile.mingw.mistachkin | |
| +++ win/Makefile.mingw.mistachkin | |
| @@ -146,11 +146,11 @@ | |
| 146 | #### The directories where the OpenSSL include and library files are located. |
| 147 | # The recommended usage here is to use the Sysinternals junction tool |
| 148 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 149 | # Fossil source code directory and the target OpenSSL source directory. |
| 150 | # |
| 151 | OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2a |
| 152 | OPENSSLINCDIR = $(OPENSSLDIR)/include |
| 153 | OPENSSLLIBDIR = $(OPENSSLDIR) |
| 154 | |
| 155 | #### Either the directory where the Tcl library is installed or the Tcl |
| 156 | # source code directory resides (depending on the value of the macro |
| 157 |
+1
-1
| --- win/Makefile.msc | ||
| +++ win/Makefile.msc | ||
| @@ -55,11 +55,11 @@ | ||
| 55 | 55 | |
| 56 | 56 | # Uncomment to enable Tcl support |
| 57 | 57 | # FOSSIL_ENABLE_TCL = 1 |
| 58 | 58 | |
| 59 | 59 | !ifdef FOSSIL_ENABLE_SSL |
| 60 | -SSLDIR = $(B)\compat\openssl-1.0.2 | |
| 60 | +SSLDIR = $(B)\compat\openssl-1.0.2a | |
| 61 | 61 | SSLINCDIR = $(SSLDIR)\inc32 |
| 62 | 62 | SSLLIBDIR = $(SSLDIR)\out32 |
| 63 | 63 | SSLLFLAGS = /nologo /opt:ref /debug |
| 64 | 64 | SSLLIB = ssleay32.lib libeay32.lib user32.lib gdi32.lib |
| 65 | 65 | !if "$(PLATFORM)"=="amd64" || "$(PLATFORM)"=="x64" |
| 66 | 66 |
| --- win/Makefile.msc | |
| +++ win/Makefile.msc | |
| @@ -55,11 +55,11 @@ | |
| 55 | |
| 56 | # Uncomment to enable Tcl support |
| 57 | # FOSSIL_ENABLE_TCL = 1 |
| 58 | |
| 59 | !ifdef FOSSIL_ENABLE_SSL |
| 60 | SSLDIR = $(B)\compat\openssl-1.0.2 |
| 61 | SSLINCDIR = $(SSLDIR)\inc32 |
| 62 | SSLLIBDIR = $(SSLDIR)\out32 |
| 63 | SSLLFLAGS = /nologo /opt:ref /debug |
| 64 | SSLLIB = ssleay32.lib libeay32.lib user32.lib gdi32.lib |
| 65 | !if "$(PLATFORM)"=="amd64" || "$(PLATFORM)"=="x64" |
| 66 |
| --- win/Makefile.msc | |
| +++ win/Makefile.msc | |
| @@ -55,11 +55,11 @@ | |
| 55 | |
| 56 | # Uncomment to enable Tcl support |
| 57 | # FOSSIL_ENABLE_TCL = 1 |
| 58 | |
| 59 | !ifdef FOSSIL_ENABLE_SSL |
| 60 | SSLDIR = $(B)\compat\openssl-1.0.2a |
| 61 | SSLINCDIR = $(SSLDIR)\inc32 |
| 62 | SSLLIBDIR = $(SSLDIR)\out32 |
| 63 | SSLLFLAGS = /nologo /opt:ref /debug |
| 64 | SSLLIB = ssleay32.lib libeay32.lib user32.lib gdi32.lib |
| 65 | !if "$(PLATFORM)"=="amd64" || "$(PLATFORM)"=="x64" |
| 66 |