logo

bootstrap-initrd

Linux initrd to bootstrap from a small binary seed git clone https://hacktivis.me/git/bootstrap-initrd.git
commit: 41aee2df575ba2b085c408fc26026cd74eb494c7
parent 5b619818dbe1b796b1275d8e04e5d2d5c849dac1
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon,  3 Jun 2024 18:53:39 +0200

xz: bump to 5.6.2

Diffstat:

Mbootstrap-xz.sh4++--
Mdistfiles.SHA512SUM2+-
Mfetch.sh2+-
Mmake-root.sh2+-
4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/bootstrap-xz.sh b/bootstrap-xz.sh @@ -21,8 +21,8 @@ export LD="tcc" make clean make -# Avoiding libtool nonsense, installing only the xz binary for now -install src/xz/xz /usr/bin + +make install INSTALL=install cd .. rm -fr xz-*/ diff --git a/distfiles.SHA512SUM b/distfiles.SHA512SUM @@ -71,6 +71,6 @@ b932d4c4d05193a4c68370607234f3d77ce0fba93aadf6323529ad6aa56e51b38309c0d85870a040 b89b489fbee7c19a21175ad61168d250856801175fa000261b35202312148ee8e7b6cb1994d042503ad36f2651ee1ba68c4f83d96051abb50fb4e0e5dbc78960 distfiles/tcc-libs-static-0.9.27_git20240117-r0.apk.x86_64 ccb62313eaf2fb149ba3a372ab6a0cccde2fc23e2193843f457b9ed181b832fddb34fe23b18ec3005aefb7d1137fcb440fb57462b9414734f3b1a90183d3db36 distfiles/tiny-curl-8.4.0.tar.gz 9cb185d960716985227201d31a922bbe8d12ddf65907f7bdea8359e755dcd54ba523349d5ac9002ef1c25e183b0b6a24f58f74c131f59ed6c68166ffebe7b2c0 distfiles/utils-std-5c8c4b1.tar.gz -149f980338bea3d66de1ff5994b2b236ae1773135eda68b62b009df0c9dcdf5467f8cb2c06da95a71b6556d60bd3d21f475feced34d5dfdb80ee95416a2f9737 distfiles/xz-5.4.2.tar.gz +c32c32c95e3541b906e0284e66a953ace677e0ce6af2084e7b122600047bf7542c1b0fabb5909b19ff79fba6def530be674df1c675b22a47a8d57f3f0b736a82 distfiles/xz-5.6.2.tar.gz e186a8fc01871414574fd5e90e8ce87a45bcf40aa0d7276bd90a301ee8c312be3a0adb580fc2c8b6653fbeeda1ce4dfdd078095a5fc77e70263e5e940414dc54 distfiles/yacc-oyacc-6.6.tar.gz 580677aad97093829090d4b605ac81c50327e74a6c2de0b85dd2e8525553f3ddde17556ea46f8f007f89e435493c9a20bc997d1ef1c1c2c23274528e3c46b94f distfiles/zlib-1.3.1.tar.gz diff --git a/fetch.sh b/fetch.sh @@ -8,7 +8,7 @@ URLS=" https://ftp.gnu.org/gnu/make/make-4.4.1.tar.gz https://downloads.sourceforge.net/heirloom/heirloom/070715/heirloom-070715.tar.bz2 https://downloads.sourceforge.net/project/heirloom/heirloom-devtools/070527/heirloom-devtools-070527.tar.bz2 - https://tukaani.org/xz/xz-5.4.2.tar.gz + https://tukaani.org/xz/xz-5.6.2.tar.gz https://www.lua.org/ftp/lua-5.4.6.tar.gz https://distfiles.ariadne.space/pkgconf/pkgconf-2.2.0.tar.gz https://www.kernel.org/pub/linux/utils/net/iproute2/iproute2-6.6.0.tar.gz diff --git a/make-root.sh b/make-root.sh @@ -19,7 +19,7 @@ tarballs=" " distfiles=" make-4.4.1.tar.gz - xz-5.4.2.tar.gz + xz-5.6.2.tar.gz lua-5.4.6.tar.gz pkgconf-2.2.0.tar.gz iproute2-6.6.0.tar.gz