Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Updated to LibreSSL 2.1.3 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
5454aa4c78bb025370b010684199ced2 |
User & Date: | rkeene 2015-02-03 19:28:48 |
Context
2015-02-10
| ||
18:58 | Disabled gold check-in: d9aff2f47f user: rkeene tags: trunk | |
2015-02-03
| ||
19:28 | Updated to LibreSSL 2.1.3 check-in: 5454aa4c78 user: rkeene tags: trunk | |
16:56 | Added MUSL support for GCC 4.8.4 check-in: 035acaf7f1 user: rkeene tags: trunk | |
Changes
Changes to scripts/post/20-libressl.
1 2 3 | #! /usr/bin/env bash # URLs and versions | | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 | #! /usr/bin/env bash # URLs and versions LIBRESSL_VERS='2.1.3' LIBRESSL_URL="http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-${LIBRESSL_VERS}.tar.gz" LIBRESSL_SHA1='98178f4a4a30fad471e587b9b2c7d33124f70926' LIBRESSL_TARBALL="src/libressl-${LIBRESSL_VERS}.tar.gz" LIBRESSL_DIR="libressl-${LIBRESSL_VERS}" # Main script CCNAME="$1" CCDIR="$2" PREFIX="$3" |
︙ | ︙ |