Fossil SCM

Update to openssl-1.0.2p

jan.nijtmans 2018-08-15 11:05 trunk
Commit 38638cfcdd18f4b43d3c9dde15d3f87c7199643592168aaf1f26893b65253404
--- src/makemake.tcl
+++ src/makemake.tcl
@@ -708,11 +708,11 @@
708708
#### The directories where the OpenSSL include and library files are located.
709709
# The recommended usage here is to use the Sysinternals junction tool
710710
# to create a hard link between an "openssl-1.x" sub-directory of the
711711
# Fossil source code directory and the target OpenSSL source directory.
712712
#
713
-OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2o
713
+OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2p
714714
OPENSSLINCDIR = $(OPENSSLDIR)/include
715715
OPENSSLLIBDIR = $(OPENSSLDIR)
716716
717717
#### Either the directory where the Tcl library is installed or the Tcl
718718
# source code directory resides (depending on the value of the macro
@@ -1564,11 +1564,11 @@
15641564
!ifndef USE_SEE
15651565
USE_SEE = 0
15661566
!endif
15671567
15681568
!if $(FOSSIL_ENABLE_SSL)!=0
1569
-SSLDIR = $(B)\compat\openssl-1.0.2o
1569
+SSLDIR = $(B)\compat\openssl-1.0.2p
15701570
SSLINCDIR = $(SSLDIR)\inc32
15711571
!if $(FOSSIL_DYNAMIC_BUILD)!=0
15721572
SSLLIBDIR = $(SSLDIR)\out32dll
15731573
!else
15741574
SSLLIBDIR = $(SSLDIR)\out32
15751575
--- 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
--- 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.2o
179
+OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2p
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.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
--- 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.2o
179
+OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2p
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.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
--- 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.2o
103
+SSLDIR = $(B)\compat\openssl-1.0.2p
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.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 @@
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.2o</b>"), then make sure that some recent
141
+"<b>compat/openssl-1.0.2p</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.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

Keyboard Shortcuts

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