Date: Fri, 13 Nov 2020 18:46:12 +0000 (UTC) From: Kyle Evans <kevans@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r555038 - head/emulators/qemu-user-static Message-ID: <202011131846.0ADIkCWR026120@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kevans Date: Fri Nov 13 18:46:12 2020 New Revision: 555038 URL: https://svnweb.freebsd.org/changeset/ports/555038 Log: 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 Modified: head/emulators/qemu-user-static/Makefile head/emulators/qemu-user-static/distinfo Modified: head/emulators/qemu-user-static/Makefile ============================================================================== --- head/emulators/qemu-user-static/Makefile Fri Nov 13 18:33:35 2020 (r555037) +++ head/emulators/qemu-user-static/Makefile Fri Nov 13 18:46:12 2020 (r555038) @@ -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 Modified: head/emulators/qemu-user-static/distinfo ============================================================================== --- head/emulators/qemu-user-static/distinfo Fri Nov 13 18:33:35 2020 (r555037) +++ head/emulators/qemu-user-static/distinfo Fri Nov 13 18:46:12 2020 (r555038) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011131846.0ADIkCWR026120>