Fossil SCM

Update referenced OpenSSL version.

mistachkin 2017-12-21 15:38 trunk
Commit c4aec887db9f9e8ab5fb1f3df46364e22855c9ebaf48831096ebd9e7f8887815
--- src/makemake.tcl
+++ src/makemake.tcl
@@ -693,11 +693,11 @@
693693
#### The directories where the OpenSSL include and library files are located.
694694
# The recommended usage here is to use the Sysinternals junction tool
695695
# to create a hard link between an "openssl-1.x" sub-directory of the
696696
# Fossil source code directory and the target OpenSSL source directory.
697697
#
698
-OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2m
698
+OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2n
699699
OPENSSLINCDIR = $(OPENSSLDIR)/include
700700
OPENSSLLIBDIR = $(OPENSSLDIR)
701701
702702
#### Either the directory where the Tcl library is installed or the Tcl
703703
# source code directory resides (depending on the value of the macro
@@ -1539,11 +1539,11 @@
15391539
!ifndef USE_SEE
15401540
USE_SEE = 0
15411541
!endif
15421542
15431543
!if $(FOSSIL_ENABLE_SSL)!=0
1544
-SSLDIR = $(B)\compat\openssl-1.0.2m
1544
+SSLDIR = $(B)\compat\openssl-1.0.2n
15451545
SSLINCDIR = $(SSLDIR)\inc32
15461546
!if $(FOSSIL_DYNAMIC_BUILD)!=0
15471547
SSLLIBDIR = $(SSLDIR)\out32dll
15481548
!else
15491549
SSLLIBDIR = $(SSLDIR)\out32
15501550
--- src/makemake.tcl
+++ src/makemake.tcl
@@ -693,11 +693,11 @@
693 #### The directories where the OpenSSL include and library files are located.
694 # The recommended usage here is to use the Sysinternals junction tool
695 # to create a hard link between an "openssl-1.x" sub-directory of the
696 # Fossil source code directory and the target OpenSSL source directory.
697 #
698 OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2m
699 OPENSSLINCDIR = $(OPENSSLDIR)/include
700 OPENSSLLIBDIR = $(OPENSSLDIR)
701
702 #### Either the directory where the Tcl library is installed or the Tcl
703 # source code directory resides (depending on the value of the macro
@@ -1539,11 +1539,11 @@
1539 !ifndef USE_SEE
1540 USE_SEE = 0
1541 !endif
1542
1543 !if $(FOSSIL_ENABLE_SSL)!=0
1544 SSLDIR = $(B)\compat\openssl-1.0.2m
1545 SSLINCDIR = $(SSLDIR)\inc32
1546 !if $(FOSSIL_DYNAMIC_BUILD)!=0
1547 SSLLIBDIR = $(SSLDIR)\out32dll
1548 !else
1549 SSLLIBDIR = $(SSLDIR)\out32
1550
--- src/makemake.tcl
+++ src/makemake.tcl
@@ -693,11 +693,11 @@
693 #### The directories where the OpenSSL include and library files are located.
694 # The recommended usage here is to use the Sysinternals junction tool
695 # to create a hard link between an "openssl-1.x" sub-directory of the
696 # Fossil source code directory and the target OpenSSL source directory.
697 #
698 OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2n
699 OPENSSLINCDIR = $(OPENSSLDIR)/include
700 OPENSSLLIBDIR = $(OPENSSLDIR)
701
702 #### Either the directory where the Tcl library is installed or the Tcl
703 # source code directory resides (depending on the value of the macro
@@ -1539,11 +1539,11 @@
1539 !ifndef USE_SEE
1540 USE_SEE = 0
1541 !endif
1542
1543 !if $(FOSSIL_ENABLE_SSL)!=0
1544 SSLDIR = $(B)\compat\openssl-1.0.2n
1545 SSLINCDIR = $(SSLDIR)\inc32
1546 !if $(FOSSIL_DYNAMIC_BUILD)!=0
1547 SSLLIBDIR = $(SSLDIR)\out32dll
1548 !else
1549 SSLLIBDIR = $(SSLDIR)\out32
1550
--- 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.2m
175
+OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2n
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.2m
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.2n
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.2m
175
+OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2n
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.2m
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.2n
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.2m
103
+SSLDIR = $(B)\compat\openssl-1.0.2n
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.2m
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.2n
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.2m</b>"), then make sure that some recent
141
+"<b>compat/openssl-1.0.2n</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.2m</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.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

Keyboard Shortcuts

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