Overview
Comment: | Updated to latest version of TclTLS and update common build system to deal with more diverse Tcl configure scripts |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
641eee5dc4622271cab46d24a10a8dfa |
User & Date: | rkeene on 2016-12-13 19:32:50 |
Other Links: | manifest | tags |
Context
2016-12-13
| ||
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 | |
2016-12-09
| ||
15:00 | Updated to latest version of tcc4tcl check-in: 05b1c2cb3a user: rkeene tags: trunk | |
Changes
Modified common/common.sh from [5226117d88] to [de80aa2117].
︙ | |||
201 202 203 204 205 206 207 | 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 | - - - - + + + + + + + + + + + - - + + + | CFLAGS="${save_cflags} -fPIC" else CFLAGS="${save_cflags}" fi export CFLAGS if [ "${isshared}" = '0' ]; then |
︙ |
Modified tls/build.sh from [e69d6c7eca] to [1916312581].
1 2 3 4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | - - - + + + + | #! /usr/bin/env bash # BuildCompatible: KitCreator |
︙ | |||
43 44 45 46 47 48 49 50 51 | 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 | + + + - + + | @echo Nothing to do _EOF_ ${MAKE:-make} V=1 || exit 1 ${MAKE:-make} V=1 install || exit 1 ) || return 1 PKG_CONFIG_PATH="${PKG_CONFIG_PATH}:${SSLDIR}/lib/pkgconfig" export PKG_CONFIG_PATH SSLDIR="$(pwd)/libressl-${version}/INST" |
︙ | |||
75 76 77 78 79 80 81 | 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 | - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - + - - - + - - + - - - - - - - - - - + - - - - - + - - + - - - - - - - | echo "Unable to find OpenSSL, aborting." >&2 return 1 fi fi # Add SSL library to configure options |
Deleted tls/patches/all/tls-1.6-eoffix.diff version [a489f87c5b].
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
|
Deleted tls/patches/all/tls-1.6-fixmemleak-bugid3041925.diff version [13a18a6baa].
| - - - - - - - - - - - - |
|
Deleted tls/patches/all/tls-1.6-peercertificate-1rsk.diff version [aa51f17273].
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
|
Deleted tls/patches/all/tls-1.6.7-fixcrosscompile.diff version [66976acd97].
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
|
Deleted tls/patches/all/tls-1.6.7-peercertificate.diff version [99b020c0ab].
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
|