Skip to content

Commit ca16d0e

Browse files
author
benjamin
committed
fix: busybox migrated web source access to github to LLM crawl abuse
1 parent a4ab931 commit ca16d0e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

images/base-glibc-busybox-bash/build-busybox

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ patch() {
1111
case "${version}" in 1.36.*)
1212
# Small fix to let it build with older glibc versions.
1313
curl --location --silent \
14-
'https://git.busybox.net/busybox/patch/miscutils/seedrng.c?id=200a9669fbf6f06894e4243cccc9fc11a1a6073a' \
15-
'https://git.busybox.net/busybox/patch/miscutils/seedrng.c?id=cb57abb46f06f4ede8d9ccbdaac67377fdf416cf' |
14+
'https://github.com/vda-linux/busybox_mirror/raw/200a9669fbf6f06894e4243cccc9fc11a1a6073a/miscutils/seedrng.c' \
15+
'https://github.com/vda-linux/busybox_mirror/raw/cb57abb46f06f4ede8d9ccbdaac67377fdf416cf/miscutils/seedrng.c' |
1616
command patch --strip=1
1717
;;
1818
esac

0 commit comments

Comments
 (0)