Overview
Comment: | Upgraded to latest LibreSSL |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
319d724e41fb6bc6027d070e7aed86c2 |
User & Date: | rkeene on 2019-04-10 16:17:53 |
Other Links: | manifest | tags |
Context
2019-04-10
| ||
16:19 | Add more options to the web client check-in: 07782d2b79 user: rkeene tags: trunk | |
16:17 | Upgraded to latest LibreSSL check-in: 319d724e41 user: rkeene tags: trunk | |
16:05 | Upgrade TclTLS to 1.7.17 check-in: e6ede3bbb5 user: rkeene tags: trunk | |
Changes
Modified tls/build.sh from [f067072fb4] to [c31fc8b232].
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.17" url="http://tcltls.rkeene.org/uv/tcltls-${version}.tar.gz" sha256='1f8c9b1dae25c0dedcdacbb2fa9352cd2d07cfc9d5eaa5fa48e7e266f6f4cef1' configure_extra=('--enable-deterministic') function buildSSLLibrary() { local version url hash local archive |
︙ |