svn commit: r445283 - head/emulators/qemu-sbruno
Sean Bruno
sbruno at FreeBSD.org
Fri Jul 7 21:01:44 UTC 2017
Author: sbruno
Date: Fri Jul 7 21:01:43 2017
New Revision: 445283
URL: https://svnweb.freebsd.org/changeset/ports/445283
Log:
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
Modified:
head/emulators/qemu-sbruno/Makefile
head/emulators/qemu-sbruno/distinfo
Modified: head/emulators/qemu-sbruno/Makefile
==============================================================================
--- head/emulators/qemu-sbruno/Makefile Fri Jul 7 20:05:22 2017 (r445282)
+++ head/emulators/qemu-sbruno/Makefile Fri Jul 7 21:01:43 2017 (r445283)
@@ -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
Modified: head/emulators/qemu-sbruno/distinfo
==============================================================================
--- head/emulators/qemu-sbruno/distinfo Fri Jul 7 20:05:22 2017 (r445282)
+++ head/emulators/qemu-sbruno/distinfo Fri Jul 7 21:01:43 2017 (r445283)
@@ -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
More information about the svn-ports-head
mailing list