logo

bootstrap-initrd

Linux initrd to bootstrap from a small binary seed git clone https://anongit.hacktivis.me/git/bootstrap-initrd.git/
commit: 88eab7fbbda67daf2a0662c55df083211b32f291
parent a9757da3367202bc301547c5d9882fa186ce9ea5
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sun, 11 May 2025 00:47:48 +0200

bump oksh to 7.7

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 @@ -32,7 +32,7 @@ d90c6903355ee1309cb0d92a8a024522ff049091a117ea21efb585b5de35776191cd67d17a65b18c 0479b4fbff1dc4a2f445720913756d2034535a96e6ff81cbbc82ec5ffacd1a93855ce8894835631ea24a672359d521c784df8a1e111172e0856f1c4398b44ed7 distfiles/musl-libintl-1.2.5-r10.apk.x86_64 194c4a7dfd0d0888aae3b25028b8d1e12148de6128053f36c57d0d8b7afc327f28af6a66fabaea5e1d2d2770a26f4baa94d557e9993b4d8f2a9da58cf391150e distfiles/muxzcat-v2b.tar.gz 3be63637bc1689e56d2eac9fa646e8bd89b8c4ccd4ad028a61c7c5d5e9f3490d3c49657488d39a62451b23f0935b81c5ecd812c92cef9e160f7377f4bd4fc711 distfiles/nawk-20250116.tar.gz -934099408667070537c7e92eafd3a63956959a987f08f77f33968b6890142aa07381678381a5fc69033e3c279ca2603ad0507a6c34beba85d87ce38904acd090 distfiles/oksh-oksh-7.6.tar.gz +6b92101599d56e309c4dd52c3e2e342801288887267ba5cba568d8c22915c4bacaeb962f89fb28ca82bafce2d8aa91472e64aafbd6e0c8748e70b2e780424afe distfiles/oksh-oksh-7.7.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 @@ -65,7 +65,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.6 +fetch_forge https://github.com/ibara/oksh/archive/refs/tags oksh oksh-7.7 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/pts/muxzcat/archive/refs/tags muxzcat v2b 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.6"); + chdir("/src/oksh-oksh-7.7"); - fprintf(stderr, "Compiling oksh-7.6\n"); + fprintf(stderr, "Compiling oksh-7.7\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.6.tar.gz + oksh-oksh-7.7.tar.gz yacc-oyacc-6.6.tar.gz utils-std-0.0.4.tar.gz pdpmake-2.0.3.tgz