logo

bootstrap-initrd

Linux initrd to bootstrap from a small binary seed git clone https://anongit.hacktivis.me/git/bootstrap-initrd.git/
commit: eb8b4835ea384d2fcf58a16cf50dea289d5d9aa3
parent 04cb8521e7eb80c357a3be66c6b6b42166e43cbe
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sun,  2 Nov 2025 21:03:49 +0100

bump oksh to 7.8

Diffstat:

Mdistfiles.SHA512SUM2+-
Mfetch.sh2+-
Minit.c4++--
Mmake-root.sh2+-
4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/distfiles.SHA512SUM b/distfiles.SHA512SUM @@ -31,7 +31,7 @@ beef41af4f675b0c898e6d6b25ce33ed665be89d5ba2fb8080605af7f156ae6636c0bf0a97fee791 1ebba5acc3c70c32a7a043e4f023226e9615495bb2fe771c29defac4a59a02fd67cc1b7e73d1d636d203cfc3fd4c0a9d86c9d42071c0b2589957b202ece44e4d distfiles/musl-libintl-1.2.5-r10.apk.x86 716b0f61ce568f7c291523c7e121c0a035d2119423fb371f4b7e80540e56bc041b5a38f3846ac5ce8be483954b5f8ca06d0df3f8081f85711cfb301af8b00801 distfiles/musl-libintl-1.2.5-r10.apk.x86_64 3be63637bc1689e56d2eac9fa646e8bd89b8c4ccd4ad028a61c7c5d5e9f3490d3c49657488d39a62451b23f0935b81c5ecd812c92cef9e160f7377f4bd4fc711 distfiles/nawk-20250116.tar.gz -6b92101599d56e309c4dd52c3e2e342801288887267ba5cba568d8c22915c4bacaeb962f89fb28ca82bafce2d8aa91472e64aafbd6e0c8748e70b2e780424afe distfiles/oksh-oksh-7.7.tar.gz +1fceca15b3d5c46a4debeda7eed147fc8c9b3f609d2a2d6bcd79d4a68f323066837aaea9f8e085562cf3eea1d4f1b0bc87e6d0eb7bedc9b8c1a96a7672212b78 distfiles/oksh-oksh-7.8.tar.gz 58faf7472709f12af203afe926830e3f82e21ee987226f2efa9d3744fd2b6727faa9091d7ded1ffb3f3cdb03e7b7278cc01675d86cf2b3796c49aecd24cf993e distfiles/pdpmake-2.0.3.tgz ae3d9d593e1645d65f9ab77aa828600c9af4bb30d0a073da7ae3dd805e65b87efaf6a0efb980f2d0168e475ae506eba194547d6479956dabb9d88293a9078a7f distfiles/pigz-2.8.tar.gz 8c73b8f9c3dd3c72e6b0acf139a68054d631484af4618f46c30c3c13947294986d809bbac0648af9e974739fd42e1730a4e22323884d7cf72f0843a972991a99 distfiles/pkgconf-pkgconf-2.4.3.tar.gz diff --git a/fetch.sh b/fetch.sh @@ -63,7 +63,7 @@ test -e "BearSSL-${bearssl_commit}.tar.gz" || curl ${CURL_OPTS} -o "BearSSL-${be #test -e om4-6.7.tar.gz || curl ${CURL_OPTS} -o om4-6.7.tar.gz https://github.com/ibara/m4/releases/download/om4-6.7/om4-6.7.tar.gz fetch_forge https://github.com/onetrueawk/awk/archive nawk 20250116 -fetch_forge https://github.com/ibara/oksh/archive/refs/tags oksh oksh-7.7 +fetch_forge https://github.com/ibara/oksh/archive/refs/tags oksh oksh-7.8 fetch_forge https://github.com/ibara/yacc/archive/refs/tags yacc oyacc-6.6 fetch_forge https://github.com/pkgconf/pkgconf/archive/refs/tags pkgconf pkgconf-2.4.3 fetch_forge https://github.com/bestouff/genext2fs/archive genext2fs v1.5.0 diff --git a/init.c b/init.c @@ -46,9 +46,9 @@ exec_wait(char *args[]) static int build_oksh() { - chdir("/src/oksh-oksh-7.7"); + chdir("/src/oksh-oksh-7.8"); - fprintf(stderr, "Compiling oksh-7.7\n"); + fprintf(stderr, "Compiling oksh-7.8\n"); if(exec_wait(oksh_tcc_cmd) < 0) return -1; diff --git a/make-root.sh b/make-root.sh @@ -4,7 +4,7 @@ # SPDX-License-Identifier: MPL-2.0 tarballs=" - oksh-oksh-7.7.tar.gz + oksh-oksh-7.8.tar.gz yacc-oyacc-6.6.tar.gz utils-std-0.0.10.tar.gz pdpmake-2.0.3.tgz