Overview
Comment: | Updated to latest release of LibreSSL |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
80d6f159a62bd98f9481bf1a39598d3f |
User & Date: | rkeene on 2016-12-13 19:33:50 |
Other Links: | manifest | tags |
Context
2016-12-13
| ||
20:30 | Updated to latest TclTLS check-in: 1fca716717 user: rkeene tags: trunk | |
19:33 | Updated to latest release of LibreSSL check-in: 80d6f159a6 user: rkeene tags: trunk | |
19:32 | Updated to latest version of TclTLS and update common build system to deal with more diverse Tcl configure scripts check-in: 641eee5dc4 user: rkeene tags: trunk | |
Changes
Modified tls/build.sh from [1916312581] to [7292ac7aad].
1 2 3 4 5 6 7 8 9 10 11 12 13 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | - + - + | #! /usr/bin/env bash # BuildCompatible: KitCreator version="1.7.8" url="http://tcltls.rkeene.org/uv/tcltls-${version}.tar.gz" sha256='30ee49330db795f86bc850487421ea923fba7d95d4758b2a61eef3baf0fe0f9e' configure_extra=('--enable-deterministic') function buildSSLLibrary() { local version url hash local archive |
︙ |