Fossil SCM

Update to openssl 1.0.2r

jan.nijtmans 2019-03-01 21:42 trunk
Commit a41666656375a1d73d50b30050b6076078cddc1b0a9da0b722e7bf58f6def8cd
--- src/makemake.tcl
+++ src/makemake.tcl
@@ -711,11 +711,11 @@
711711
#### The directories where the OpenSSL include and library files are located.
712712
# The recommended usage here is to use the Sysinternals junction tool
713713
# to create a hard link between an "openssl-1.x" sub-directory of the
714714
# Fossil source code directory and the target OpenSSL source directory.
715715
#
716
-OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2q
716
+OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2r
717717
OPENSSLINCDIR = $(OPENSSLDIR)/include
718718
OPENSSLLIBDIR = $(OPENSSLDIR)
719719
720720
#### Either the directory where the Tcl library is installed or the Tcl
721721
# source code directory resides (depending on the value of the macro
@@ -1567,11 +1567,11 @@
15671567
!ifndef USE_SEE
15681568
USE_SEE = 0
15691569
!endif
15701570
15711571
!if $(FOSSIL_ENABLE_SSL)!=0
1572
-SSLDIR = $(B)\compat\openssl-1.0.2q
1572
+SSLDIR = $(B)\compat\openssl-1.0.2r
15731573
SSLINCDIR = $(SSLDIR)\inc32
15741574
!if $(FOSSIL_DYNAMIC_BUILD)!=0
15751575
SSLLIBDIR = $(SSLDIR)\out32dll
15761576
!else
15771577
SSLLIBDIR = $(SSLDIR)\out32
15781578
--- src/makemake.tcl
+++ src/makemake.tcl
@@ -711,11 +711,11 @@
711 #### The directories where the OpenSSL include and library files are located.
712 # The recommended usage here is to use the Sysinternals junction tool
713 # to create a hard link between an "openssl-1.x" sub-directory of the
714 # Fossil source code directory and the target OpenSSL source directory.
715 #
716 OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2q
717 OPENSSLINCDIR = $(OPENSSLDIR)/include
718 OPENSSLLIBDIR = $(OPENSSLDIR)
719
720 #### Either the directory where the Tcl library is installed or the Tcl
721 # source code directory resides (depending on the value of the macro
@@ -1567,11 +1567,11 @@
1567 !ifndef USE_SEE
1568 USE_SEE = 0
1569 !endif
1570
1571 !if $(FOSSIL_ENABLE_SSL)!=0
1572 SSLDIR = $(B)\compat\openssl-1.0.2q
1573 SSLINCDIR = $(SSLDIR)\inc32
1574 !if $(FOSSIL_DYNAMIC_BUILD)!=0
1575 SSLLIBDIR = $(SSLDIR)\out32dll
1576 !else
1577 SSLLIBDIR = $(SSLDIR)\out32
1578
--- src/makemake.tcl
+++ src/makemake.tcl
@@ -711,11 +711,11 @@
711 #### The directories where the OpenSSL include and library files are located.
712 # The recommended usage here is to use the Sysinternals junction tool
713 # to create a hard link between an "openssl-1.x" sub-directory of the
714 # Fossil source code directory and the target OpenSSL source directory.
715 #
716 OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2r
717 OPENSSLINCDIR = $(OPENSSLDIR)/include
718 OPENSSLLIBDIR = $(OPENSSLDIR)
719
720 #### Either the directory where the Tcl library is installed or the Tcl
721 # source code directory resides (depending on the value of the macro
@@ -1567,11 +1567,11 @@
1567 !ifndef USE_SEE
1568 USE_SEE = 0
1569 !endif
1570
1571 !if $(FOSSIL_ENABLE_SSL)!=0
1572 SSLDIR = $(B)\compat\openssl-1.0.2r
1573 SSLINCDIR = $(SSLDIR)\inc32
1574 !if $(FOSSIL_DYNAMIC_BUILD)!=0
1575 SSLLIBDIR = $(SSLDIR)\out32dll
1576 !else
1577 SSLLIBDIR = $(SSLDIR)\out32
1578
--- win/Makefile.mingw
+++ win/Makefile.mingw
@@ -174,11 +174,11 @@
174174
#### The directories where the OpenSSL include and library files are located.
175175
# The recommended usage here is to use the Sysinternals junction tool
176176
# to create a hard link between an "openssl-1.x" sub-directory of the
177177
# Fossil source code directory and the target OpenSSL source directory.
178178
#
179
-OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2q
179
+OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2r
180180
OPENSSLINCDIR = $(OPENSSLDIR)/include
181181
OPENSSLLIBDIR = $(OPENSSLDIR)
182182
183183
#### Either the directory where the Tcl library is installed or the Tcl
184184
# source code directory resides (depending on the value of the macro
185185
--- 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.2q
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.2r
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 @@
174174
#### The directories where the OpenSSL include and library files are located.
175175
# The recommended usage here is to use the Sysinternals junction tool
176176
# to create a hard link between an "openssl-1.x" sub-directory of the
177177
# Fossil source code directory and the target OpenSSL source directory.
178178
#
179
-OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2q
179
+OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2r
180180
OPENSSLINCDIR = $(OPENSSLDIR)/include
181181
OPENSSLLIBDIR = $(OPENSSLDIR)
182182
183183
#### Either the directory where the Tcl library is installed or the Tcl
184184
# source code directory resides (depending on the value of the macro
185185
--- 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.2q
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.2r
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.msc
+++ win/Makefile.msc
@@ -98,11 +98,11 @@
9898
!ifndef USE_SEE
9999
USE_SEE = 0
100100
!endif
101101
102102
!if $(FOSSIL_ENABLE_SSL)!=0
103
-SSLDIR = $(B)\compat\openssl-1.0.2q
103
+SSLDIR = $(B)\compat\openssl-1.0.2r
104104
SSLINCDIR = $(SSLDIR)\inc32
105105
!if $(FOSSIL_DYNAMIC_BUILD)!=0
106106
SSLLIBDIR = $(SSLDIR)\out32dll
107107
!else
108108
SSLLIBDIR = $(SSLDIR)\out32
109109
--- 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.2q
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.2r
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
@@ -157,11 +157,11 @@
157157
the optional <a href="https://www.openssl.org/">OpenSSL</a> support,
158158
first <a href="https://www.openssl.org/source/">download the official
159159
source code for OpenSSL</a> and extract it to an appropriately named
160160
"<b>openssl-X.Y.ZA</b>" subdirectory within the local
161161
[/tree?ci=trunk&name=compat | compat] directory (e.g.
162
-"<b>compat/openssl-1.0.2q</b>"), then make sure that some recent
162
+"<b>compat/openssl-1.0.2r</b>"), then make sure that some recent
163163
<a href="http://www.perl.org/">Perl</a> binaries are installed locally,
164164
and finally run one of the following commands:
165165
<blockquote><pre>
166166
nmake /f Makefile.msc FOSSIL_ENABLE_SSL=1 FOSSIL_BUILD_SSL=1 PERLDIR=C:\full\path\to\Perl\bin
167167
</pre></blockquote>
168168
--- www/build.wiki
+++ www/build.wiki
@@ -157,11 +157,11 @@
157 the optional <a href="https://www.openssl.org/">OpenSSL</a> support,
158 first <a href="https://www.openssl.org/source/">download the official
159 source code for OpenSSL</a> and extract it to an appropriately named
160 "<b>openssl-X.Y.ZA</b>" subdirectory within the local
161 [/tree?ci=trunk&name=compat | compat] directory (e.g.
162 "<b>compat/openssl-1.0.2q</b>"), then make sure that some recent
163 <a href="http://www.perl.org/">Perl</a> binaries are installed locally,
164 and finally run one of the following commands:
165 <blockquote><pre>
166 nmake /f Makefile.msc FOSSIL_ENABLE_SSL=1 FOSSIL_BUILD_SSL=1 PERLDIR=C:\full\path\to\Perl\bin
167 </pre></blockquote>
168
--- www/build.wiki
+++ www/build.wiki
@@ -157,11 +157,11 @@
157 the optional <a href="https://www.openssl.org/">OpenSSL</a> support,
158 first <a href="https://www.openssl.org/source/">download the official
159 source code for OpenSSL</a> and extract it to an appropriately named
160 "<b>openssl-X.Y.ZA</b>" subdirectory within the local
161 [/tree?ci=trunk&name=compat | compat] directory (e.g.
162 "<b>compat/openssl-1.0.2r</b>"), then make sure that some recent
163 <a href="http://www.perl.org/">Perl</a> binaries are installed locally,
164 and finally run one of the following commands:
165 <blockquote><pre>
166 nmake /f Makefile.msc FOSSIL_ENABLE_SSL=1 FOSSIL_BUILD_SSL=1 PERLDIR=C:\full\path\to\Perl\bin
167 </pre></blockquote>
168

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button