Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/prefix:master commit in: scripts/
Date: Thu, 30 Jun 2022 18:19:32
Message-Id: 1656613149.7794c9a763b6b627dc6b28530a2a5c7659209a70.sam@gentoo
1 commit: 7794c9a763b6b627dc6b28530a2a5c7659209a70
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 30 18:19:09 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 30 18:19:09 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=7794c9a7
7
8 bootstrap-prefix.sh: bump LibreSSL
9
10 Bug: https://bugs.gentoo.org/817914
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 scripts/bootstrap-prefix.sh | 2 ++
14 1 file changed, 2 insertions(+)
15
16 diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
17 index 387a66c827..127d91aca7 100755
18 --- a/scripts/bootstrap-prefix.sh
19 +++ b/scripts/bootstrap-prefix.sh
20 @@ -1458,6 +1458,8 @@ bootstrap_bzip2() {
21 }
22
23 bootstrap_libressl() {
24 + bootstrap_simple libressl 3.4.3 gz \
25 + https://ftp.openbsd.org/pub/OpenBSD/LibreSSL || \
26 bootstrap_simple libressl 3.2.4 gz \
27 https://ftp.openbsd.org/pub/OpenBSD/LibreSSL || \
28 bootstrap_simple libressl 2.8.3 gz \