Date: Tue, 11 Jul 2017 20:03:10 +0000 (UTC) From: Sean Bruno <sbruno@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r445548 - head/emulators/qemu-sbruno Message-ID: <201707112003.v6BK3AfB061433@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sbruno Date: Tue Jul 11 20:03:10 2017 New Revision: 445548 URL: https://svnweb.freebsd.org/changeset/ports/445548 Log: Bump after pull requests. - add strace logging for new syscalls after ino64 update - sync mmap() code with linux-user - implement posix_fallocate() -- this should help building aarch64 ports a bit. - tcg: add handling for EXCP_ATOMIC Submitted by: Mikael Urankanar <mikael.urankar@gmail.com> Modified: head/emulators/qemu-sbruno/Makefile head/emulators/qemu-sbruno/distinfo Modified: head/emulators/qemu-sbruno/Makefile ============================================================================== --- head/emulators/qemu-sbruno/Makefile Tue Jul 11 19:47:25 2017 (r445547) +++ head/emulators/qemu-sbruno/Makefile Tue Jul 11 20:03:10 2017 (r445548) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= qemu -PORTVERSION= 2.9.50.g20170707 +PORTVERSION= 2.9.50.g20170711 CATEGORIES= emulators MASTER_SITES= GH \ LOCAL/nox:dtc \ @@ -19,7 +19,7 @@ LICENSE= GPLv2 USE_GITHUB= yes GH_ACCOUNT= seanbruno GH_PROJECT= ${PORTNAME}-bsd-user -GH_TAGNAME= 4be4b3a +GH_TAGNAME= 1c182c5 HAS_CONFIGURE= yes USES= gmake pkgconfig bison perl5 python:2,build USE_PERL5= build Modified: head/emulators/qemu-sbruno/distinfo ============================================================================== --- head/emulators/qemu-sbruno/distinfo Tue Jul 11 19:47:25 2017 (r445547) +++ head/emulators/qemu-sbruno/distinfo Tue Jul 11 20:03:10 2017 (r445548) @@ -1,5 +1,5 @@ -TIMESTAMP = 1499451913 -SHA256 (qemu/2.9.50.g20170707/seanbruno-qemu-bsd-user-2.9.50.g20170707-4be4b3a_GH0.tar.gz) = 7ea2d985cbee9e28c2c1052556911205ef4822f5bd706da4a217b7367e655ef4 -SIZE (qemu/2.9.50.g20170707/seanbruno-qemu-bsd-user-2.9.50.g20170707-4be4b3a_GH0.tar.gz) = 14207104 -SHA256 (qemu/2.9.50.g20170707/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3 -SIZE (qemu/2.9.50.g20170707/dtc-v1.4.0.tar.gz) = 131893 +TIMESTAMP = 1499792378 +SHA256 (qemu/2.9.50.g20170711/seanbruno-qemu-bsd-user-2.9.50.g20170711-1c182c5_GH0.tar.gz) = 2abe9de521335fcf7b596ec344e11d394a185851f0e1ff49b67855087c87a973 +SIZE (qemu/2.9.50.g20170711/seanbruno-qemu-bsd-user-2.9.50.g20170711-1c182c5_GH0.tar.gz) = 14209487 +SHA256 (qemu/2.9.50.g20170711/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3 +SIZE (qemu/2.9.50.g20170711/dtc-v1.4.0.tar.gz) = 131893
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707112003.v6BK3AfB061433>