From e72cf8b72726653f6c59bc65e555c88198616b03 Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Fri, 23 Aug 2019 14:35:02 +0200 Subject: [PATCH] tinyipa: update qemu and tgt dependencies This is needed in preparation for migration to TinyCore 10.x. Change-Id: I060fb0ad2c8c9924a5f4179a42be35aba549f66a --- tinyipa/build-tinyipa.sh | 4 ++-- tinyipa/build_files/finalreqs.lst | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/tinyipa/build-tinyipa.sh b/tinyipa/build-tinyipa.sh index b011bca..3860a3f 100755 --- a/tinyipa/build-tinyipa.sh +++ b/tinyipa/build-tinyipa.sh @@ -59,8 +59,8 @@ mkdir "$BUILDDIR" sudo sh -c "echo $TINYCORE_MIRROR_URL > $BUILDDIR/opt/tcemirror" # Download TGT, Qemu-utils, Biosdevname and IPMItool source -clone_and_checkout "https://github.com/fujita/tgt.git" "${BUILDDIR}/tmp/tgt" "v1.0.62" -clone_and_checkout "https://github.com/qemu/qemu.git" "${BUILDDIR}/tmp/qemu" "v2.5.0" +clone_and_checkout "https://github.com/fujita/tgt.git" "${BUILDDIR}/tmp/tgt" "v1.0.79" +clone_and_checkout "https://github.com/qemu/qemu.git" "${BUILDDIR}/tmp/qemu" "v3.1.1" clone_and_checkout "https://github.com/lyonel/lshw.git" "${BUILDDIR}/tmp/lshw" "B.02.18" if $TINYIPA_REQUIRE_BIOSDEVNAME; then wget -N -O - https://linux.dell.com/biosdevname/biosdevname-0.7.2/biosdevname-0.7.2.tar.gz | tar -xz -C "${BUILDDIR}/tmp" -f - diff --git a/tinyipa/build_files/finalreqs.lst b/tinyipa/build_files/finalreqs.lst index 93fc3a5..dcf0596 100644 --- a/tinyipa/build_files/finalreqs.lst +++ b/tinyipa/build_files/finalreqs.lst @@ -6,6 +6,7 @@ glib2.tcz hdparm.tcz iproute2.tcz ipv6-4.8.17-tinycore64.tcz +libxml2.tcz mdadm.tcz parted.tcz popt.tcz