From owner-svn-ports-head@freebsd.org Mon Jan 4 18:26:27 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D0120A62EFC; Mon, 4 Jan 2016 18:26:27 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7D604111C; Mon, 4 Jan 2016 18:26:27 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u04IQQum097838; Mon, 4 Jan 2016 18:26:26 GMT (envelope-from sbruno@FreeBSD.org) Received: (from sbruno@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u04IQQpq097836; Mon, 4 Jan 2016 18:26:26 GMT (envelope-from sbruno@FreeBSD.org) Message-Id: <201601041826.u04IQQpq097836@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sbruno set sender to sbruno@FreeBSD.org using -f From: Sean Bruno Date: Mon, 4 Jan 2016 18:26:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405260 - head/emulators/qemu-sbruno X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jan 2016 18:26:27 -0000 Author: sbruno Date: Mon Jan 4 18:26:26 2016 New Revision: 405260 URL: https://svnweb.freebsd.org/changeset/ports/405260 Log: 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 Modified: head/emulators/qemu-sbruno/Makefile head/emulators/qemu-sbruno/distinfo Modified: head/emulators/qemu-sbruno/Makefile ============================================================================== --- head/emulators/qemu-sbruno/Makefile Mon Jan 4 18:13:37 2016 (r405259) +++ head/emulators/qemu-sbruno/Makefile Mon Jan 4 18:26:26 2016 (r405260) @@ -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 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 Modified: head/emulators/qemu-sbruno/distinfo ============================================================================== --- head/emulators/qemu-sbruno/distinfo Mon Jan 4 18:13:37 2016 (r405259) +++ head/emulators/qemu-sbruno/distinfo Mon Jan 4 18:26:26 2016 (r405260) @@ -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