Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Updated to latest libressl |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
12b597c85151f498c0ac6f9a18ae6eb3 |
User & Date: | rkeene 2015-08-26 23:09:29 |
Context
2015-08-26
| ||
23:09 | Fixed issue with MUSL patches being applied to non-MUSL targets, breaking them check-in: 184c3ef7d2 user: rkeene tags: trunk | |
23:09 | Updated to latest libressl check-in: 12b597c851 user: rkeene tags: trunk | |
2015-02-12
| ||
06:58 | Removed changes from the MUSL patch to libgcc/gthr.h -- more appropriate patch to follow check-in: 75ef6d3349 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.2.2' LIBRESSL_URL="http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-${LIBRESSL_VERS}.tar.gz" LIBRESSL_SHA1='3736abaab1f5c6b933a6b6d18b59e0628ca0727a' LIBRESSL_TARBALL="src/libressl-${LIBRESSL_VERS}.tar.gz" LIBRESSL_DIR="libressl-${LIBRESSL_VERS}" # Main script CCNAME="$1" CCDIR="$2" PREFIX="$3" |
︙ | ︙ |