Overview
| Comment: | Upgraded to latest TLS |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
e7f6dea745d7bc29e68e1eb249fe1621 |
| User & Date: | rkeene on 2016-12-14 14:58:52 |
| Other Links: | manifest | tags |
Context
|
2016-12-28
| ||
| 21:42 | Updated to NSF 2.1.0 release check-in: e0ab1dd8a7 user: ssoberni tags: trunk | |
|
2016-12-14
| ||
| 14:58 | Upgraded to latest TLS check-in: e7f6dea745 user: rkeene tags: trunk | |
|
2016-12-13
| ||
| 20:30 | Updated to latest TclTLS check-in: 1fca716717 user: rkeene tags: trunk | |
Changes
Modified tls/build.sh from [73b0f6dcae] to [bd7a663580].
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.10"
url="http://tcltls.rkeene.org/uv/tcltls-${version}.tar.gz"
sha256='124fe08f782b95ac688c983c65e2e66c6cc1235bfa36fd55ff6db4ef45c6b1f3'
configure_extra=('--enable-deterministic')
function buildSSLLibrary() {
local version url hash
local archive
version='2.5.0'
|
| ︙ | ︙ |