From owner-svn-ports-all@freebsd.org Fri Nov 13 18:46:13 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3DB312EA914; Fri, 13 Nov 2020 18:46:13 +0000 (UTC) (envelope-from kevans@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CXnVY137pz4klk; Fri, 13 Nov 2020 18:46:13 +0000 (UTC) (envelope-from kevans@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 166121CCBD; Fri, 13 Nov 2020 18:46:13 +0000 (UTC) (envelope-from kevans@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0ADIkCiM026122; Fri, 13 Nov 2020 18:46:12 GMT (envelope-from kevans@FreeBSD.org) Received: (from kevans@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0ADIkCWR026120; Fri, 13 Nov 2020 18:46:12 GMT (envelope-from kevans@FreeBSD.org) Message-Id: <202011131846.0ADIkCWR026120@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevans set sender to kevans@FreeBSD.org using -f From: Kyle Evans Date: Fri, 13 Nov 2020 18:46:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r555038 - head/emulators/qemu-user-static X-SVN-Group: ports-head X-SVN-Commit-Author: kevans X-SVN-Commit-Paths: head/emulators/qemu-user-static X-SVN-Commit-Revision: 555038 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2020 18:46:13 -0000 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