From owner-svn-ports-all@freebsd.org Mon Nov 9 01:01:09 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 31D182E326A; Mon, 9 Nov 2020 01:01:09 +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 4CTt3T0y2Wz3MPM; Mon, 9 Nov 2020 01:01:09 +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 0F6D6A47; Mon, 9 Nov 2020 01:01:09 +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 0A9118xV098949; Mon, 9 Nov 2020 01:01:08 GMT (envelope-from kevans@FreeBSD.org) Received: (from kevans@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0A9118pV098947; Mon, 9 Nov 2020 01:01:08 GMT (envelope-from kevans@FreeBSD.org) Message-Id: <202011090101.0A9118pV098947@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevans set sender to kevans@FreeBSD.org using -f From: Kyle Evans Date: Mon, 9 Nov 2020 01:01:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r554661 - 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: 554661 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: Mon, 09 Nov 2020 01:01:09 -0000 Author: kevans Date: Mon Nov 9 01:01:08 2020 New Revision: 554661 URL: https://svnweb.freebsd.org/changeset/ports/554661 Log: emulators/qemu-user-static: update to d618de655 Primarily fixes qemu-user-static with the upstream switch to enabling ARM_FEATURE_EL3 by default (I note that this actually eventually gets reverted on its own just for CONFIG_USER in later revisions of qemu). It also fixes some really fundamental breakage that was observed in, e.g., grep and most other applications. The official armv7 builder, beefy12, was seeing an incredibly similar failure. 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 Mon Nov 9 00:35:58 2020 (r554660) +++ head/emulators/qemu-user-static/Makefile Mon Nov 9 01:01:08 2020 (r554661) @@ -2,7 +2,7 @@ PORTNAME= qemu PORTVERSION= 3.1.0 -PORTREVISION= 4 +PORTREVISION= 5 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:269a4ac935ce7 \ +GH_TUPLE= seanbruno:qemu-bsd-user:d618de655ac82 \ 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 Mon Nov 9 00:35:58 2020 (r554660) +++ head/emulators/qemu-user-static/distinfo Mon Nov 9 01:01:08 2020 (r554661) @@ -1,5 +1,5 @@ -TIMESTAMP = 1604458817 -SHA256 (qemu/3.1.0/seanbruno-qemu-bsd-user-3.1.0-269a4ac935ce7_GH0.tar.gz) = 6efc4065191544bf343bd57b9612776be2ee264094ca8e533c4d999418693068 -SIZE (qemu/3.1.0/seanbruno-qemu-bsd-user-3.1.0-269a4ac935ce7_GH0.tar.gz) = 16902013 +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 SHA256 (qemu/3.1.0/qemu-keycodemapdb-10739aa_GH0.tar.gz) = ae43fb1e2b07b78be88a7882306b6e71383eb77472a35d7d78fed21e345d134a SIZE (qemu/3.1.0/qemu-keycodemapdb-10739aa_GH0.tar.gz) = 47895