From owner-svn-ports-head@freebsd.org Tue Nov 12 21:11:40 2019 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 E48711BB355; Tue, 12 Nov 2019 21:11:40 +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) server-signature RSA-PSS (4096 bits) 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 47CL5m5qCwz46p3; Tue, 12 Nov 2019 21:11:40 +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 ABF515B48; Tue, 12 Nov 2019 21:11:40 +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 xACLBei4097265; Tue, 12 Nov 2019 21:11:40 GMT (envelope-from kevans@FreeBSD.org) Received: (from kevans@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xACLBe46097263; Tue, 12 Nov 2019 21:11:40 GMT (envelope-from kevans@FreeBSD.org) Message-Id: <201911122111.xACLBe46097263@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevans set sender to kevans@FreeBSD.org using -f From: Kyle Evans Date: Tue, 12 Nov 2019 21:11:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r517350 - head/emulators/qemu-sbruno X-SVN-Group: ports-head X-SVN-Commit-Author: kevans X-SVN-Commit-Paths: head/emulators/qemu-sbruno X-SVN-Commit-Revision: 517350 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.29 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: Tue, 12 Nov 2019 21:11:41 -0000 Author: kevans (src committer) Date: Tue Nov 12 21:11:40 2019 New Revision: 517350 URL: https://svnweb.freebsd.org/changeset/ports/517350 Log: emulators/qemu-user-static: update to head as of 2019/11/12 With this update, sendmsg/recvmsg (thus, casper'ized) applications now work again on mips. Various signal handling issues have also been addressed, most notably qemu-user-static should no longer deadlock when evaluating whether printf survives out-of-memory conditions or not. PR: 224740 Approved by: ler (ports), sbruno (maintainer, implicit) MFH: 2019Q4 Modified: head/emulators/qemu-sbruno/Makefile head/emulators/qemu-sbruno/distinfo Modified: head/emulators/qemu-sbruno/Makefile ============================================================================== --- head/emulators/qemu-sbruno/Makefile Tue Nov 12 21:02:25 2019 (r517349) +++ head/emulators/qemu-sbruno/Makefile Tue Nov 12 21:11:40 2019 (r517350) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= qemu -PORTVERSION= 2.11.50.g20191029 +PORTVERSION= 2.11.50.g20191112 CATEGORIES= emulators PKGNAMESUFFIX?= -sbruno DIST_SUBDIR= qemu/${PORTVERSION} @@ -12,7 +12,7 @@ COMMENT?= QEMU CPU Emulator - github bsd-user branch LICENSE= GPLv2 USE_GITHUB= yes -GH_TUPLE= seanbruno:qemu-bsd-user:25ce28e \ +GH_TUPLE= seanbruno:qemu-bsd-user:b581800 \ qemu:keycodemapdb:10739aa:keycodemapdb/ui/keycodemapdb HAS_CONFIGURE= yes USES= bison compiler:c11 gmake perl5 pkgconfig python:2.7,build Modified: head/emulators/qemu-sbruno/distinfo ============================================================================== --- head/emulators/qemu-sbruno/distinfo Tue Nov 12 21:02:25 2019 (r517349) +++ head/emulators/qemu-sbruno/distinfo Tue Nov 12 21:11:40 2019 (r517350) @@ -1,5 +1,5 @@ -TIMESTAMP = 1572356765 -SHA256 (qemu/2.11.50.g20191029/seanbruno-qemu-bsd-user-2.11.50.g20191029-25ce28e_GH0.tar.gz) = d48c752f537fd695c4bd7f36846b8d46fb5d1866861844f21c45b8d064b980fa -SIZE (qemu/2.11.50.g20191029/seanbruno-qemu-bsd-user-2.11.50.g20191029-25ce28e_GH0.tar.gz) = 15509886 -SHA256 (qemu/2.11.50.g20191029/qemu-keycodemapdb-10739aa_GH0.tar.gz) = ae43fb1e2b07b78be88a7882306b6e71383eb77472a35d7d78fed21e345d134a -SIZE (qemu/2.11.50.g20191029/qemu-keycodemapdb-10739aa_GH0.tar.gz) = 47895 +TIMESTAMP = 1573592353 +SHA256 (qemu/2.11.50.g20191112/seanbruno-qemu-bsd-user-2.11.50.g20191112-b581800_GH0.tar.gz) = d4dd9ab5fcc7c72f63f1068ff443bb9b0b14c87334e7aa18d147596f139ffa0d +SIZE (qemu/2.11.50.g20191112/seanbruno-qemu-bsd-user-2.11.50.g20191112-b581800_GH0.tar.gz) = 15511875 +SHA256 (qemu/2.11.50.g20191112/qemu-keycodemapdb-10739aa_GH0.tar.gz) = ae43fb1e2b07b78be88a7882306b6e71383eb77472a35d7d78fed21e345d134a +SIZE (qemu/2.11.50.g20191112/qemu-keycodemapdb-10739aa_GH0.tar.gz) = 47895