From owner-svn-ports-head@freebsd.org Fri Nov 11 21:58:41 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 C66DBC3C59D; Fri, 11 Nov 2016 21:58:41 +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 78C081BDE; Fri, 11 Nov 2016 21:58:41 +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 uABLwenC059168; Fri, 11 Nov 2016 21:58:40 GMT (envelope-from sbruno@FreeBSD.org) Received: (from sbruno@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uABLwetg059165; Fri, 11 Nov 2016 21:58:40 GMT (envelope-from sbruno@FreeBSD.org) Message-Id: <201611112158.uABLwetg059165@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sbruno set sender to sbruno@FreeBSD.org using -f From: Sean Bruno Date: Fri, 11 Nov 2016 21:58:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425912 - 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.23 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: Fri, 11 Nov 2016 21:58:41 -0000 Author: sbruno Date: Fri Nov 11 21:58:40 2016 New Revision: 425912 URL: https://svnweb.freebsd.org/changeset/ports/425912 Log: Update qemu-sbruno/bsd-user to caputre a pile of memory leak abatements in upstream QEMU. Modified: head/emulators/qemu-sbruno/Makefile head/emulators/qemu-sbruno/distinfo Modified: head/emulators/qemu-sbruno/Makefile ============================================================================== --- head/emulators/qemu-sbruno/Makefile Fri Nov 11 21:45:40 2016 (r425911) +++ head/emulators/qemu-sbruno/Makefile Fri Nov 11 21:58:40 2016 (r425912) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= qemu -PORTVERSION= 2.7.50.g20161024 +PORTVERSION= 2.7.50.g20161111 CATEGORIES= emulators MASTER_SITES= GH \ LOCAL/nox:dtc \ @@ -21,7 +21,7 @@ LICENSE= GPLv2 USE_GITHUB= yes GH_ACCOUNT= seanbruno GH_PROJECT= ${PORTNAME}-bsd-user -GH_TAGNAME= e0c9a90 +GH_TAGNAME= ec807d10 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 Nov 11 21:45:40 2016 (r425911) +++ head/emulators/qemu-sbruno/distinfo Fri Nov 11 21:58:40 2016 (r425912) @@ -1,5 +1,5 @@ -TIMESTAMP = 1478530214 -SHA256 (qemu/2.7.50.g20161024/seanbruno-qemu-bsd-user-2.7.50.g20161024-e0c9a90_GH0.tar.gz) = 92c19071cb5adee091bd7db72021ff4f2181d5380414d748d92926e71839d9a4 -SIZE (qemu/2.7.50.g20161024/seanbruno-qemu-bsd-user-2.7.50.g20161024-e0c9a90_GH0.tar.gz) = 13104701 -SHA256 (qemu/2.7.50.g20161024/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3 -SIZE (qemu/2.7.50.g20161024/dtc-v1.4.0.tar.gz) = 131893 +TIMESTAMP = 1478892526 +SHA256 (qemu/2.7.50.g20161111/seanbruno-qemu-bsd-user-2.7.50.g20161111-ec807d10_GH0.tar.gz) = cfb64c5f9d8a72e7eafa1ee4068d64eafd00dc9dc7389e777234c3ffd1ce1b34 +SIZE (qemu/2.7.50.g20161111/seanbruno-qemu-bsd-user-2.7.50.g20161111-ec807d10_GH0.tar.gz) = 13560266 +SHA256 (qemu/2.7.50.g20161111/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3 +SIZE (qemu/2.7.50.g20161111/dtc-v1.4.0.tar.gz) = 131893