commit: 10bc160ca8b2469dfc1226c52498ede07fcf5f2f
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 3 07:33:03 2025 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Fri Oct 3 07:33:03 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=10bc160c
scripts/bootstrap-prefix: update bootstrap_zlib to use zlib-1.3.1
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
scripts/bootstrap-prefix.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 90929f2016..f9cc2bb34d 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -1283,7 +1283,7 @@ bootstrap_zlib_core() {
}
bootstrap_zlib() {
- bootstrap_zlib_core 1.2.11 || \
+ bootstrap_zlib_core 1.3.1 || bootstrap_zlib_core 1.2.11 || \
bootstrap_zlib_core 1.2.8 || bootstrap_zlib_core 1.2.7 || \
bootstrap_zlib_core 1.2.6 || bootstrap_zlib_core 1.2.5
}