Fossil SCM
(cherry-pick): Fix the --differ option on "fossil changes" which was broken in the 1.37 release. Openssl 1.0.2j -> 1.0.2k
Commit
86db914551d5839380c530c7b7dafa3a3e3ed8de
Parent
1669115ab9d05c1…
11 files changed
+1
-1
+2
-2
+2
-2
+1
-1
+1
-1
+1
-1
+1
-1
+1
-1
+1
-1
+1
-1
+1
-1
+1
-1
| --- src/checkin.c | ||
| +++ src/checkin.c | ||
| @@ -171,11 +171,11 @@ | ||
| 171 | 171 | if( flags & C_EXTRA ){ |
| 172 | 172 | if( blob_size(&sql) ){ |
| 173 | 173 | blob_append_sql(&sql, " UNION ALL"); |
| 174 | 174 | } |
| 175 | 175 | blob_append_sql(&sql, |
| 176 | - " SELECT pathname, %s, %s, 0, 0, 0, 0, 0, 0" | |
| 176 | + " SELECT pathname, %s, %s, 0, 0, 0, 0, 0" | |
| 177 | 177 | " FROM sfile WHERE pathname NOT IN (%s)%s", |
| 178 | 178 | flags & C_MTIME ? "datetime(mtime, 'unixepoch', toLocal())" : "''", |
| 179 | 179 | flags & C_SIZE ? "size" : "0", |
| 180 | 180 | fossil_all_reserved_names(0), blob_sql_text(&where)); |
| 181 | 181 | } |
| 182 | 182 |
| --- src/checkin.c | |
| +++ src/checkin.c | |
| @@ -171,11 +171,11 @@ | |
| 171 | if( flags & C_EXTRA ){ |
| 172 | if( blob_size(&sql) ){ |
| 173 | blob_append_sql(&sql, " UNION ALL"); |
| 174 | } |
| 175 | blob_append_sql(&sql, |
| 176 | " SELECT pathname, %s, %s, 0, 0, 0, 0, 0, 0" |
| 177 | " FROM sfile WHERE pathname NOT IN (%s)%s", |
| 178 | flags & C_MTIME ? "datetime(mtime, 'unixepoch', toLocal())" : "''", |
| 179 | flags & C_SIZE ? "size" : "0", |
| 180 | fossil_all_reserved_names(0), blob_sql_text(&where)); |
| 181 | } |
| 182 |
| --- src/checkin.c | |
| +++ src/checkin.c | |
| @@ -171,11 +171,11 @@ | |
| 171 | if( flags & C_EXTRA ){ |
| 172 | if( blob_size(&sql) ){ |
| 173 | blob_append_sql(&sql, " UNION ALL"); |
| 174 | } |
| 175 | blob_append_sql(&sql, |
| 176 | " SELECT pathname, %s, %s, 0, 0, 0, 0, 0" |
| 177 | " FROM sfile WHERE pathname NOT IN (%s)%s", |
| 178 | flags & C_MTIME ? "datetime(mtime, 'unixepoch', toLocal())" : "''", |
| 179 | flags & C_SIZE ? "size" : "0", |
| 180 | fossil_all_reserved_names(0), blob_sql_text(&where)); |
| 181 | } |
| 182 |
+2
-2
| --- src/makemake.tcl | ||
| +++ src/makemake.tcl | ||
| @@ -670,11 +670,11 @@ | ||
| 670 | 670 | #### The directories where the OpenSSL include and library files are located. |
| 671 | 671 | # The recommended usage here is to use the Sysinternals junction tool |
| 672 | 672 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 673 | 673 | # Fossil source code directory and the target OpenSSL source directory. |
| 674 | 674 | # |
| 675 | -OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2j | |
| 675 | +OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2k | |
| 676 | 676 | OPENSSLINCDIR = $(OPENSSLDIR)/include |
| 677 | 677 | OPENSSLLIBDIR = $(OPENSSLDIR) |
| 678 | 678 | |
| 679 | 679 | #### Either the directory where the Tcl library is installed or the Tcl |
| 680 | 680 | # source code directory resides (depending on the value of the macro |
| @@ -1501,11 +1501,11 @@ | ||
| 1501 | 1501 | !ifndef USE_SEE |
| 1502 | 1502 | USE_SEE = 0 |
| 1503 | 1503 | !endif |
| 1504 | 1504 | |
| 1505 | 1505 | !if $(FOSSIL_ENABLE_SSL)!=0 |
| 1506 | -SSLDIR = $(B)\compat\openssl-1.0.2j | |
| 1506 | +SSLDIR = $(B)\compat\openssl-1.0.2k | |
| 1507 | 1507 | SSLINCDIR = $(SSLDIR)\inc32 |
| 1508 | 1508 | !if $(FOSSIL_DYNAMIC_BUILD)!=0 |
| 1509 | 1509 | SSLLIBDIR = $(SSLDIR)\out32dll |
| 1510 | 1510 | !else |
| 1511 | 1511 | SSLLIBDIR = $(SSLDIR)\out32 |
| 1512 | 1512 |
| --- src/makemake.tcl | |
| +++ src/makemake.tcl | |
| @@ -670,11 +670,11 @@ | |
| 670 | #### The directories where the OpenSSL include and library files are located. |
| 671 | # The recommended usage here is to use the Sysinternals junction tool |
| 672 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 673 | # Fossil source code directory and the target OpenSSL source directory. |
| 674 | # |
| 675 | OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2j |
| 676 | OPENSSLINCDIR = $(OPENSSLDIR)/include |
| 677 | OPENSSLLIBDIR = $(OPENSSLDIR) |
| 678 | |
| 679 | #### Either the directory where the Tcl library is installed or the Tcl |
| 680 | # source code directory resides (depending on the value of the macro |
| @@ -1501,11 +1501,11 @@ | |
| 1501 | !ifndef USE_SEE |
| 1502 | USE_SEE = 0 |
| 1503 | !endif |
| 1504 | |
| 1505 | !if $(FOSSIL_ENABLE_SSL)!=0 |
| 1506 | SSLDIR = $(B)\compat\openssl-1.0.2j |
| 1507 | SSLINCDIR = $(SSLDIR)\inc32 |
| 1508 | !if $(FOSSIL_DYNAMIC_BUILD)!=0 |
| 1509 | SSLLIBDIR = $(SSLDIR)\out32dll |
| 1510 | !else |
| 1511 | SSLLIBDIR = $(SSLDIR)\out32 |
| 1512 |
| --- src/makemake.tcl | |
| +++ src/makemake.tcl | |
| @@ -670,11 +670,11 @@ | |
| 670 | #### The directories where the OpenSSL include and library files are located. |
| 671 | # The recommended usage here is to use the Sysinternals junction tool |
| 672 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 673 | # Fossil source code directory and the target OpenSSL source directory. |
| 674 | # |
| 675 | OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2k |
| 676 | OPENSSLINCDIR = $(OPENSSLDIR)/include |
| 677 | OPENSSLLIBDIR = $(OPENSSLDIR) |
| 678 | |
| 679 | #### Either the directory where the Tcl library is installed or the Tcl |
| 680 | # source code directory resides (depending on the value of the macro |
| @@ -1501,11 +1501,11 @@ | |
| 1501 | !ifndef USE_SEE |
| 1502 | USE_SEE = 0 |
| 1503 | !endif |
| 1504 | |
| 1505 | !if $(FOSSIL_ENABLE_SSL)!=0 |
| 1506 | SSLDIR = $(B)\compat\openssl-1.0.2k |
| 1507 | SSLINCDIR = $(SSLDIR)\inc32 |
| 1508 | !if $(FOSSIL_DYNAMIC_BUILD)!=0 |
| 1509 | SSLLIBDIR = $(SSLDIR)\out32dll |
| 1510 | !else |
| 1511 | SSLLIBDIR = $(SSLDIR)\out32 |
| 1512 |
+2
-2
| --- src/makemake.tcl | ||
| +++ src/makemake.tcl | ||
| @@ -670,11 +670,11 @@ | ||
| 670 | 670 | #### The directories where the OpenSSL include and library files are located. |
| 671 | 671 | # The recommended usage here is to use the Sysinternals junction tool |
| 672 | 672 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 673 | 673 | # Fossil source code directory and the target OpenSSL source directory. |
| 674 | 674 | # |
| 675 | -OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2j | |
| 675 | +OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2k | |
| 676 | 676 | OPENSSLINCDIR = $(OPENSSLDIR)/include |
| 677 | 677 | OPENSSLLIBDIR = $(OPENSSLDIR) |
| 678 | 678 | |
| 679 | 679 | #### Either the directory where the Tcl library is installed or the Tcl |
| 680 | 680 | # source code directory resides (depending on the value of the macro |
| @@ -1501,11 +1501,11 @@ | ||
| 1501 | 1501 | !ifndef USE_SEE |
| 1502 | 1502 | USE_SEE = 0 |
| 1503 | 1503 | !endif |
| 1504 | 1504 | |
| 1505 | 1505 | !if $(FOSSIL_ENABLE_SSL)!=0 |
| 1506 | -SSLDIR = $(B)\compat\openssl-1.0.2j | |
| 1506 | +SSLDIR = $(B)\compat\openssl-1.0.2k | |
| 1507 | 1507 | SSLINCDIR = $(SSLDIR)\inc32 |
| 1508 | 1508 | !if $(FOSSIL_DYNAMIC_BUILD)!=0 |
| 1509 | 1509 | SSLLIBDIR = $(SSLDIR)\out32dll |
| 1510 | 1510 | !else |
| 1511 | 1511 | SSLLIBDIR = $(SSLDIR)\out32 |
| 1512 | 1512 |
| --- src/makemake.tcl | |
| +++ src/makemake.tcl | |
| @@ -670,11 +670,11 @@ | |
| 670 | #### The directories where the OpenSSL include and library files are located. |
| 671 | # The recommended usage here is to use the Sysinternals junction tool |
| 672 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 673 | # Fossil source code directory and the target OpenSSL source directory. |
| 674 | # |
| 675 | OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2j |
| 676 | OPENSSLINCDIR = $(OPENSSLDIR)/include |
| 677 | OPENSSLLIBDIR = $(OPENSSLDIR) |
| 678 | |
| 679 | #### Either the directory where the Tcl library is installed or the Tcl |
| 680 | # source code directory resides (depending on the value of the macro |
| @@ -1501,11 +1501,11 @@ | |
| 1501 | !ifndef USE_SEE |
| 1502 | USE_SEE = 0 |
| 1503 | !endif |
| 1504 | |
| 1505 | !if $(FOSSIL_ENABLE_SSL)!=0 |
| 1506 | SSLDIR = $(B)\compat\openssl-1.0.2j |
| 1507 | SSLINCDIR = $(SSLDIR)\inc32 |
| 1508 | !if $(FOSSIL_DYNAMIC_BUILD)!=0 |
| 1509 | SSLLIBDIR = $(SSLDIR)\out32dll |
| 1510 | !else |
| 1511 | SSLLIBDIR = $(SSLDIR)\out32 |
| 1512 |
| --- src/makemake.tcl | |
| +++ src/makemake.tcl | |
| @@ -670,11 +670,11 @@ | |
| 670 | #### The directories where the OpenSSL include and library files are located. |
| 671 | # The recommended usage here is to use the Sysinternals junction tool |
| 672 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 673 | # Fossil source code directory and the target OpenSSL source directory. |
| 674 | # |
| 675 | OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2k |
| 676 | OPENSSLINCDIR = $(OPENSSLDIR)/include |
| 677 | OPENSSLLIBDIR = $(OPENSSLDIR) |
| 678 | |
| 679 | #### Either the directory where the Tcl library is installed or the Tcl |
| 680 | # source code directory resides (depending on the value of the macro |
| @@ -1501,11 +1501,11 @@ | |
| 1501 | !ifndef USE_SEE |
| 1502 | USE_SEE = 0 |
| 1503 | !endif |
| 1504 | |
| 1505 | !if $(FOSSIL_ENABLE_SSL)!=0 |
| 1506 | SSLDIR = $(B)\compat\openssl-1.0.2k |
| 1507 | SSLINCDIR = $(SSLDIR)\inc32 |
| 1508 | !if $(FOSSIL_DYNAMIC_BUILD)!=0 |
| 1509 | SSLLIBDIR = $(SSLDIR)\out32dll |
| 1510 | !else |
| 1511 | SSLLIBDIR = $(SSLDIR)\out32 |
| 1512 |
+1
-1
| --- win/Makefile.mingw | ||
| +++ win/Makefile.mingw | ||
| @@ -170,11 +170,11 @@ | ||
| 170 | 170 | #### The directories where the OpenSSL include and library files are located. |
| 171 | 171 | # The recommended usage here is to use the Sysinternals junction tool |
| 172 | 172 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 173 | 173 | # Fossil source code directory and the target OpenSSL source directory. |
| 174 | 174 | # |
| 175 | -OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2j | |
| 175 | +OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2k | |
| 176 | 176 | OPENSSLINCDIR = $(OPENSSLDIR)/include |
| 177 | 177 | OPENSSLLIBDIR = $(OPENSSLDIR) |
| 178 | 178 | |
| 179 | 179 | #### Either the directory where the Tcl library is installed or the Tcl |
| 180 | 180 | # source code directory resides (depending on the value of the macro |
| 181 | 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 | |
| +++ 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.2k |
| 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 |
+1
-1
| --- win/Makefile.mingw | ||
| +++ win/Makefile.mingw | ||
| @@ -170,11 +170,11 @@ | ||
| 170 | 170 | #### The directories where the OpenSSL include and library files are located. |
| 171 | 171 | # The recommended usage here is to use the Sysinternals junction tool |
| 172 | 172 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 173 | 173 | # Fossil source code directory and the target OpenSSL source directory. |
| 174 | 174 | # |
| 175 | -OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2j | |
| 175 | +OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2k | |
| 176 | 176 | OPENSSLINCDIR = $(OPENSSLDIR)/include |
| 177 | 177 | OPENSSLLIBDIR = $(OPENSSLDIR) |
| 178 | 178 | |
| 179 | 179 | #### Either the directory where the Tcl library is installed or the Tcl |
| 180 | 180 | # source code directory resides (depending on the value of the macro |
| 181 | 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 | |
| +++ 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.2k |
| 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 |
+1
-1
| --- win/Makefile.mingw.mistachkin | ||
| +++ win/Makefile.mingw.mistachkin | ||
| @@ -170,11 +170,11 @@ | ||
| 170 | 170 | #### The directories where the OpenSSL include and library files are located. |
| 171 | 171 | # The recommended usage here is to use the Sysinternals junction tool |
| 172 | 172 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 173 | 173 | # Fossil source code directory and the target OpenSSL source directory. |
| 174 | 174 | # |
| 175 | -OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2j | |
| 175 | +OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2k | |
| 176 | 176 | OPENSSLINCDIR = $(OPENSSLDIR)/include |
| 177 | 177 | OPENSSLLIBDIR = $(OPENSSLDIR) |
| 178 | 178 | |
| 179 | 179 | #### Either the directory where the Tcl library is installed or the Tcl |
| 180 | 180 | # source code directory resides (depending on the value of the macro |
| 181 | 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.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.2k |
| 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 |
+1
-1
| --- win/Makefile.mingw.mistachkin | ||
| +++ win/Makefile.mingw.mistachkin | ||
| @@ -170,11 +170,11 @@ | ||
| 170 | 170 | #### The directories where the OpenSSL include and library files are located. |
| 171 | 171 | # The recommended usage here is to use the Sysinternals junction tool |
| 172 | 172 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 173 | 173 | # Fossil source code directory and the target OpenSSL source directory. |
| 174 | 174 | # |
| 175 | -OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2j | |
| 175 | +OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.0.2k | |
| 176 | 176 | OPENSSLINCDIR = $(OPENSSLDIR)/include |
| 177 | 177 | OPENSSLLIBDIR = $(OPENSSLDIR) |
| 178 | 178 | |
| 179 | 179 | #### Either the directory where the Tcl library is installed or the Tcl |
| 180 | 180 | # source code directory resides (depending on the value of the macro |
| 181 | 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.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.2k |
| 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 |
+1
-1
| --- win/Makefile.msc | ||
| +++ win/Makefile.msc | ||
| @@ -98,11 +98,11 @@ | ||
| 98 | 98 | !ifndef USE_SEE |
| 99 | 99 | USE_SEE = 0 |
| 100 | 100 | !endif |
| 101 | 101 | |
| 102 | 102 | !if $(FOSSIL_ENABLE_SSL)!=0 |
| 103 | -SSLDIR = $(B)\compat\openssl-1.0.2j | |
| 103 | +SSLDIR = $(B)\compat\openssl-1.0.2k | |
| 104 | 104 | SSLINCDIR = $(SSLDIR)\inc32 |
| 105 | 105 | !if $(FOSSIL_DYNAMIC_BUILD)!=0 |
| 106 | 106 | SSLLIBDIR = $(SSLDIR)\out32dll |
| 107 | 107 | !else |
| 108 | 108 | SSLLIBDIR = $(SSLDIR)\out32 |
| 109 | 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 |
| --- 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.2k |
| 104 | SSLINCDIR = $(SSLDIR)\inc32 |
| 105 | !if $(FOSSIL_DYNAMIC_BUILD)!=0 |
| 106 | SSLLIBDIR = $(SSLDIR)\out32dll |
| 107 | !else |
| 108 | SSLLIBDIR = $(SSLDIR)\out32 |
| 109 |
+1
-1
| --- win/Makefile.msc | ||
| +++ win/Makefile.msc | ||
| @@ -98,11 +98,11 @@ | ||
| 98 | 98 | !ifndef USE_SEE |
| 99 | 99 | USE_SEE = 0 |
| 100 | 100 | !endif |
| 101 | 101 | |
| 102 | 102 | !if $(FOSSIL_ENABLE_SSL)!=0 |
| 103 | -SSLDIR = $(B)\compat\openssl-1.0.2j | |
| 103 | +SSLDIR = $(B)\compat\openssl-1.0.2k | |
| 104 | 104 | SSLINCDIR = $(SSLDIR)\inc32 |
| 105 | 105 | !if $(FOSSIL_DYNAMIC_BUILD)!=0 |
| 106 | 106 | SSLLIBDIR = $(SSLDIR)\out32dll |
| 107 | 107 | !else |
| 108 | 108 | SSLLIBDIR = $(SSLDIR)\out32 |
| 109 | 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 |
| --- 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.2k |
| 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 @@ | ||
| 141 | 141 | the optional <a href="https://www.openssl.org/">OpenSSL</a> support, |
| 142 | 142 | first <a href="https://www.openssl.org/source/">download the official |
| 143 | 143 | source code for OpenSSL</a> and extract it to an appropriately named |
| 144 | 144 | "<b>openssl-X.Y.ZA</b>" subdirectory within the local |
| 145 | 145 | [/tree?ci=trunk&name=compat | compat] directory (e.g. |
| 146 | -"<b>compat/openssl-1.0.2j</b>"), then make sure that some recent | |
| 146 | +"<b>compat/openssl-1.0.2k</b>"), then make sure that some recent | |
| 147 | 147 | <a href="http://www.perl.org/">Perl</a> binaries are installed locally, |
| 148 | 148 | and finally run one of the following commands: |
| 149 | 149 | <blockquote><pre> |
| 150 | 150 | nmake /f Makefile.msc FOSSIL_ENABLE_SSL=1 FOSSIL_BUILD_SSL=1 PERLDIR=C:\full\path\to\Perl\bin |
| 151 | 151 | </pre></blockquote> |
| 152 | 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 |
| --- 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.2k</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 |
+1
-1
| --- www/build.wiki | ||
| +++ www/build.wiki | ||
| @@ -141,11 +141,11 @@ | ||
| 141 | 141 | the optional <a href="https://www.openssl.org/">OpenSSL</a> support, |
| 142 | 142 | first <a href="https://www.openssl.org/source/">download the official |
| 143 | 143 | source code for OpenSSL</a> and extract it to an appropriately named |
| 144 | 144 | "<b>openssl-X.Y.ZA</b>" subdirectory within the local |
| 145 | 145 | [/tree?ci=trunk&name=compat | compat] directory (e.g. |
| 146 | -"<b>compat/openssl-1.0.2j</b>"), then make sure that some recent | |
| 146 | +"<b>compat/openssl-1.0.2k</b>"), then make sure that some recent | |
| 147 | 147 | <a href="http://www.perl.org/">Perl</a> binaries are installed locally, |
| 148 | 148 | and finally run one of the following commands: |
| 149 | 149 | <blockquote><pre> |
| 150 | 150 | nmake /f Makefile.msc FOSSIL_ENABLE_SSL=1 FOSSIL_BUILD_SSL=1 PERLDIR=C:\full\path\to\Perl\bin |
| 151 | 151 | </pre></blockquote> |
| 152 | 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 |
| --- 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.2k</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 |