diff options
author | sbruno <sbruno@FreeBSD.org> | 2017-07-08 05:01:43 +0800 |
---|---|---|
committer | sbruno <sbruno@FreeBSD.org> | 2017-07-08 05:01:43 +0800 |
commit | 97cbfd618777b1892a4bd60f14890661cd315567 (patch) | |
tree | 06cf818e0f997710487638ab5d633ecdcb580956 /emulators/qemu-sbruno | |
parent | 0aa3b832089b619856cabf98df2343ccbba8e0c1 (diff) | |
download | freebsd-ports-gnome-97cbfd618777b1892a4bd60f14890661cd315567.tar.gz freebsd-ports-gnome-97cbfd618777b1892a4bd60f14890661cd315567.tar.zst freebsd-ports-gnome-97cbfd618777b1892a4bd60f14890661cd315567.zip |
Bump for today's pull request:
Change certain bits of mmap.c to check for the fd that is passed into
mmap() for the value -1 instead of MAP_ANONYMOUS. This should be much
more reliable as we will avoid doing an mmap() of -1. :-)
Also include sys/param.h in mmap.c to capture __FreeBSD_version so that
MAP_GUARD code is actually run on versions that support it.
https://github.com/seanbruno/qemu-bsd-user/pull/45
Submitted by: Guy Yur
Diffstat (limited to 'emulators/qemu-sbruno')
-rw-r--r-- | emulators/qemu-sbruno/Makefile | 4 | ||||
-rw-r--r-- | emulators/qemu-sbruno/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/emulators/qemu-sbruno/Makefile b/emulators/qemu-sbruno/Makefile index 975be98b477b..41b43182e1d2 100644 --- a/emulators/qemu-sbruno/Makefile +++ b/emulators/qemu-sbruno/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= qemu -PORTVERSION= 2.9.50.g20170706 +PORTVERSION= 2.9.50.g20170707 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= e03cb1e +GH_TAGNAME= 4be4b3a HAS_CONFIGURE= yes USES= gmake pkgconfig bison perl5 python:2,build USE_PERL5= build diff --git a/emulators/qemu-sbruno/distinfo b/emulators/qemu-sbruno/distinfo index 7fa199ad1d70..bebfa0a380ca 100644 --- a/emulators/qemu-sbruno/distinfo +++ b/emulators/qemu-sbruno/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1499375615 -SHA256 (qemu/2.9.50.g20170706/seanbruno-qemu-bsd-user-2.9.50.g20170706-e03cb1e_GH0.tar.gz) = 30d185f1a27e23bddeed213294c2688a0eda84b6ed6bbca1ae4538f5b13cdd22 -SIZE (qemu/2.9.50.g20170706/seanbruno-qemu-bsd-user-2.9.50.g20170706-e03cb1e_GH0.tar.gz) = 14210222 -SHA256 (qemu/2.9.50.g20170706/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3 -SIZE (qemu/2.9.50.g20170706/dtc-v1.4.0.tar.gz) = 131893 +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 |