From owner-svn-ports-head@freebsd.org Fri Oct 30 03:26:30 2020 Return-Path: Delivered-To: svn-ports-head@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 538B9446A35; Fri, 30 Oct 2020 03:26:30 +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 4CMnlp1JZXz4j2G; Fri, 30 Oct 2020 03:26:30 +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 EC9DA10693; Fri, 30 Oct 2020 03:26:29 +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 09U3QT58068535; Fri, 30 Oct 2020 03:26:29 GMT (envelope-from kevans@FreeBSD.org) Received: (from kevans@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 09U3QT1r068534; Fri, 30 Oct 2020 03:26:29 GMT (envelope-from kevans@FreeBSD.org) Message-Id: <202010300326.09U3QT1r068534@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevans set sender to kevans@FreeBSD.org using -f From: Kyle Evans Date: Fri, 30 Oct 2020 03:26:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r553663 - 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: 553663 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Oct 2020 03:26:30 -0000 Author: kevans Date: Fri Oct 30 03:26:29 2020 New Revision: 553663 URL: https://svnweb.freebsd.org/changeset/ports/553663 Log: emulators/qemu-user-static: update to latest bsd-user-rebase-3.1 This fixes the recent ELF fix by properly initializing the extension to the PT_LOAD segment rather than filling it with file garbage. While here, disable capstone -- this part of the build is subject to external pollution (= death), and we don't use it in qemu-user-static anyways. 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 Oct 30 02:59:24 2020 (r553662) +++ head/emulators/qemu-user-static/Makefile Fri Oct 30 03:26:29 2020 (r553663) @@ -2,7 +2,7 @@ PORTNAME= qemu PORTVERSION= 3.1.0 -PORTREVISION= 2 +PORTREVISION= 3 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:4ae5a47a04d4 \ +GH_TUPLE= seanbruno:qemu-bsd-user:50dd9cc6ada3 \ qemu:keycodemapdb:10739aa:keycodemapdb/ui/keycodemapdb HAS_CONFIGURE= yes USE_PERL5= build @@ -62,6 +62,7 @@ CONFIGURE_ARGS+= --prefix=${PREFIX} --cc=${CC} --enabl --disable-sdl --disable-gtk --disable-vte --disable-gnutls --disable-vnc \ --disable-curl --disable-opengl --disable-usb-redir --disable-pcap \ --disable-docs --disable-tools --disable-system --disable-guest-agent \ + --disable-capstone \ --extra-cflags=-I${WRKSRC}\ -I${LOCALBASE}/include\ -DPREFIX=\\\"\"${PREFIX}\\\"\" QEMU_ARCH= ${ARCH:C/amd64/x86_64/:C/powerpc/ppc/} Modified: head/emulators/qemu-user-static/distinfo ============================================================================== --- head/emulators/qemu-user-static/distinfo Fri Oct 30 02:59:24 2020 (r553662) +++ head/emulators/qemu-user-static/distinfo Fri Oct 30 03:26:29 2020 (r553663) @@ -1,5 +1,5 @@ -TIMESTAMP = 1603137711 -SHA256 (qemu/3.1.0/seanbruno-qemu-bsd-user-3.1.0-4ae5a47a04d4_GH0.tar.gz) = 16b8009de20ff9e8870610e9ebc237c844deb49022e27c1b188a5339898d346a -SIZE (qemu/3.1.0/seanbruno-qemu-bsd-user-3.1.0-4ae5a47a04d4_GH0.tar.gz) = 16903781 +TIMESTAMP = 1604027654 +SHA256 (qemu/3.1.0/seanbruno-qemu-bsd-user-3.1.0-50dd9cc6ada3_GH0.tar.gz) = 0907efe319935c01ec19e9989f4bda32ec40d48bea7d29a10811a59a25e9cd4d +SIZE (qemu/3.1.0/seanbruno-qemu-bsd-user-3.1.0-50dd9cc6ada3_GH0.tar.gz) = 16902851 SHA256 (qemu/3.1.0/qemu-keycodemapdb-10739aa_GH0.tar.gz) = ae43fb1e2b07b78be88a7882306b6e71383eb77472a35d7d78fed21e345d134a SIZE (qemu/3.1.0/qemu-keycodemapdb-10739aa_GH0.tar.gz) = 47895