Check-in [23d32d6ee8]
Overview
Comment:Upgraded to TclTLS 1.7.19, needed to disable hardening
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 23d32d6ee8e6572de86150e1ae9dbaaf6e0fa6b3
User & Date: rkeene on 2019-06-19 18:34:13
Other Links: manifest | tags
Context
2019-06-19
18:35
Disable EXTERN always since we always link directly to libtcl or through its stubs table check-in: 5dfcc7bdbd user: rkeene tags: trunk
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
Changes

Modified tls/build.sh from [c9bc443303] to [52e573e32b].

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'




|

|







1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /usr/bin/env bash

# BuildCompatible: KitCreator

version="1.7.19"
url="http://tcltls.rkeene.org/uv/tcltls-${version}.tar.gz"
sha256='498cd118b5e128678f26d259a497bac3dfb8323442b6abeb821ccccd1a910a86'
configure_extra=('--enable-deterministic')

function buildSSLLibrary() {
	local version url hash
	local archive

	version='2.9.0'