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>
This commit is contained in:
parent
ada39e3b75
commit
fb42daa9b8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=445548
2 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue