diff options
author | Kyle Evans <kevans@FreeBSD.org> | 2020-11-13 18:46:12 +0000 |
---|---|---|
committer | Kyle Evans <kevans@FreeBSD.org> | 2020-11-13 18:46:12 +0000 |
commit | a563c1379655305155f6ad39a3bb305c2d48564b (patch) | |
tree | 80ee918887136a39b338010df88bccee1b0fbe76 | |
parent | 3b088b75ff4735cbd5f79e3df6d56d07a30c836e (diff) | |
download | freebsd-ports-a563c1379655305155f6ad39a3bb305c2d48564b.zip |
emulators/qemu-bsd-user: update to 4ee077c
Highlight:
- Properly fixed consistent segfaults at runtime on processors w/o AVX{,2}
support (previously worked around).
- Fixed RISC-V threading support; we can now build up to gdb at the very
least.
- AT_HWCAP is now populated, ARM reflects VFP support properly
- Fixed more regressions in signal handling
- Fixed freebsd11_kevent emulation (used by lang/go)
- Handful of fixes for warnings in the bsd-user build
-rw-r--r-- | emulators/qemu-user-static/Makefile | 4 | ||||
-rw-r--r-- | emulators/qemu-user-static/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/emulators/qemu-user-static/Makefile b/emulators/qemu-user-static/Makefile index a022107a9b99..c57c180c75c6 100644 --- a/emulators/qemu-user-static/Makefile +++ b/emulators/qemu-user-static/Makefile @@ -2,7 +2,7 @@ PORTNAME= qemu PORTVERSION= 3.1.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= emulators PKGNAMESUFFIX= -user-static DIST_SUBDIR= qemu/${PORTVERSION} @@ -18,7 +18,7 @@ CONFLICTS_INSTALL= qemu-user-static-devel-[0-9]* USES= bison compiler:c11 gmake perl5 pkgconfig python:build USE_GITHUB= yes -GH_TUPLE= seanbruno:qemu-bsd-user:d618de655ac82 \ +GH_TUPLE= seanbruno:qemu-bsd-user:4ee077c7906fb \ qemu:keycodemapdb:10739aa:keycodemapdb/ui/keycodemapdb HAS_CONFIGURE= yes USE_PERL5= build diff --git a/emulators/qemu-user-static/distinfo b/emulators/qemu-user-static/distinfo index ad84545e84ed..00174d05897b 100644 --- a/emulators/qemu-user-static/distinfo +++ b/emulators/qemu-user-static/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1604882444 -SHA256 (qemu/3.1.0/seanbruno-qemu-bsd-user-3.1.0-d618de655ac82_GH0.tar.gz) = 3dadc85d2c611a4c7bb3b86d38506433aa4435ead830cdd629a389d0c9294792 -SIZE (qemu/3.1.0/seanbruno-qemu-bsd-user-3.1.0-d618de655ac82_GH0.tar.gz) = 16902922 +TIMESTAMP = 1605230189 +SHA256 (qemu/3.1.0/seanbruno-qemu-bsd-user-3.1.0-4ee077c7906fb_GH0.tar.gz) = f3376a8ebe41156d5a0a0dee73277307155daed4c0102b3f8b3ed19ab6ce966d +SIZE (qemu/3.1.0/seanbruno-qemu-bsd-user-3.1.0-4ee077c7906fb_GH0.tar.gz) = 16904468 SHA256 (qemu/3.1.0/qemu-keycodemapdb-10739aa_GH0.tar.gz) = ae43fb1e2b07b78be88a7882306b6e71383eb77472a35d7d78fed21e345d134a SIZE (qemu/3.1.0/qemu-keycodemapdb-10739aa_GH0.tar.gz) = 47895 |