Overview
| Comment: | Upgraded to latest TclTLS |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
742088eb80292d711e1ffebe7a7afc42 |
| User & Date: | rkeene on 2017-09-01 00:31:44 |
| Other Links: | manifest | tags |
Context
|
2017-09-06
| ||
| 02:08 | Updated to deal better with pkg-config OpenSSL and newer versions of TclTLS check-in: 534f2d1839 user: rkeene tags: trunk | |
|
2017-09-01
| ||
| 00:31 | Upgraded to latest TclTLS check-in: 742088eb80 user: rkeene tags: trunk | |
|
2017-08-18
| ||
| 14:22 | Ignore errors when moving files into the SDK directory check-in: 362db9bf50 user: rkeene tags: trunk | |
Changes
Modified tls/build.sh from [a26c37b5cc] to [c263581111].
1 2 3 4 | #! /usr/bin/env bash # BuildCompatible: KitCreator | | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
#! /usr/bin/env bash
# BuildCompatible: KitCreator
version="1.7.13"
url="http://tcltls.rkeene.org/uv/tcltls-${version}.tar.gz"
sha256='40f874140f5f2210593a14dd22bdfee3b61fa46cb2edb662b25ec60653853eed'
configure_extra=('--enable-deterministic')
function buildSSLLibrary() {
local version url hash
local archive
version='2.5.0'
|
| ︙ | ︙ |