diff options
author | sbruno <sbruno@FreeBSD.org> | 2016-01-05 02:26:26 +0800 |
---|---|---|
committer | sbruno <sbruno@FreeBSD.org> | 2016-01-05 02:26:26 +0800 |
commit | 94ac9e553aaf8e14f4e27e1c5d09fe52d876c374 (patch) | |
tree | 7a89d632a15780b4acfca7211cf10b385dfa4f02 /emulators/qemu-sbruno | |
parent | 056864537b2b040b807b275198a5115729dea33a (diff) | |
download | freebsd-ports-gnome-94ac9e553aaf8e14f4e27e1c5d09fe52d876c374.tar.gz freebsd-ports-gnome-94ac9e553aaf8e14f4e27e1c5d09fe52d876c374.tar.zst freebsd-ports-gnome-94ac9e553aaf8e14f4e27e1c5d09fe52d876c374.zip |
Bump to 2.5.50.g20160103, catchup with latest bug fixes.
Fix dereference of wrong pointer arg in ipc/semctl syscall.
Fix return from mmap() to setEINVAL and MAP_FAILED when len is 0
PR: 203852 200613
Submitted by: mikael.urankar@gmail.com
Diffstat (limited to 'emulators/qemu-sbruno')
-rw-r--r-- | emulators/qemu-sbruno/Makefile | 5 | ||||
-rw-r--r-- | emulators/qemu-sbruno/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/emulators/qemu-sbruno/Makefile b/emulators/qemu-sbruno/Makefile index c5c06b53bc95..a7afb9dd97fa 100644 --- a/emulators/qemu-sbruno/Makefile +++ b/emulators/qemu-sbruno/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= qemu -PORTVERSION= 2.5.50.g20151224 -PORTREVISION= 1 +PORTVERSION= 2.5.50.g20160103 CATEGORIES= emulators MASTER_SITES= GH \ LOCAL/nox:dtc \ @@ -19,7 +18,7 @@ COMMENT?= QEMU CPU Emulator - github bsd-user branch USE_GITHUB= yes GH_ACCOUNT= seanbruno GH_PROJECT= ${PORTNAME}-bsd-user -GH_TAGNAME= e4ece37 +GH_TAGNAME= ac2ed10 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 cf590d45aecc..dcb05f64b0ad 100644 --- a/emulators/qemu-sbruno/distinfo +++ b/emulators/qemu-sbruno/distinfo @@ -1,4 +1,4 @@ -SHA256 (qemu/2.5.50.g20151224/seanbruno-qemu-bsd-user-2.5.50.g20151224-e4ece37_GH0.tar.gz) = 437784294acf1393f236bf0cd6b3e22f1fbfb556db04dc21e88e0069c18f3c0c -SIZE (qemu/2.5.50.g20151224/seanbruno-qemu-bsd-user-2.5.50.g20151224-e4ece37_GH0.tar.gz) = 11703182 -SHA256 (qemu/2.5.50.g20151224/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3 -SIZE (qemu/2.5.50.g20151224/dtc-v1.4.0.tar.gz) = 131893 +SHA256 (qemu/2.5.50.g20160103/seanbruno-qemu-bsd-user-2.5.50.g20160103-ac2ed10_GH0.tar.gz) = 8c63b5163945d9aa514199d68c8b2ac829c4d3ec804bf0a470f8b60650eb6522 +SIZE (qemu/2.5.50.g20160103/seanbruno-qemu-bsd-user-2.5.50.g20160103-ac2ed10_GH0.tar.gz) = 11703173 +SHA256 (qemu/2.5.50.g20160103/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3 +SIZE (qemu/2.5.50.g20160103/dtc-v1.4.0.tar.gz) = 131893 |