logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 6a4104a96c1f6ba55f4fd261fa8ac6b8389191d4
parent 4a14aaf457f25f4984c87239ee285f13d221bbd2
Author: Michael Forney <mforney@mforney.org>
Date:   Wed, 28 Apr 2021 02:32:38 -0700

tinyemu: Update to 2019-12-21

Diffstat:

Mpkg/tinyemu/.gitignore2+-
Mpkg/tinyemu/gen.lua2+-
Mpkg/tinyemu/url2+-
Mpkg/tinyemu/ver2+-
4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pkg/tinyemu/.gitignore b/pkg/tinyemu/.gitignore @@ -1,2 +1,2 @@ /src -/tinyemu-2019-02-10.tar.gz +/tinyemu-2019-12-21.tar.gz diff --git a/pkg/tinyemu/gen.lua b/pkg/tinyemu/gen.lua @@ -4,7 +4,7 @@ cflags{ '-D CONFIG_RISCV_MAX_XLEN=64', '-D CONFIG_SLIRP', '-D CONFIG_X86EMU', - [[-D 'CONFIG_VERSION="2019-02-10"']], + [[-D 'CONFIG_VERSION="2019-12-21"']], '-isystem $builddir/pkg/bearssl/include', '-isystem $builddir/pkg/curl/include', '-isystem $builddir/pkg/linux-headers/include', diff --git a/pkg/tinyemu/url b/pkg/tinyemu/url @@ -1 +1 @@ -url = "https://bellard.org/tinyemu/tinyemu-2019-02-10.tar.gz" +url = "https://bellard.org/tinyemu/tinyemu-2019-12-21.tar.gz" diff --git a/pkg/tinyemu/ver b/pkg/tinyemu/ver @@ -1 +1 @@ -20190210 r2 +20191221 r0