commit: 7794c9a763b6b627dc6b28530a2a5c7659209a70 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Jun 30 18:19:09 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jun 30 18:19:09 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=7794c9a7
bootstrap-prefix.sh: bump LibreSSL Bug: https://bugs.gentoo.org/817914 Signed-off-by: Sam James <sam <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 387a66c827..127d91aca7 100755 --- a/scripts/bootstrap-prefix.sh +++ b/scripts/bootstrap-prefix.sh @@ -1458,6 +1458,8 @@ bootstrap_bzip2() { } bootstrap_libressl() { + bootstrap_simple libressl 3.4.3 gz \ + https://ftp.openbsd.org/pub/OpenBSD/LibreSSL || \ bootstrap_simple libressl 3.2.4 gz \ https://ftp.openbsd.org/pub/OpenBSD/LibreSSL || \ bootstrap_simple libressl 2.8.3 gz \
