Fossil SCM

Update openssl version

jan.nijtmans 2018-03-28 08:01 trunk
Commit 531a517b8eb17bd2fdb15fa5f668e3b64f07f0367a9b3962400a4c208b92ddfc
--- src/makemake.tcl
+++ src/makemake.tcl
@@ -701,11 +701,11 @@
701701
#### The directories where the OpenSSL include and library files are located.
702702
# The recommended usage here is to use the Sysinternals junction tool
703703
# to create a hard link between an "openssl-1.x" sub-directory of the
704704
# Fossil source code directory and the target OpenSSL source directory.
705705
#
706
-OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2n
706
+OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2o
707707
OPENSSLINCDIR = $(OPENSSLDIR)/include
708708
OPENSSLLIBDIR = $(OPENSSLDIR)
709709
710710
#### Either the directory where the Tcl library is installed or the Tcl
711711
# source code directory resides (depending on the value of the macro
@@ -1553,11 +1553,11 @@
15531553
!ifndef USE_SEE
15541554
USE_SEE = 0
15551555
!endif
15561556
15571557
!if $(FOSSIL_ENABLE_SSL)!=0
1558
-SSLDIR = $(B)\compat\openssl-1.0.2n
1558
+SSLDIR = $(B)\compat\openssl-1.0.2o
15591559
SSLINCDIR = $(SSLDIR)\inc32
15601560
!if $(FOSSIL_DYNAMIC_BUILD)!=0
15611561
SSLLIBDIR = $(SSLDIR)\out32dll
15621562
!else
15631563
SSLLIBDIR = $(SSLDIR)\out32
15641564
--- src/makemake.tcl
+++ src/makemake.tcl
@@ -701,11 +701,11 @@
701 #### The directories where the OpenSSL include and library files are located.
702 # The recommended usage here is to use the Sysinternals junction tool
703 # to create a hard link between an "openssl-1.x" sub-directory of the
704 # Fossil source code directory and the target OpenSSL source directory.
705 #
706 OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2n
707 OPENSSLINCDIR = $(OPENSSLDIR)/include
708 OPENSSLLIBDIR = $(OPENSSLDIR)
709
710 #### Either the directory where the Tcl library is installed or the Tcl
711 # source code directory resides (depending on the value of the macro
@@ -1553,11 +1553,11 @@
1553 !ifndef USE_SEE
1554 USE_SEE = 0
1555 !endif
1556
1557 !if $(FOSSIL_ENABLE_SSL)!=0
1558 SSLDIR = $(B)\compat\openssl-1.0.2n
1559 SSLINCDIR = $(SSLDIR)\inc32
1560 !if $(FOSSIL_DYNAMIC_BUILD)!=0
1561 SSLLIBDIR = $(SSLDIR)\out32dll
1562 !else
1563 SSLLIBDIR = $(SSLDIR)\out32
1564
--- src/makemake.tcl
+++ src/makemake.tcl
@@ -701,11 +701,11 @@
701 #### The directories where the OpenSSL include and library files are located.
702 # The recommended usage here is to use the Sysinternals junction tool
703 # to create a hard link between an "openssl-1.x" sub-directory of the
704 # Fossil source code directory and the target OpenSSL source directory.
705 #
706 OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2o
707 OPENSSLINCDIR = $(OPENSSLDIR)/include
708 OPENSSLLIBDIR = $(OPENSSLDIR)
709
710 #### Either the directory where the Tcl library is installed or the Tcl
711 # source code directory resides (depending on the value of the macro
@@ -1553,11 +1553,11 @@
1553 !ifndef USE_SEE
1554 USE_SEE = 0
1555 !endif
1556
1557 !if $(FOSSIL_ENABLE_SSL)!=0
1558 SSLDIR = $(B)\compat\openssl-1.0.2o
1559 SSLINCDIR = $(SSLDIR)\inc32
1560 !if $(FOSSIL_DYNAMIC_BUILD)!=0
1561 SSLLIBDIR = $(SSLDIR)\out32dll
1562 !else
1563 SSLLIBDIR = $(SSLDIR)\out32
1564
--- 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.2n
179
+OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2o
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.2n
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.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 @@
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.2n
179
+OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2o
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.2n
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.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.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.2n
103
+SSLDIR = $(B)\compat\openssl-1.0.2o
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.2n
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.2o
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 @@
136136
the optional <a href="https://www.openssl.org/">OpenSSL</a> support,
137137
first <a href="https://www.openssl.org/source/">download the official
138138
source code for OpenSSL</a> and extract it to an appropriately named
139139
"<b>openssl-X.Y.ZA</b>" subdirectory within the local
140140
[/tree?ci=trunk&name=compat | compat] directory (e.g.
141
-"<b>compat/openssl-1.0.2n</b>"), then make sure that some recent
141
+"<b>compat/openssl-1.0.2o</b>"), then make sure that some recent
142142
<a href="http://www.perl.org/">Perl</a> binaries are installed locally,
143143
and finally run one of the following commands:
144144
<blockquote><pre>
145145
nmake /f Makefile.msc FOSSIL_ENABLE_SSL=1 FOSSIL_BUILD_SSL=1 PERLDIR=C:\full\path\to\Perl\bin
146146
</pre></blockquote>
147147
--- 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.2n</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.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

Keyboard Shortcuts

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