Fossil SCM

Update referenced OpenSSL version.

mistachkin 2016-05-03 20:30 trunk
Commit 539925123083102a460e28dcd840909373413ec5
--- src/makemake.tcl
+++ src/makemake.tcl
@@ -646,11 +646,11 @@
646646
#### The directories where the OpenSSL include and library files are located.
647647
# The recommended usage here is to use the Sysinternals junction tool
648648
# to create a hard link between an "openssl-1.x" sub-directory of the
649649
# Fossil source code directory and the target OpenSSL source directory.
650650
#
651
-OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2g
651
+OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2h
652652
OPENSSLINCDIR = $(OPENSSLDIR)/include
653653
OPENSSLLIBDIR = $(OPENSSLDIR)
654654
655655
#### Either the directory where the Tcl library is installed or the Tcl
656656
# source code directory resides (depending on the value of the macro
@@ -1460,11 +1460,11 @@
14601460
!ifndef USE_SEE
14611461
USE_SEE = 0
14621462
!endif
14631463
14641464
!if $(FOSSIL_ENABLE_SSL)!=0
1465
-SSLDIR = $(B)\compat\openssl-1.0.2g
1465
+SSLDIR = $(B)\compat\openssl-1.0.2h
14661466
SSLINCDIR = $(SSLDIR)\inc32
14671467
!if $(FOSSIL_DYNAMIC_BUILD)!=0
14681468
SSLLIBDIR = $(SSLDIR)\out32dll
14691469
!else
14701470
SSLLIBDIR = $(SSLDIR)\out32
14711471
--- src/makemake.tcl
+++ src/makemake.tcl
@@ -646,11 +646,11 @@
646 #### The directories where the OpenSSL include and library files are located.
647 # The recommended usage here is to use the Sysinternals junction tool
648 # to create a hard link between an "openssl-1.x" sub-directory of the
649 # Fossil source code directory and the target OpenSSL source directory.
650 #
651 OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2g
652 OPENSSLINCDIR = $(OPENSSLDIR)/include
653 OPENSSLLIBDIR = $(OPENSSLDIR)
654
655 #### Either the directory where the Tcl library is installed or the Tcl
656 # source code directory resides (depending on the value of the macro
@@ -1460,11 +1460,11 @@
1460 !ifndef USE_SEE
1461 USE_SEE = 0
1462 !endif
1463
1464 !if $(FOSSIL_ENABLE_SSL)!=0
1465 SSLDIR = $(B)\compat\openssl-1.0.2g
1466 SSLINCDIR = $(SSLDIR)\inc32
1467 !if $(FOSSIL_DYNAMIC_BUILD)!=0
1468 SSLLIBDIR = $(SSLDIR)\out32dll
1469 !else
1470 SSLLIBDIR = $(SSLDIR)\out32
1471
--- src/makemake.tcl
+++ src/makemake.tcl
@@ -646,11 +646,11 @@
646 #### The directories where the OpenSSL include and library files are located.
647 # The recommended usage here is to use the Sysinternals junction tool
648 # to create a hard link between an "openssl-1.x" sub-directory of the
649 # Fossil source code directory and the target OpenSSL source directory.
650 #
651 OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2h
652 OPENSSLINCDIR = $(OPENSSLDIR)/include
653 OPENSSLLIBDIR = $(OPENSSLDIR)
654
655 #### Either the directory where the Tcl library is installed or the Tcl
656 # source code directory resides (depending on the value of the macro
@@ -1460,11 +1460,11 @@
1460 !ifndef USE_SEE
1461 USE_SEE = 0
1462 !endif
1463
1464 !if $(FOSSIL_ENABLE_SSL)!=0
1465 SSLDIR = $(B)\compat\openssl-1.0.2h
1466 SSLINCDIR = $(SSLDIR)\inc32
1467 !if $(FOSSIL_DYNAMIC_BUILD)!=0
1468 SSLLIBDIR = $(SSLDIR)\out32dll
1469 !else
1470 SSLLIBDIR = $(SSLDIR)\out32
1471
--- win/Makefile.mingw
+++ win/Makefile.mingw
@@ -162,11 +162,11 @@
162162
#### The directories where the OpenSSL include and library files are located.
163163
# The recommended usage here is to use the Sysinternals junction tool
164164
# to create a hard link between an "openssl-1.x" sub-directory of the
165165
# Fossil source code directory and the target OpenSSL source directory.
166166
#
167
-OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2g
167
+OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2h
168168
OPENSSLINCDIR = $(OPENSSLDIR)/include
169169
OPENSSLLIBDIR = $(OPENSSLDIR)
170170
171171
#### Either the directory where the Tcl library is installed or the Tcl
172172
# source code directory resides (depending on the value of the macro
173173
--- win/Makefile.mingw
+++ win/Makefile.mingw
@@ -162,11 +162,11 @@
162 #### The directories where the OpenSSL include and library files are located.
163 # The recommended usage here is to use the Sysinternals junction tool
164 # to create a hard link between an "openssl-1.x" sub-directory of the
165 # Fossil source code directory and the target OpenSSL source directory.
166 #
167 OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2g
168 OPENSSLINCDIR = $(OPENSSLDIR)/include
169 OPENSSLLIBDIR = $(OPENSSLDIR)
170
171 #### Either the directory where the Tcl library is installed or the Tcl
172 # source code directory resides (depending on the value of the macro
173
--- win/Makefile.mingw
+++ win/Makefile.mingw
@@ -162,11 +162,11 @@
162 #### The directories where the OpenSSL include and library files are located.
163 # The recommended usage here is to use the Sysinternals junction tool
164 # to create a hard link between an "openssl-1.x" sub-directory of the
165 # Fossil source code directory and the target OpenSSL source directory.
166 #
167 OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2h
168 OPENSSLINCDIR = $(OPENSSLDIR)/include
169 OPENSSLLIBDIR = $(OPENSSLDIR)
170
171 #### Either the directory where the Tcl library is installed or the Tcl
172 # source code directory resides (depending on the value of the macro
173
--- win/Makefile.mingw.mistachkin
+++ win/Makefile.mingw.mistachkin
@@ -162,11 +162,11 @@
162162
#### The directories where the OpenSSL include and library files are located.
163163
# The recommended usage here is to use the Sysinternals junction tool
164164
# to create a hard link between an "openssl-1.x" sub-directory of the
165165
# Fossil source code directory and the target OpenSSL source directory.
166166
#
167
-OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2g
167
+OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2h
168168
OPENSSLINCDIR = $(OPENSSLDIR)/include
169169
OPENSSLLIBDIR = $(OPENSSLDIR)
170170
171171
#### Either the directory where the Tcl library is installed or the Tcl
172172
# source code directory resides (depending on the value of the macro
173173
--- win/Makefile.mingw.mistachkin
+++ win/Makefile.mingw.mistachkin
@@ -162,11 +162,11 @@
162 #### The directories where the OpenSSL include and library files are located.
163 # The recommended usage here is to use the Sysinternals junction tool
164 # to create a hard link between an "openssl-1.x" sub-directory of the
165 # Fossil source code directory and the target OpenSSL source directory.
166 #
167 OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2g
168 OPENSSLINCDIR = $(OPENSSLDIR)/include
169 OPENSSLLIBDIR = $(OPENSSLDIR)
170
171 #### Either the directory where the Tcl library is installed or the Tcl
172 # source code directory resides (depending on the value of the macro
173
--- win/Makefile.mingw.mistachkin
+++ win/Makefile.mingw.mistachkin
@@ -162,11 +162,11 @@
162 #### The directories where the OpenSSL include and library files are located.
163 # The recommended usage here is to use the Sysinternals junction tool
164 # to create a hard link between an "openssl-1.x" sub-directory of the
165 # Fossil source code directory and the target OpenSSL source directory.
166 #
167 OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2h
168 OPENSSLINCDIR = $(OPENSSLDIR)/include
169 OPENSSLLIBDIR = $(OPENSSLDIR)
170
171 #### Either the directory where the Tcl library is installed or the Tcl
172 # source code directory resides (depending on the value of the macro
173
--- 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.2g
103
+SSLDIR = $(B)\compat\openssl-1.0.2h
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.2g
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.2h
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
@@ -141,11 +141,11 @@
141141
the optional <a href="https://www.openssl.org/">OpenSSL</a> support,
142142
first <a href="https://www.openssl.org/source/">download the official
143143
source code for OpenSSL</a> and extract it to an appropriately named
144144
"<b>openssl-X.Y.ZA</b>" subdirectory within the local
145145
[/tree?ci=trunk&name=compat | compat] directory (e.g.
146
-"<b>compat/openssl-1.0.2g</b>"), then make sure that some recent
146
+"<b>compat/openssl-1.0.2h</b>"), then make sure that some recent
147147
<a href="http://www.perl.org/">Perl</a> binaries are installed locally,
148148
and finally run one of the following commands:
149149
<blockquote><pre>
150150
nmake /f Makefile.msc FOSSIL_ENABLE_SSL=1 FOSSIL_BUILD_SSL=1 PERLDIR=C:\full\path\to\Perl\bin
151151
</pre></blockquote>
152152
--- www/build.wiki
+++ www/build.wiki
@@ -141,11 +141,11 @@
141 the optional <a href="https://www.openssl.org/">OpenSSL</a> support,
142 first <a href="https://www.openssl.org/source/">download the official
143 source code for OpenSSL</a> and extract it to an appropriately named
144 "<b>openssl-X.Y.ZA</b>" subdirectory within the local
145 [/tree?ci=trunk&name=compat | compat] directory (e.g.
146 "<b>compat/openssl-1.0.2g</b>"), then make sure that some recent
147 <a href="http://www.perl.org/">Perl</a> binaries are installed locally,
148 and finally run one of the following commands:
149 <blockquote><pre>
150 nmake /f Makefile.msc FOSSIL_ENABLE_SSL=1 FOSSIL_BUILD_SSL=1 PERLDIR=C:\full\path\to\Perl\bin
151 </pre></blockquote>
152
--- www/build.wiki
+++ www/build.wiki
@@ -141,11 +141,11 @@
141 the optional <a href="https://www.openssl.org/">OpenSSL</a> support,
142 first <a href="https://www.openssl.org/source/">download the official
143 source code for OpenSSL</a> and extract it to an appropriately named
144 "<b>openssl-X.Y.ZA</b>" subdirectory within the local
145 [/tree?ci=trunk&name=compat | compat] directory (e.g.
146 "<b>compat/openssl-1.0.2h</b>"), then make sure that some recent
147 <a href="http://www.perl.org/">Perl</a> binaries are installed locally,
148 and finally run one of the following commands:
149 <blockquote><pre>
150 nmake /f Makefile.msc FOSSIL_ENABLE_SSL=1 FOSSIL_BUILD_SSL=1 PERLDIR=C:\full\path\to\Perl\bin
151 </pre></blockquote>
152

Keyboard Shortcuts

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