Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id DBB307A271 for ; Mon, 15 May 2017 07:47:44 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 8D4398569F; Mon, 15 May 2017 07:47:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1CCBF8569E for ; Mon, 15 May 2017 07:47:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id fDHG3LaOeaud for ; Mon, 15 May 2017 07:47:43 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8DD9A84CFB for ; Mon, 15 May 2017 07:47:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 88429FBE4; Mon, 15 May 2017 07:47:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1494834463184640" MIME-Version: 1.0 Date: Mon, 15 May 2017 07:47:43 +0000 From: "Andreas Gustafsson" Subject: CVS commit: pkgsrc/devel/jemalloc To: pkgsrc-changes@NetBSD.org Reply-To: gson@netbsd.org X-Mailer: log_accum Message-Id: <20170515074743.88429FBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1494834463184640 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gson Date: Mon May 15 07:47:43 UTC 2017 Modified Files: pkgsrc/devel/jemalloc: Makefile distinfo Log Message: Update devel/jemalloc to 4.5.0. Changes since 4.4.0: * 4.5.0 (February 28, 2017) This is the first release to benefit from much broader continuous integration testing, thanks to @davidtgoldblatt. Had we had this testing infrastructure in place for prior releases, it would have caught all of the most serious regressions fixed by this release. New features: - Add --disable-thp and the opt.thp to provide opt-out mechanisms for transparent huge page integration. (@jasone) - Update zone allocator integration to work with macOS 10.12. (@glandium) - Restructure *CFLAGS configuration, so that CFLAGS behaves typically, and EXTRA_CFLAGS provides a way to specify e.g. -Werror during building, but not during configuration. (@jasone, @ronawho) Bug fixes: - Fix DSS (sbrk(2)-based) allocation. This regression was first released in 4.3.0. (@jasone) - Handle race in per size class utilization computation. This functionality was first released in 4.0.0. (@interwq) - Fix lock order reversal during gdump. (@jasone) - Fix-refactor tcache synchronization. This regression was first released in 4.0.0. (@jasone) - Fix various JSON-formatted malloc_stats_print() bugs. This functionality was first released in 4.3.0. (@jasone) - Fix huge-aligned allocation. This regression was first released in 4.4.0. (@jasone) - When transparent huge page integration is enabled, detect what state pages start in according to the kernel's current operating mode, and only convert arena chunks to non-huge during purging if that is not their initial state. This functionality was first released in 4.4.0. (@jasone) - Fix lg_chunk clamping for the --enable-cache-oblivious --disable-fill case. This regression was first released in 4.0.0. (@jasone, @428desmo) - Properly detect sparc64 when building for Linux. (@glaubitz) To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/jemalloc/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/jemalloc/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1494834463184640 Content-Disposition: inline Content-Length: 1697 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/jemalloc/Makefile diff -u pkgsrc/devel/jemalloc/Makefile:1.6 pkgsrc/devel/jemalloc/Makefile:1.7 --- pkgsrc/devel/jemalloc/Makefile:1.6 Thu Dec 15 09:12:41 2016 +++ pkgsrc/devel/jemalloc/Makefile Mon May 15 07:47:43 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2016/12/15 09:12:41 maya Exp $ +# $NetBSD: Makefile,v 1.7 2017/05/15 07:47:43 gson Exp $ -DISTNAME= jemalloc-4.4.0 +DISTNAME= jemalloc-4.5.0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=jemalloc/} GITHUB_PROJECT= jemalloc Index: pkgsrc/devel/jemalloc/distinfo diff -u pkgsrc/devel/jemalloc/distinfo:1.4 pkgsrc/devel/jemalloc/distinfo:1.5 --- pkgsrc/devel/jemalloc/distinfo:1.4 Thu Dec 15 09:12:41 2016 +++ pkgsrc/devel/jemalloc/distinfo Mon May 15 07:47:43 2017 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.4 2016/12/15 09:12:41 maya Exp $ +$NetBSD: distinfo,v 1.5 2017/05/15 07:47:43 gson Exp $ -SHA1 (jemalloc-4.4.0.tar.bz2) = da45ab6ff17045031f33fff15007c56a7e4b07ea -RMD160 (jemalloc-4.4.0.tar.bz2) = bca4f78eb88b32c8c59a0e290a06f95d72f2ba80 -SHA512 (jemalloc-4.4.0.tar.bz2) = 2f88fb17ede3bf87e334e9c80949870e0dd85b5adcdd89a1750ccf6df5240f35293159ac0a360d3a29cf0b1d17edf86dcc7997c6bf3190ae7da7442d3a3cc14e -Size (jemalloc-4.4.0.tar.bz2) = 440144 bytes +SHA1 (jemalloc-4.5.0.tar.bz2) = e7714d070c623bff9acf682e9d52c930e491acd8 +RMD160 (jemalloc-4.5.0.tar.bz2) = 6acd6c0163d257c7f9941e1b01cf3c5202ca12a4 +SHA512 (jemalloc-4.5.0.tar.bz2) = 76953363fe1007952232220afa1a91da4c1c33c02369b5ad239d8dd1d0792141197c15e8489a8f4cd301b08494e65cadd8ecd34d025cb0285700dd78d7248821 +Size (jemalloc-4.5.0.tar.bz2) = 449992 bytes SHA1 (patch-Makefile.in) = 62e04375dec9aab678fed5bc32559deb942e799f --_----------=_1494834463184640--