commit: e68e4eabac0cdea6de91bcdd9774ead7babe7c0f
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 13 07:46:10 2021 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sat Feb 13 07:46:10 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=e68e4eab
scripts/bootstrap-prefix: use newer libressl for macOS 11.2
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
scripts/bootstrap-prefix.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index bba4e97fe2..bf77a31a92 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -1345,6 +1345,8 @@ bootstrap_bzip2() {
}
bootstrap_libressl() {
+ bootstrap_simple libressl 3.2.4 gz \
+ https://ftp.openbsd.org/pub/OpenBSD/LibreSSL || \
bootstrap_simple libressl 2.8.3 gz \
https://ftp.openbsd.org/pub/OpenBSD/LibreSSL
}