|
25 | 25 | For 10.6 or greater deployment targets, build-installer builds and links |
26 | 26 | with its own copy of Tcl/Tk 8.6 and the rest of this paragraph does not |
27 | 27 | apply. Otherwise, build-installer requires an installed third-party version |
28 | | -of Tcl/Tk 8.4 (for OS X 10.4 and 10.5 deployment targets) or Tcl/TK 8.5 |
29 | | -(for 10.6 or later) installed in /Library/Frameworks. When installed, |
30 | | -the Python built by this script will attempt to dynamically link first to |
31 | | -Tcl and Tk frameworks in /Library/Frameworks if available otherwise fall |
32 | | -back to the ones in /System/Library/Framework. For the build, we recommend |
| 28 | +of Tcl/Tk 8.4 (for OS X 10.4 and 10.5 deployment targets) installed in |
| 29 | +/Library/Frameworks. For 10.4 or 10.5, the Python built by this script |
| 30 | +when installed will attempt to dynamically link first to Tcl and Tk frameworks |
| 31 | +in /Library/Frameworks if available otherwise fall back to the ones in |
| 32 | +/System/Library/Framework. For 10.4 or 10.5, we recommend |
33 | 33 | installing the most recent ActiveTcl 8.5 or 8.4 version, depending |
34 | 34 | on the deployment target. The actual version linked to depends on the |
35 | 35 | path of /Library/Frameworks/{Tcl,Tk}.framework/Versions/Current. |
@@ -213,9 +213,9 @@ def library_recipes(): |
213 | 213 |
|
214 | 214 | result.extend([ |
215 | 215 | dict( |
216 | | - name="OpenSSL 1.0.2t", |
217 | | - url="https://www.openssl.org/source/openssl-1.0.2t.tar.gz", |
218 | | - checksum='ef66581b80f06eae42f5268bc0b50c6d', |
| 216 | + name="OpenSSL 1.0.2u", |
| 217 | + url="https://www.openssl.org/source/old/1.0.2/openssl-1.0.2u.tar.gz", |
| 218 | + checksum='cdc2638f789ecc2db2c91488265686c1', |
219 | 219 | buildrecipe=build_universal_openssl, |
220 | 220 | configure=None, |
221 | 221 | install=None, |
@@ -311,9 +311,9 @@ def library_recipes(): |
311 | 311 | ), |
312 | 312 | ), |
313 | 313 | dict( |
314 | | - name="SQLite 3.28.0", |
315 | | - url="https://www.sqlite.org/2019/sqlite-autoconf-3280000.tar.gz", |
316 | | - checksum='3c68eb400f8354605736cd55400e1572', |
| 314 | + name="SQLite 3.31.1", |
| 315 | + url="https://sqlite.org/2020/sqlite-autoconf-3310100.tar.gz", |
| 316 | + checksum='2d0a553534c521504e3ac3ad3b90f125', |
317 | 317 | extra_cflags=('-Os ' |
318 | 318 | '-DSQLITE_ENABLE_FTS5 ' |
319 | 319 | '-DSQLITE_ENABLE_FTS4 ' |
|
0 commit comments