diff options
author | Zach van Rijn <me@zv.io> | 2024-12-07 14:31:38 -0600 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2024-12-07 14:31:38 -0600 |
commit | 7db4fe46698f346549e43231c70e5e2098374c01 (patch) | |
tree | c3352f3d83cee294203b4d3ea4df3da8ed2c7b59 | |
parent | b88dca96f706312e4b67702caff319b4cb1da326 (diff) | |
download | bootstrap-7db4fe46698f346549e43231c70e5e2098374c01.tar.gz bootstrap-7db4fe46698f346549e43231c70e5e2098374c01.tar.bz2 bootstrap-7db4fe46698f346549e43231c70e5e2098374c01.tar.xz bootstrap-7db4fe46698f346549e43231c70e5e2098374c01.zip |
setup-abuild: update utilities where possible.
-rwxr-xr-x | setup-abuild | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/setup-abuild b/setup-abuild index 7b1d8c8..9ee0e7f 100755 --- a/setup-abuild +++ b/setup-abuild @@ -101,7 +101,6 @@ test ! -f ._${nbld}-${vbld} && \ cd abuild-${vbld}; git checkout ${vbld}; while read k; do curl -sL ${k} | patch -p1 || true; done <<EOF -http://ix.io/4ifN https://git.alpinelinux.org/abuild/patch/abuild.in?id=f263cb9f49f3861f3141c22a74360b06cec7b868 EOF rm -fr x; mkdir x; cd x; @@ -132,12 +131,12 @@ rm -fr ${nbld}-${vbld}; # util-linux (for 'getopt' used by 'abuild-keygen') # nutl=util-linux; -vutl=08431acdf5b3accd0887ab550bfa4efabed751d6; +vutl=139980a5969bf851feda873fe918f34bee8fc055; test ! -f ._${nutl}-${vutl} && \ ( test ! -d ${nutl}-${vutl} \ && mkdir ${nutl}-${vutl} \ - && git clone https://github.com/karelzak/${nutl}.git ${nutl}-${vutl} \ + && git clone https://github.com/util-linux/${nutl}.git ${nutl}-${vutl} \ ; cd ${nutl}-${vutl}; git checkout ${vutl}; @@ -148,6 +147,7 @@ test ! -f ._${nutl}-${vutl} && \ --host="$(${CC} -dumpmachine)" \ --enable-static \ --disable-shared \ + --disable-liblastlog2 \ ; sed -i Makefile \ -e 's/chgrp/-chgrp/g' \ @@ -192,7 +192,7 @@ rm -fr ${npkg}-${vpkg}; # samurai (ninja replacement) # nsam=samurai; -vsam=4cc8f4a3654b72c977e0e62367d1ab6d5b873def; +vsam=67b3dc5309142b06404eca8084b8c048bb69f0f4; test ! -f ._${nsam}-${vsam} && ( test ! -d ${nsam}-${vsam} \ @@ -220,7 +220,7 @@ rm -fr ${nsam}-${vsam}; # The requested URL returned error: 500 # nmun=muon; -vmun=834460da03dd4a0c5b4570ca905780ce191c2443; +vmun=f5000cc37912e9e1b97851f841cd9be0aa0ccb24; test ! -f ._${nmun}-${vmun} && ( test ! -d ${nmun}-${vmun} \ @@ -234,7 +234,7 @@ test ! -f ._${nmun}-${vmun} && ./bootstrap.sh \ bootstrap \ ; - bootstrap/muon setup \ + bootstrap/muon-bootstrap setup \ -Dstatic=true \ build \ ; @@ -310,7 +310,7 @@ rm -fr ${natl}-${vatl}; # pax-utils # npax=pax-utils; -vpax=974b9359c2f89d57e69598572aafcd8f920d79e2; +vpax=9ef54b472e42ba2c5479fbd86b8be2275724b064; test ! -f ._${npax}-${vpax} && \ ( test ! -d ${npax}-${vpax} \ @@ -372,7 +372,7 @@ rm -fr ${nfrt}-${vfrt}; # attr # natt=attr; -vatt=2979615e71fb53b3f2f9085eea516d4e2b3174ea; +vatt=8a80d895dfd779373363c3a4b62ecce5a549efb2; test ! -f ._${natt}-${vatt} && ( test ! -d ${natt}-${vatt} \ |