Overview
Comment: | Upgrade to TclTLS 1.7.18 to fix build related issues |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
9d9311aa9e36c0d318acd8e33b394d3e |
User & Date: | rkeene on 2019-06-19 16:26:51 |
Other Links: | manifest | tags |
Context
2019-06-19
| ||
18:34 | Upgraded to TclTLS 1.7.19, needed to disable hardening check-in: 23d32d6ee8 user: rkeene tags: trunk | |
16:26 | Upgrade to TclTLS 1.7.18 to fix build related issues check-in: 9d9311aa9e user: rkeene tags: trunk | |
2019-06-12
| ||
22:06 | Added TclPKCS11 package check-in: 9c31bfe7cb user: rkeene tags: trunk | |
Changes
Modified tls/build.sh from [c31fc8b232] to [c9bc443303].
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.18" url="http://tcltls.rkeene.org/uv/tcltls-${version}.tar.gz" sha256='6b21e7a4343bf8ae87358f933e98c61ea9c22162b916f35c9433e053a8f19b49' configure_extra=('--enable-deterministic') function buildSSLLibrary() { local version url hash local archive version='2.9.0' |
︙ | ︙ |