Fossil SCM
Update to openssl-1.0.2p
Commit
38638cfcdd18f4b43d3c9dde15d3f87c7199643592168aaf1f26893b65253404
Parent
af80be5cef31634…
5 files changed
+2
-2
+1
-1
+1
-1
+1
-1
+1
-1
+2
-2
| --- src/makemake.tcl | ||
| +++ src/makemake.tcl | ||
| @@ -708,11 +708,11 @@ | ||
| 708 | 708 | #### The directories where the OpenSSL include and library files are located. |
| 709 | 709 | # The recommended usage here is to use the Sysinternals junction tool |
| 710 | 710 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 711 | 711 | # Fossil source code directory and the target OpenSSL source directory. |
| 712 | 712 | # |
| 713 | -OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2o | |
| 713 | +OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2p | |
| 714 | 714 | OPENSSLINCDIR = $(OPENSSLDIR)/include |
| 715 | 715 | OPENSSLLIBDIR = $(OPENSSLDIR) |
| 716 | 716 | |
| 717 | 717 | #### Either the directory where the Tcl library is installed or the Tcl |
| 718 | 718 | # source code directory resides (depending on the value of the macro |
| @@ -1564,11 +1564,11 @@ | ||
| 1564 | 1564 | !ifndef USE_SEE |
| 1565 | 1565 | USE_SEE = 0 |
| 1566 | 1566 | !endif |
| 1567 | 1567 | |
| 1568 | 1568 | !if $(FOSSIL_ENABLE_SSL)!=0 |
| 1569 | -SSLDIR = $(B)\compat\openssl-1.0.2o | |
| 1569 | +SSLDIR = $(B)\compat\openssl-1.0.2p | |
| 1570 | 1570 | SSLINCDIR = $(SSLDIR)\inc32 |
| 1571 | 1571 | !if $(FOSSIL_DYNAMIC_BUILD)!=0 |
| 1572 | 1572 | SSLLIBDIR = $(SSLDIR)\out32dll |
| 1573 | 1573 | !else |
| 1574 | 1574 | SSLLIBDIR = $(SSLDIR)\out32 |
| 1575 | 1575 |
| --- src/makemake.tcl | |
| +++ src/makemake.tcl | |
| @@ -708,11 +708,11 @@ | |
| 708 | #### The directories where the OpenSSL include and library files are located. |
| 709 | # The recommended usage here is to use the Sysinternals junction tool |
| 710 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 711 | # Fossil source code directory and the target OpenSSL source directory. |
| 712 | # |
| 713 | OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2o |
| 714 | OPENSSLINCDIR = $(OPENSSLDIR)/include |
| 715 | OPENSSLLIBDIR = $(OPENSSLDIR) |
| 716 | |
| 717 | #### Either the directory where the Tcl library is installed or the Tcl |
| 718 | # source code directory resides (depending on the value of the macro |
| @@ -1564,11 +1564,11 @@ | |
| 1564 | !ifndef USE_SEE |
| 1565 | USE_SEE = 0 |
| 1566 | !endif |
| 1567 | |
| 1568 | !if $(FOSSIL_ENABLE_SSL)!=0 |
| 1569 | SSLDIR = $(B)\compat\openssl-1.0.2o |
| 1570 | SSLINCDIR = $(SSLDIR)\inc32 |
| 1571 | !if $(FOSSIL_DYNAMIC_BUILD)!=0 |
| 1572 | SSLLIBDIR = $(SSLDIR)\out32dll |
| 1573 | !else |
| 1574 | SSLLIBDIR = $(SSLDIR)\out32 |
| 1575 |
| --- src/makemake.tcl | |
| +++ src/makemake.tcl | |
| @@ -708,11 +708,11 @@ | |
| 708 | #### The directories where the OpenSSL include and library files are located. |
| 709 | # The recommended usage here is to use the Sysinternals junction tool |
| 710 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 711 | # Fossil source code directory and the target OpenSSL source directory. |
| 712 | # |
| 713 | OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2p |
| 714 | OPENSSLINCDIR = $(OPENSSLDIR)/include |
| 715 | OPENSSLLIBDIR = $(OPENSSLDIR) |
| 716 | |
| 717 | #### Either the directory where the Tcl library is installed or the Tcl |
| 718 | # source code directory resides (depending on the value of the macro |
| @@ -1564,11 +1564,11 @@ | |
| 1564 | !ifndef USE_SEE |
| 1565 | USE_SEE = 0 |
| 1566 | !endif |
| 1567 | |
| 1568 | !if $(FOSSIL_ENABLE_SSL)!=0 |
| 1569 | SSLDIR = $(B)\compat\openssl-1.0.2p |
| 1570 | SSLINCDIR = $(SSLDIR)\inc32 |
| 1571 | !if $(FOSSIL_DYNAMIC_BUILD)!=0 |
| 1572 | SSLLIBDIR = $(SSLDIR)\out32dll |
| 1573 | !else |
| 1574 | SSLLIBDIR = $(SSLDIR)\out32 |
| 1575 |
+1
-1
| --- win/Makefile.mingw | ||
| +++ win/Makefile.mingw | ||
| @@ -174,11 +174,11 @@ | ||
| 174 | 174 | #### The directories where the OpenSSL include and library files are located. |
| 175 | 175 | # The recommended usage here is to use the Sysinternals junction tool |
| 176 | 176 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 177 | 177 | # Fossil source code directory and the target OpenSSL source directory. |
| 178 | 178 | # |
| 179 | -OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2o | |
| 179 | +OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2p | |
| 180 | 180 | OPENSSLINCDIR = $(OPENSSLDIR)/include |
| 181 | 181 | OPENSSLLIBDIR = $(OPENSSLDIR) |
| 182 | 182 | |
| 183 | 183 | #### Either the directory where the Tcl library is installed or the Tcl |
| 184 | 184 | # source code directory resides (depending on the value of the macro |
| 185 | 185 |
| --- win/Makefile.mingw | |
| +++ win/Makefile.mingw | |
| @@ -174,11 +174,11 @@ | |
| 174 | #### The directories where the OpenSSL include and library files are located. |
| 175 | # The recommended usage here is to use the Sysinternals junction tool |
| 176 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 177 | # Fossil source code directory and the target OpenSSL source directory. |
| 178 | # |
| 179 | OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2o |
| 180 | OPENSSLINCDIR = $(OPENSSLDIR)/include |
| 181 | OPENSSLLIBDIR = $(OPENSSLDIR) |
| 182 | |
| 183 | #### Either the directory where the Tcl library is installed or the Tcl |
| 184 | # source code directory resides (depending on the value of the macro |
| 185 |
| --- win/Makefile.mingw | |
| +++ win/Makefile.mingw | |
| @@ -174,11 +174,11 @@ | |
| 174 | #### The directories where the OpenSSL include and library files are located. |
| 175 | # The recommended usage here is to use the Sysinternals junction tool |
| 176 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 177 | # Fossil source code directory and the target OpenSSL source directory. |
| 178 | # |
| 179 | OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2p |
| 180 | OPENSSLINCDIR = $(OPENSSLDIR)/include |
| 181 | OPENSSLLIBDIR = $(OPENSSLDIR) |
| 182 | |
| 183 | #### Either the directory where the Tcl library is installed or the Tcl |
| 184 | # source code directory resides (depending on the value of the macro |
| 185 |
+1
-1
| --- win/Makefile.mingw.mistachkin | ||
| +++ win/Makefile.mingw.mistachkin | ||
| @@ -174,11 +174,11 @@ | ||
| 174 | 174 | #### The directories where the OpenSSL include and library files are located. |
| 175 | 175 | # The recommended usage here is to use the Sysinternals junction tool |
| 176 | 176 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 177 | 177 | # Fossil source code directory and the target OpenSSL source directory. |
| 178 | 178 | # |
| 179 | -OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2o | |
| 179 | +OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2p | |
| 180 | 180 | OPENSSLINCDIR = $(OPENSSLDIR)/include |
| 181 | 181 | OPENSSLLIBDIR = $(OPENSSLDIR) |
| 182 | 182 | |
| 183 | 183 | #### Either the directory where the Tcl library is installed or the Tcl |
| 184 | 184 | # source code directory resides (depending on the value of the macro |
| 185 | 185 |
| --- win/Makefile.mingw.mistachkin | |
| +++ win/Makefile.mingw.mistachkin | |
| @@ -174,11 +174,11 @@ | |
| 174 | #### The directories where the OpenSSL include and library files are located. |
| 175 | # The recommended usage here is to use the Sysinternals junction tool |
| 176 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 177 | # Fossil source code directory and the target OpenSSL source directory. |
| 178 | # |
| 179 | OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2o |
| 180 | OPENSSLINCDIR = $(OPENSSLDIR)/include |
| 181 | OPENSSLLIBDIR = $(OPENSSLDIR) |
| 182 | |
| 183 | #### Either the directory where the Tcl library is installed or the Tcl |
| 184 | # source code directory resides (depending on the value of the macro |
| 185 |
| --- win/Makefile.mingw.mistachkin | |
| +++ win/Makefile.mingw.mistachkin | |
| @@ -174,11 +174,11 @@ | |
| 174 | #### The directories where the OpenSSL include and library files are located. |
| 175 | # The recommended usage here is to use the Sysinternals junction tool |
| 176 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 177 | # Fossil source code directory and the target OpenSSL source directory. |
| 178 | # |
| 179 | OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2p |
| 180 | OPENSSLINCDIR = $(OPENSSLDIR)/include |
| 181 | OPENSSLLIBDIR = $(OPENSSLDIR) |
| 182 | |
| 183 | #### Either the directory where the Tcl library is installed or the Tcl |
| 184 | # source code directory resides (depending on the value of the macro |
| 185 |
+1
-1
| --- win/Makefile.msc | ||
| +++ win/Makefile.msc | ||
| @@ -98,11 +98,11 @@ | ||
| 98 | 98 | !ifndef USE_SEE |
| 99 | 99 | USE_SEE = 0 |
| 100 | 100 | !endif |
| 101 | 101 | |
| 102 | 102 | !if $(FOSSIL_ENABLE_SSL)!=0 |
| 103 | -SSLDIR = $(B)\compat\openssl-1.0.2o | |
| 103 | +SSLDIR = $(B)\compat\openssl-1.0.2p | |
| 104 | 104 | SSLINCDIR = $(SSLDIR)\inc32 |
| 105 | 105 | !if $(FOSSIL_DYNAMIC_BUILD)!=0 |
| 106 | 106 | SSLLIBDIR = $(SSLDIR)\out32dll |
| 107 | 107 | !else |
| 108 | 108 | SSLLIBDIR = $(SSLDIR)\out32 |
| 109 | 109 |
| --- win/Makefile.msc | |
| +++ win/Makefile.msc | |
| @@ -98,11 +98,11 @@ | |
| 98 | !ifndef USE_SEE |
| 99 | USE_SEE = 0 |
| 100 | !endif |
| 101 | |
| 102 | !if $(FOSSIL_ENABLE_SSL)!=0 |
| 103 | SSLDIR = $(B)\compat\openssl-1.0.2o |
| 104 | SSLINCDIR = $(SSLDIR)\inc32 |
| 105 | !if $(FOSSIL_DYNAMIC_BUILD)!=0 |
| 106 | SSLLIBDIR = $(SSLDIR)\out32dll |
| 107 | !else |
| 108 | SSLLIBDIR = $(SSLDIR)\out32 |
| 109 |
| --- win/Makefile.msc | |
| +++ win/Makefile.msc | |
| @@ -98,11 +98,11 @@ | |
| 98 | !ifndef USE_SEE |
| 99 | USE_SEE = 0 |
| 100 | !endif |
| 101 | |
| 102 | !if $(FOSSIL_ENABLE_SSL)!=0 |
| 103 | SSLDIR = $(B)\compat\openssl-1.0.2p |
| 104 | SSLINCDIR = $(SSLDIR)\inc32 |
| 105 | !if $(FOSSIL_DYNAMIC_BUILD)!=0 |
| 106 | SSLLIBDIR = $(SSLDIR)\out32dll |
| 107 | !else |
| 108 | SSLLIBDIR = $(SSLDIR)\out32 |
| 109 |
+1
-1
| --- www/build.wiki | ||
| +++ www/build.wiki | ||
| @@ -136,11 +136,11 @@ | ||
| 136 | 136 | the optional <a href="https://www.openssl.org/">OpenSSL</a> support, |
| 137 | 137 | first <a href="https://www.openssl.org/source/">download the official |
| 138 | 138 | source code for OpenSSL</a> and extract it to an appropriately named |
| 139 | 139 | "<b>openssl-X.Y.ZA</b>" subdirectory within the local |
| 140 | 140 | [/tree?ci=trunk&name=compat | compat] directory (e.g. |
| 141 | -"<b>compat/openssl-1.0.2o</b>"), then make sure that some recent | |
| 141 | +"<b>compat/openssl-1.0.2p</b>"), then make sure that some recent | |
| 142 | 142 | <a href="http://www.perl.org/">Perl</a> binaries are installed locally, |
| 143 | 143 | and finally run one of the following commands: |
| 144 | 144 | <blockquote><pre> |
| 145 | 145 | nmake /f Makefile.msc FOSSIL_ENABLE_SSL=1 FOSSIL_BUILD_SSL=1 PERLDIR=C:\full\path\to\Perl\bin |
| 146 | 146 | </pre></blockquote> |
| 147 | 147 |
| --- www/build.wiki | |
| +++ www/build.wiki | |
| @@ -136,11 +136,11 @@ | |
| 136 | the optional <a href="https://www.openssl.org/">OpenSSL</a> support, |
| 137 | first <a href="https://www.openssl.org/source/">download the official |
| 138 | source code for OpenSSL</a> and extract it to an appropriately named |
| 139 | "<b>openssl-X.Y.ZA</b>" subdirectory within the local |
| 140 | [/tree?ci=trunk&name=compat | compat] directory (e.g. |
| 141 | "<b>compat/openssl-1.0.2o</b>"), then make sure that some recent |
| 142 | <a href="http://www.perl.org/">Perl</a> binaries are installed locally, |
| 143 | and finally run one of the following commands: |
| 144 | <blockquote><pre> |
| 145 | nmake /f Makefile.msc FOSSIL_ENABLE_SSL=1 FOSSIL_BUILD_SSL=1 PERLDIR=C:\full\path\to\Perl\bin |
| 146 | </pre></blockquote> |
| 147 |
| --- www/build.wiki | |
| +++ www/build.wiki | |
| @@ -136,11 +136,11 @@ | |
| 136 | the optional <a href="https://www.openssl.org/">OpenSSL</a> support, |
| 137 | first <a href="https://www.openssl.org/source/">download the official |
| 138 | source code for OpenSSL</a> and extract it to an appropriately named |
| 139 | "<b>openssl-X.Y.ZA</b>" subdirectory within the local |
| 140 | [/tree?ci=trunk&name=compat | compat] directory (e.g. |
| 141 | "<b>compat/openssl-1.0.2p</b>"), then make sure that some recent |
| 142 | <a href="http://www.perl.org/">Perl</a> binaries are installed locally, |
| 143 | and finally run one of the following commands: |
| 144 | <blockquote><pre> |
| 145 | nmake /f Makefile.msc FOSSIL_ENABLE_SSL=1 FOSSIL_BUILD_SSL=1 PERLDIR=C:\full\path\to\Perl\bin |
| 146 | </pre></blockquote> |
| 147 |