Fossil SCM

Update OpenSSL to version 1.0.2e

jan.nijtmans 2015-12-04 14:36 trunk
Commit 1376aa440b5911b681d5e9224ddb8b6e91369c5e
--- src/makemake.tcl
+++ src/makemake.tcl
@@ -607,11 +607,11 @@
607607
#### The directories where the OpenSSL include and library files are located.
608608
# The recommended usage here is to use the Sysinternals junction tool
609609
# to create a hard link between an "openssl-1.x" sub-directory of the
610610
# Fossil source code directory and the target OpenSSL source directory.
611611
#
612
-OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2d
612
+OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2e
613613
OPENSSLINCDIR = $(OPENSSLDIR)/include
614614
OPENSSLLIBDIR = $(OPENSSLDIR)
615615
616616
#### Either the directory where the Tcl library is installed or the Tcl
617617
# source code directory resides (depending on the value of the macro
@@ -1396,11 +1396,11 @@
13961396
!ifndef FOSSIL_ENABLE_WINXP
13971397
FOSSIL_ENABLE_WINXP = 0
13981398
!endif
13991399
14001400
!if $(FOSSIL_ENABLE_SSL)!=0
1401
-SSLDIR = $(B)\compat\openssl-1.0.2d
1401
+SSLDIR = $(B)\compat\openssl-1.0.2e
14021402
SSLINCDIR = $(SSLDIR)\inc32
14031403
!if $(FOSSIL_DYNAMIC_BUILD)!=0
14041404
SSLLIBDIR = $(SSLDIR)\out32dll
14051405
!else
14061406
SSLLIBDIR = $(SSLDIR)\out32
14071407
--- src/makemake.tcl
+++ src/makemake.tcl
@@ -607,11 +607,11 @@
607 #### The directories where the OpenSSL include and library files are located.
608 # The recommended usage here is to use the Sysinternals junction tool
609 # to create a hard link between an "openssl-1.x" sub-directory of the
610 # Fossil source code directory and the target OpenSSL source directory.
611 #
612 OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2d
613 OPENSSLINCDIR = $(OPENSSLDIR)/include
614 OPENSSLLIBDIR = $(OPENSSLDIR)
615
616 #### Either the directory where the Tcl library is installed or the Tcl
617 # source code directory resides (depending on the value of the macro
@@ -1396,11 +1396,11 @@
1396 !ifndef FOSSIL_ENABLE_WINXP
1397 FOSSIL_ENABLE_WINXP = 0
1398 !endif
1399
1400 !if $(FOSSIL_ENABLE_SSL)!=0
1401 SSLDIR = $(B)\compat\openssl-1.0.2d
1402 SSLINCDIR = $(SSLDIR)\inc32
1403 !if $(FOSSIL_DYNAMIC_BUILD)!=0
1404 SSLLIBDIR = $(SSLDIR)\out32dll
1405 !else
1406 SSLLIBDIR = $(SSLDIR)\out32
1407
--- src/makemake.tcl
+++ src/makemake.tcl
@@ -607,11 +607,11 @@
607 #### The directories where the OpenSSL include and library files are located.
608 # The recommended usage here is to use the Sysinternals junction tool
609 # to create a hard link between an "openssl-1.x" sub-directory of the
610 # Fossil source code directory and the target OpenSSL source directory.
611 #
612 OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2e
613 OPENSSLINCDIR = $(OPENSSLDIR)/include
614 OPENSSLLIBDIR = $(OPENSSLDIR)
615
616 #### Either the directory where the Tcl library is installed or the Tcl
617 # source code directory resides (depending on the value of the macro
@@ -1396,11 +1396,11 @@
1396 !ifndef FOSSIL_ENABLE_WINXP
1397 FOSSIL_ENABLE_WINXP = 0
1398 !endif
1399
1400 !if $(FOSSIL_ENABLE_SSL)!=0
1401 SSLDIR = $(B)\compat\openssl-1.0.2e
1402 SSLINCDIR = $(SSLDIR)\inc32
1403 !if $(FOSSIL_DYNAMIC_BUILD)!=0
1404 SSLLIBDIR = $(SSLDIR)\out32dll
1405 !else
1406 SSLLIBDIR = $(SSLDIR)\out32
1407
--- win/Makefile.mingw
+++ win/Makefile.mingw
@@ -158,11 +158,11 @@
158158
#### The directories where the OpenSSL include and library files are located.
159159
# The recommended usage here is to use the Sysinternals junction tool
160160
# to create a hard link between an "openssl-1.x" sub-directory of the
161161
# Fossil source code directory and the target OpenSSL source directory.
162162
#
163
-OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2d
163
+OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2e
164164
OPENSSLINCDIR = $(OPENSSLDIR)/include
165165
OPENSSLLIBDIR = $(OPENSSLDIR)
166166
167167
#### Either the directory where the Tcl library is installed or the Tcl
168168
# source code directory resides (depending on the value of the macro
169169
--- win/Makefile.mingw
+++ win/Makefile.mingw
@@ -158,11 +158,11 @@
158 #### The directories where the OpenSSL include and library files are located.
159 # The recommended usage here is to use the Sysinternals junction tool
160 # to create a hard link between an "openssl-1.x" sub-directory of the
161 # Fossil source code directory and the target OpenSSL source directory.
162 #
163 OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2d
164 OPENSSLINCDIR = $(OPENSSLDIR)/include
165 OPENSSLLIBDIR = $(OPENSSLDIR)
166
167 #### Either the directory where the Tcl library is installed or the Tcl
168 # source code directory resides (depending on the value of the macro
169
--- win/Makefile.mingw
+++ win/Makefile.mingw
@@ -158,11 +158,11 @@
158 #### The directories where the OpenSSL include and library files are located.
159 # The recommended usage here is to use the Sysinternals junction tool
160 # to create a hard link between an "openssl-1.x" sub-directory of the
161 # Fossil source code directory and the target OpenSSL source directory.
162 #
163 OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2e
164 OPENSSLINCDIR = $(OPENSSLDIR)/include
165 OPENSSLLIBDIR = $(OPENSSLDIR)
166
167 #### Either the directory where the Tcl library is installed or the Tcl
168 # source code directory resides (depending on the value of the macro
169
--- win/Makefile.mingw.mistachkin
+++ win/Makefile.mingw.mistachkin
@@ -158,11 +158,11 @@
158158
#### The directories where the OpenSSL include and library files are located.
159159
# The recommended usage here is to use the Sysinternals junction tool
160160
# to create a hard link between an "openssl-1.x" sub-directory of the
161161
# Fossil source code directory and the target OpenSSL source directory.
162162
#
163
-OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2d
163
+OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2e
164164
OPENSSLINCDIR = $(OPENSSLDIR)/include
165165
OPENSSLLIBDIR = $(OPENSSLDIR)
166166
167167
#### Either the directory where the Tcl library is installed or the Tcl
168168
# source code directory resides (depending on the value of the macro
169169
--- win/Makefile.mingw.mistachkin
+++ win/Makefile.mingw.mistachkin
@@ -158,11 +158,11 @@
158 #### The directories where the OpenSSL include and library files are located.
159 # The recommended usage here is to use the Sysinternals junction tool
160 # to create a hard link between an "openssl-1.x" sub-directory of the
161 # Fossil source code directory and the target OpenSSL source directory.
162 #
163 OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2d
164 OPENSSLINCDIR = $(OPENSSLDIR)/include
165 OPENSSLLIBDIR = $(OPENSSLDIR)
166
167 #### Either the directory where the Tcl library is installed or the Tcl
168 # source code directory resides (depending on the value of the macro
169
--- win/Makefile.mingw.mistachkin
+++ win/Makefile.mingw.mistachkin
@@ -158,11 +158,11 @@
158 #### The directories where the OpenSSL include and library files are located.
159 # The recommended usage here is to use the Sysinternals junction tool
160 # to create a hard link between an "openssl-1.x" sub-directory of the
161 # Fossil source code directory and the target OpenSSL source directory.
162 #
163 OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2e
164 OPENSSLINCDIR = $(OPENSSLDIR)/include
165 OPENSSLLIBDIR = $(OPENSSLDIR)
166
167 #### Either the directory where the Tcl library is installed or the Tcl
168 # source code directory resides (depending on the value of the macro
169
--- win/Makefile.msc
+++ win/Makefile.msc
@@ -93,11 +93,11 @@
9393
!ifndef FOSSIL_ENABLE_WINXP
9494
FOSSIL_ENABLE_WINXP = 0
9595
!endif
9696
9797
!if $(FOSSIL_ENABLE_SSL)!=0
98
-SSLDIR = $(B)\compat\openssl-1.0.2d
98
+SSLDIR = $(B)\compat\openssl-1.0.2e
9999
SSLINCDIR = $(SSLDIR)\inc32
100100
!if $(FOSSIL_DYNAMIC_BUILD)!=0
101101
SSLLIBDIR = $(SSLDIR)\out32dll
102102
!else
103103
SSLLIBDIR = $(SSLDIR)\out32
104104
--- win/Makefile.msc
+++ win/Makefile.msc
@@ -93,11 +93,11 @@
93 !ifndef FOSSIL_ENABLE_WINXP
94 FOSSIL_ENABLE_WINXP = 0
95 !endif
96
97 !if $(FOSSIL_ENABLE_SSL)!=0
98 SSLDIR = $(B)\compat\openssl-1.0.2d
99 SSLINCDIR = $(SSLDIR)\inc32
100 !if $(FOSSIL_DYNAMIC_BUILD)!=0
101 SSLLIBDIR = $(SSLDIR)\out32dll
102 !else
103 SSLLIBDIR = $(SSLDIR)\out32
104
--- win/Makefile.msc
+++ win/Makefile.msc
@@ -93,11 +93,11 @@
93 !ifndef FOSSIL_ENABLE_WINXP
94 FOSSIL_ENABLE_WINXP = 0
95 !endif
96
97 !if $(FOSSIL_ENABLE_SSL)!=0
98 SSLDIR = $(B)\compat\openssl-1.0.2e
99 SSLINCDIR = $(SSLDIR)\inc32
100 !if $(FOSSIL_DYNAMIC_BUILD)!=0
101 SSLLIBDIR = $(SSLDIR)\out32dll
102 !else
103 SSLLIBDIR = $(SSLDIR)\out32
104
+1 -1
--- www/build.wiki
+++ www/build.wiki
@@ -135,11 +135,11 @@
135135
the optional <a href="https://www.openssl.org/">OpenSSL</a> support,
136136
first <a href="https://www.openssl.org/source/">download the official
137137
source code for OpenSSL</a> and extract it to an appropriately named
138138
"<b>openssl-X.Y.ZA</b>" subdirectory within the local
139139
[/tree?ci=trunk&name=compat | compat] directory (e.g.
140
-"<b>compat/openssl-1.0.2d</b>"), then make sure that some recent
140
+"<b>compat/openssl-1.0.2e</b>"), then make sure that some recent
141141
<a href="http://www.perl.org/">Perl</a> binaries are installed locally,
142142
and finally run one of the following commands:
143143
<blockquote><pre>
144144
nmake /f Makefile.msc FOSSIL_ENABLE_SSL=1 FOSSIL_BUILD_SSL=1 PERLDIR=C:\full\path\to\Perl\bin
145145
</pre></blockquote>
146146
--- www/build.wiki
+++ www/build.wiki
@@ -135,11 +135,11 @@
135 the optional <a href="https://www.openssl.org/">OpenSSL</a> support,
136 first <a href="https://www.openssl.org/source/">download the official
137 source code for OpenSSL</a> and extract it to an appropriately named
138 "<b>openssl-X.Y.ZA</b>" subdirectory within the local
139 [/tree?ci=trunk&name=compat | compat] directory (e.g.
140 "<b>compat/openssl-1.0.2d</b>"), then make sure that some recent
141 <a href="http://www.perl.org/">Perl</a> binaries are installed locally,
142 and finally run one of the following commands:
143 <blockquote><pre>
144 nmake /f Makefile.msc FOSSIL_ENABLE_SSL=1 FOSSIL_BUILD_SSL=1 PERLDIR=C:\full\path\to\Perl\bin
145 </pre></blockquote>
146
--- www/build.wiki
+++ www/build.wiki
@@ -135,11 +135,11 @@
135 the optional <a href="https://www.openssl.org/">OpenSSL</a> support,
136 first <a href="https://www.openssl.org/source/">download the official
137 source code for OpenSSL</a> and extract it to an appropriately named
138 "<b>openssl-X.Y.ZA</b>" subdirectory within the local
139 [/tree?ci=trunk&name=compat | compat] directory (e.g.
140 "<b>compat/openssl-1.0.2e</b>"), then make sure that some recent
141 <a href="http://www.perl.org/">Perl</a> binaries are installed locally,
142 and finally run one of the following commands:
143 <blockquote><pre>
144 nmake /f Makefile.msc FOSSIL_ENABLE_SSL=1 FOSSIL_BUILD_SSL=1 PERLDIR=C:\full\path\to\Perl\bin
145 </pre></blockquote>
146

Keyboard Shortcuts

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