Fossil SCM

Update referenced OpenSSL version.

mistachkin 2016-09-26 15:01 trunk
Commit 508c67b0880536ef65a65d1347c8e0ee794fc670
--- src/makemake.tcl
+++ src/makemake.tcl
@@ -667,11 +667,11 @@
667667
#### The directories where the OpenSSL include and library files are located.
668668
# The recommended usage here is to use the Sysinternals junction tool
669669
# to create a hard link between an "openssl-1.x" sub-directory of the
670670
# Fossil source code directory and the target OpenSSL source directory.
671671
#
672
-OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2i
672
+OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2j
673673
OPENSSLINCDIR = $(OPENSSLDIR)/include
674674
OPENSSLLIBDIR = $(OPENSSLDIR)
675675
676676
#### Either the directory where the Tcl library is installed or the Tcl
677677
# source code directory resides (depending on the value of the macro
@@ -1497,11 +1497,11 @@
14971497
!ifndef USE_SEE
14981498
USE_SEE = 0
14991499
!endif
15001500
15011501
!if $(FOSSIL_ENABLE_SSL)!=0
1502
-SSLDIR = $(B)\compat\openssl-1.0.2i
1502
+SSLDIR = $(B)\compat\openssl-1.0.2j
15031503
SSLINCDIR = $(SSLDIR)\inc32
15041504
!if $(FOSSIL_DYNAMIC_BUILD)!=0
15051505
SSLLIBDIR = $(SSLDIR)\out32dll
15061506
!else
15071507
SSLLIBDIR = $(SSLDIR)\out32
15081508
--- src/makemake.tcl
+++ src/makemake.tcl
@@ -667,11 +667,11 @@
667 #### The directories where the OpenSSL include and library files are located.
668 # The recommended usage here is to use the Sysinternals junction tool
669 # to create a hard link between an "openssl-1.x" sub-directory of the
670 # Fossil source code directory and the target OpenSSL source directory.
671 #
672 OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2i
673 OPENSSLINCDIR = $(OPENSSLDIR)/include
674 OPENSSLLIBDIR = $(OPENSSLDIR)
675
676 #### Either the directory where the Tcl library is installed or the Tcl
677 # source code directory resides (depending on the value of the macro
@@ -1497,11 +1497,11 @@
1497 !ifndef USE_SEE
1498 USE_SEE = 0
1499 !endif
1500
1501 !if $(FOSSIL_ENABLE_SSL)!=0
1502 SSLDIR = $(B)\compat\openssl-1.0.2i
1503 SSLINCDIR = $(SSLDIR)\inc32
1504 !if $(FOSSIL_DYNAMIC_BUILD)!=0
1505 SSLLIBDIR = $(SSLDIR)\out32dll
1506 !else
1507 SSLLIBDIR = $(SSLDIR)\out32
1508
--- src/makemake.tcl
+++ src/makemake.tcl
@@ -667,11 +667,11 @@
667 #### The directories where the OpenSSL include and library files are located.
668 # The recommended usage here is to use the Sysinternals junction tool
669 # to create a hard link between an "openssl-1.x" sub-directory of the
670 # Fossil source code directory and the target OpenSSL source directory.
671 #
672 OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2j
673 OPENSSLINCDIR = $(OPENSSLDIR)/include
674 OPENSSLLIBDIR = $(OPENSSLDIR)
675
676 #### Either the directory where the Tcl library is installed or the Tcl
677 # source code directory resides (depending on the value of the macro
@@ -1497,11 +1497,11 @@
1497 !ifndef USE_SEE
1498 USE_SEE = 0
1499 !endif
1500
1501 !if $(FOSSIL_ENABLE_SSL)!=0
1502 SSLDIR = $(B)\compat\openssl-1.0.2j
1503 SSLINCDIR = $(SSLDIR)\inc32
1504 !if $(FOSSIL_DYNAMIC_BUILD)!=0
1505 SSLLIBDIR = $(SSLDIR)\out32dll
1506 !else
1507 SSLLIBDIR = $(SSLDIR)\out32
1508
--- win/Makefile.mingw
+++ win/Makefile.mingw
@@ -170,11 +170,11 @@
170170
#### The directories where the OpenSSL include and library files are located.
171171
# The recommended usage here is to use the Sysinternals junction tool
172172
# to create a hard link between an "openssl-1.x" sub-directory of the
173173
# Fossil source code directory and the target OpenSSL source directory.
174174
#
175
-OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2i
175
+OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2j
176176
OPENSSLINCDIR = $(OPENSSLDIR)/include
177177
OPENSSLLIBDIR = $(OPENSSLDIR)
178178
179179
#### Either the directory where the Tcl library is installed or the Tcl
180180
# source code directory resides (depending on the value of the macro
181181
--- win/Makefile.mingw
+++ win/Makefile.mingw
@@ -170,11 +170,11 @@
170 #### The directories where the OpenSSL include and library files are located.
171 # The recommended usage here is to use the Sysinternals junction tool
172 # to create a hard link between an "openssl-1.x" sub-directory of the
173 # Fossil source code directory and the target OpenSSL source directory.
174 #
175 OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2i
176 OPENSSLINCDIR = $(OPENSSLDIR)/include
177 OPENSSLLIBDIR = $(OPENSSLDIR)
178
179 #### Either the directory where the Tcl library is installed or the Tcl
180 # source code directory resides (depending on the value of the macro
181
--- win/Makefile.mingw
+++ win/Makefile.mingw
@@ -170,11 +170,11 @@
170 #### The directories where the OpenSSL include and library files are located.
171 # The recommended usage here is to use the Sysinternals junction tool
172 # to create a hard link between an "openssl-1.x" sub-directory of the
173 # Fossil source code directory and the target OpenSSL source directory.
174 #
175 OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2j
176 OPENSSLINCDIR = $(OPENSSLDIR)/include
177 OPENSSLLIBDIR = $(OPENSSLDIR)
178
179 #### Either the directory where the Tcl library is installed or the Tcl
180 # source code directory resides (depending on the value of the macro
181
--- win/Makefile.mingw.mistachkin
+++ win/Makefile.mingw.mistachkin
@@ -170,11 +170,11 @@
170170
#### The directories where the OpenSSL include and library files are located.
171171
# The recommended usage here is to use the Sysinternals junction tool
172172
# to create a hard link between an "openssl-1.x" sub-directory of the
173173
# Fossil source code directory and the target OpenSSL source directory.
174174
#
175
-OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2i
175
+OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2j
176176
OPENSSLINCDIR = $(OPENSSLDIR)/include
177177
OPENSSLLIBDIR = $(OPENSSLDIR)
178178
179179
#### Either the directory where the Tcl library is installed or the Tcl
180180
# source code directory resides (depending on the value of the macro
181181
--- win/Makefile.mingw.mistachkin
+++ win/Makefile.mingw.mistachkin
@@ -170,11 +170,11 @@
170 #### The directories where the OpenSSL include and library files are located.
171 # The recommended usage here is to use the Sysinternals junction tool
172 # to create a hard link between an "openssl-1.x" sub-directory of the
173 # Fossil source code directory and the target OpenSSL source directory.
174 #
175 OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2i
176 OPENSSLINCDIR = $(OPENSSLDIR)/include
177 OPENSSLLIBDIR = $(OPENSSLDIR)
178
179 #### Either the directory where the Tcl library is installed or the Tcl
180 # source code directory resides (depending on the value of the macro
181
--- win/Makefile.mingw.mistachkin
+++ win/Makefile.mingw.mistachkin
@@ -170,11 +170,11 @@
170 #### The directories where the OpenSSL include and library files are located.
171 # The recommended usage here is to use the Sysinternals junction tool
172 # to create a hard link between an "openssl-1.x" sub-directory of the
173 # Fossil source code directory and the target OpenSSL source directory.
174 #
175 OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2j
176 OPENSSLINCDIR = $(OPENSSLDIR)/include
177 OPENSSLLIBDIR = $(OPENSSLDIR)
178
179 #### Either the directory where the Tcl library is installed or the Tcl
180 # source code directory resides (depending on the value of the macro
181
--- 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.2i
103
+SSLDIR = $(B)\compat\openssl-1.0.2j
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.2i
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.2j
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.2i</b>"), then make sure that some recent
146
+"<b>compat/openssl-1.0.2j</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.2i</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.2j</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