Skip to content

Commit 338dc55

Browse files
committed
Support early xz/lzma decompression, and use it wherever possible
1 parent bbb96a5 commit 338dc55

File tree

30 files changed

+39
-32
lines changed

30 files changed

+39
-32
lines changed

seed/seed.kaem

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ cp /${ARCH_DIR}/bin/sha256sum ${BINDIR}/sha256sum
3030
cp /${ARCH_DIR}/bin/unbz2 ${BINDIR}/unbz2
3131
cp /${ARCH_DIR}/bin/ungz ${BINDIR}/ungz
3232
cp /${ARCH_DIR}/bin/untar ${BINDIR}/untar
33+
cp /${ARCH_DIR}/bin/unxz ${BINDIR}/unxz
3334
cp /${ARCH_DIR}/bin/cp ${BINDIR}/cp
3435
cp /${ARCH_DIR}/bin/replace ${BINDIR}/replace
3536
cp /${ARCH_DIR}/bin/rm ${BINDIR}/rm
@@ -50,6 +51,7 @@ chmod 755 ${BINDIR}/sha256sum
5051
chmod 755 ${BINDIR}/unbz2
5152
chmod 755 ${BINDIR}/ungz
5253
chmod 755 ${BINDIR}/untar
54+
chmod 755 ${BINDIR}/unxz
5355
chmod 755 ${BINDIR}/replace
5456
chmod 755 ${BINDIR}/rm
5557

steps/autoconf-2.64/sources

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://mirrors.kernel.org/gnu/autoconf/autoconf-2.64.tar.bz2 872f4cadf12e7e7c8a2414e047fdff26b517c7f1a977d72433c124d0d3acaa85
1+
https://mirrors.kernel.org/gnu/autoconf/autoconf-2.64.tar.xz 32d977213320b8ae76c71175305301197f2b0e04e72d70694bc3d3e2ae6c7248

steps/autoconf-2.69/sources

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://mirrors.kernel.org/gnu/autoconf/autoconf-2.69.tar.gz 954bd69b391edc12d6a4a51a2dd1476543da5c6bbf05a95b59dc0dd6fd4c2969
1+
https://mirrors.kernel.org/gnu/autoconf/autoconf-2.69.tar.xz 64ebcec9f8ac5b2487125a86a7760d2591ac9e1d3dbd59489633f9de62a57684

steps/automake-1.15.1/sources

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://mirrors.kernel.org/gnu/automake/automake-1.15.1.tar.gz 988e32527abe052307d21c8ca000aa238b914df363a617e38f4fb89f5abf6260
1+
https://mirrors.kernel.org/gnu/automake/automake-1.15.1.tar.xz af6ba39142220687c500f79b4aa2f181d9b24e4f8d8ec497cea4ba26c64bedaf

steps/bash-2.05b/pass1.kaem

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ mkdir build src
1616
cd build
1717

1818
# Extract
19-
cp ${DISTFILES}/${pkg}.tar.gz ../src/
20-
gzip -d -f ../src/${pkg}.tar.gz
19+
cp ${DISTFILES}/${pkg}.tar.bz2 ../src/
20+
bzip2 -d -f ../src/${pkg}.tar.bz2
2121
tar xf ../src/${pkg}.tar
2222
rm -r ../src/
2323
cd ${pkg}

steps/bash-2.05b/sources

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://mirrors.kernel.org/gnu/bash/bash-2.05b.tar.gz ba03d412998cc54bd0b0f2d6c32100967d3137098affdc2d32e6e7c11b163fe4
1+
https://ftp.gwdg.de/pub/linux/rocklinux/ROCK-2.1/b/bash-2.05b.tar.bz2 1ce4e5b47a6354531389f0adefb54dee2823227bf6e1e59a31c0e9317a330822

steps/bc-1.07.1/sources

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://mirrors.kernel.org/gnu/bc/bc-1.07.1.tar.gz 62adfca89b0a1c0164c2cdca59ca210c1d44c3ffc46daf9931cf4942664cb02a
1+
https://mirrors.slackware.com/slackware/slackware64-current/source/ap/bc/bc-1.07.1.tar.xz 95396f88fc719a1bf8bd463809119526fef44a42ab9eb708335c2cb79bc801c6

steps/binutils-2.30/sources

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://mirrors.kernel.org/gnu/binutils/binutils-2.30.tar.bz2 efeade848067e9a03f1918b1da0d37aaffa0b0127a06b5e9236229851d9d0c09
1+
https://mirrors.kernel.org/gnu/binutils/binutils-2.30.tar.xz 6e46b8aeae2f727a36f0bd9505e405768a72218f1796f0d09757d45209871ae6

steps/bison-3.4.1/sources

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://mirrors.kernel.org/gnu/bison/bison-3.4.1.tar.gz 7007fc89c216fbfaff5525359b02a7e5b612694df5168c74673f67055f015095
1+
https://mirrors.kernel.org/gnu/bison/bison-3.4.1.tar.xz 27159ac5ebf736dffd5636fd2cd625767c9e437de65baa63cb0de83570bd820d

0 commit comments

Comments
 (0)