From owner-svn-ports-head@freebsd.org Tue Apr 19 04:28:48 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 D4B4FB13033; Tue, 19 Apr 2016 04:28:48 +0000 (UTC) (envelope-from pi@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 96ED61204; Tue, 19 Apr 2016 04:28:48 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3J4SlRQ044679; Tue, 19 Apr 2016 04:28:47 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3J4Sl4D044676; Tue, 19 Apr 2016 04:28:47 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201604190428.u3J4Sl4D044676@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 19 Apr 2016 04:28:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413623 - head/benchmarks/stress-ng 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.21 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: Tue, 19 Apr 2016 04:28:48 -0000 Author: pi Date: Tue Apr 19 04:28:47 2016 New Revision: 413623 URL: https://svnweb.freebsd.org/changeset/ports/413623 Log: benchmarks/stress-ng: 0.05.22 -> 0.05.24 Changes: - Makefile: bump version - stress-mmap: handle SIGBUS signals (LP: #1569468) - stress-mmapmany: sanity check sysconf return - stress-mmapmany: detect SEGV deaths - stress-mlock: detect SEGV deaths - stress-brk: detect SEGV deaths - stress-bigheap: detect SEGV deaths - stress-memfd: detect SEGV deaths - stress-mmapmany: allocate mappings on heap rather than stack - stress-mlock: allocate mappings on heap rather than stack - stress-cpu: move sieve buffer to static to reduce stack size - stress-sem*: differentiate between which semaphore init that failed - stress-remap-file-pages: abort if remap fails - stress-fiemap: remove \n from pr_fail_err messages PR: 208885 Submitted by: luca.pizzamiglio@gmail.com (maintainer) Modified: head/benchmarks/stress-ng/Makefile head/benchmarks/stress-ng/distinfo head/benchmarks/stress-ng/pkg-descr Modified: head/benchmarks/stress-ng/Makefile ============================================================================== --- head/benchmarks/stress-ng/Makefile Tue Apr 19 04:09:01 2016 (r413622) +++ head/benchmarks/stress-ng/Makefile Tue Apr 19 04:28:47 2016 (r413623) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= stress-ng -PORTVERSION= 0.05.22 +PORTVERSION= 0.05.24 CATEGORIES= benchmarks MASTER_SITES= http://kernel.ubuntu.com/~cking/tarballs/stress-ng/ Modified: head/benchmarks/stress-ng/distinfo ============================================================================== --- head/benchmarks/stress-ng/distinfo Tue Apr 19 04:09:01 2016 (r413622) +++ head/benchmarks/stress-ng/distinfo Tue Apr 19 04:28:47 2016 (r413623) @@ -1,2 +1,2 @@ -SHA256 (stress-ng-0.05.22.tar.gz) = a133cc4efeddd1644439d748ec03d78449bb27fd8da3b0228b531847d39432d3 -SIZE (stress-ng-0.05.22.tar.gz) = 303492 +SHA256 (stress-ng-0.05.24.tar.gz) = 72080d9c273d77e507d3e5b2dc9ad3349699a7c6c4575c5a828e8c9d7d419526 +SIZE (stress-ng-0.05.24.tar.gz) = 303850 Modified: head/benchmarks/stress-ng/pkg-descr ============================================================================== --- head/benchmarks/stress-ng/pkg-descr Tue Apr 19 04:09:01 2016 (r413622) +++ head/benchmarks/stress-ng/pkg-descr Tue Apr 19 04:28:47 2016 (r413623) @@ -1,5 +1,6 @@ -This stress test suite will stress a computer system in various selectable ways -It was designed to exercise various physical subsystems of a computer as well -as various operating system kernel interfaces. +This stress test suite will stress a computer system in various +selectable ways It was designed to exercise various physical +subsystems of a computer as well as various operating system kernel +interfaces. WWW: http://kernel.ubuntu.com/~cking/stress-ng/