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: | 80d6f159a62bd98f9481bf1a39598d3f2f41a198 |
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].
7 7 sha256='30ee49330db795f86bc850487421ea923fba7d95d4758b2a61eef3baf0fe0f9e' 8 8 configure_extra=('--enable-deterministic') 9 9 10 10 function buildSSLLibrary() { 11 11 local version url hash 12 12 local archive 13 13 14 - version='2.4.2' 14 + version='2.5.0' 15 15 url="http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-${version}.tar.gz" 16 - hash='5f87d778e5d62822d60e38fa9621c1c5648fc559d198ba314bd9d89cbf67d9e3' 16 + hash='8652bf6b55ab51fb37b686a3f604a2643e0e8fde2c56e6a936027d12afda6eae' 17 17 18 18 archive="src/libressl-${version}.tar.gz" 19 19 20 20 echo " *** Building LibreSSL v${version}" >&2 21 21 22 22 if [ ! -e "${pkgdir}/${archive}" ]; then 23 23 "${_download}" "${url}" "${pkgdir}/${archive}" "${hash}" || return 1