Received: by mail.netbsd.org (Postfix, from userid 605) id 9E79F84D61; Tue, 6 Aug 2019 07:50:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 26D8A84D47 for ; Tue, 6 Aug 2019 07:50:25 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 1RLx_qgNdoTK for ; Tue, 6 Aug 2019 07:50:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 90B9584CD4 for ; Tue, 6 Aug 2019 07:50:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 89FF9FBF4; Tue, 6 Aug 2019 07:50:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1565077824259080" MIME-Version: 1.0 Date: Tue, 6 Aug 2019 07:50:24 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/jemalloc To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20190806075024.89FF9FBF4@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. --_----------=_1565077824259080 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Aug 6 07:50:24 UTC 2019 Modified Files: pkgsrc/devel/jemalloc: Makefile distinfo Log Message: jemalloc: updated to 5.2.1 5.2.1 This release is primarily about Windows. A critical virtual memory leak is resolved on all Windows platforms. The regression was present in all releases since 5.0.0. Bug fixes: Fix a severe virtual memory leak on Windows. This regression was first released in 5.0.0. Fix size 0 handling in posix_memalign(). This regression was first released in 5.2.0. Fix the prof_log unit test which may observe unexpected backtraces from compiler optimizations. The test was first added in 5.2.0. Fix the declaration of the extent_avail tree. This regression was first released in 5.1.0. Fix an incorrect reference in jeprof. This functionality was first released in 3.0.0. Fix an assertion on the deallocation fast-path. This regression was first released in 5.2.0. Fix the TLS_MODEL attribute in headers. This regression was first released in 5.0.0. Optimizations and refactors: Implement opt.retain on Windows and enable by default on 64-bit. Optimize away a branch on the operator delete path. Add format annotation to the format generator function. Refactor and improve the size class header generation. Remove best fit. Avoid blocking on background thread locks for stats. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/jemalloc/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/jemalloc/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1565077824259080 Content-Disposition: inline Content-Length: 1878 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.14 pkgsrc/devel/jemalloc/Makefile:1.15 --- pkgsrc/devel/jemalloc/Makefile:1.14 Wed Apr 24 17:10:59 2019 +++ pkgsrc/devel/jemalloc/Makefile Tue Aug 6 07:50:24 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2019/04/24 17:10:59 adam Exp $ +# $NetBSD: Makefile,v 1.15 2019/08/06 07:50:24 adam Exp $ -DISTNAME= jemalloc-5.2.0 +DISTNAME= jemalloc-5.2.1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=jemalloc/} GITHUB_RELEASE= ${PKGVERSION_NOREV} Index: pkgsrc/devel/jemalloc/distinfo diff -u pkgsrc/devel/jemalloc/distinfo:1.13 pkgsrc/devel/jemalloc/distinfo:1.14 --- pkgsrc/devel/jemalloc/distinfo:1.13 Wed Apr 24 17:10:59 2019 +++ pkgsrc/devel/jemalloc/distinfo Tue Aug 6 07:50:24 2019 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.13 2019/04/24 17:10:59 adam Exp $ +$NetBSD: distinfo,v 1.14 2019/08/06 07:50:24 adam Exp $ -SHA1 (jemalloc-5.2.0.tar.bz2) = 5a5255f7bca3e79a063f26f292cf93f17fe3b14f -RMD160 (jemalloc-5.2.0.tar.bz2) = a805e8c2ad3e7a2f7960bc1407baeaca797bd77e -SHA512 (jemalloc-5.2.0.tar.bz2) = e3be4d534770126caf10f2684aed9fe4ba1422dd47625fe50343cfb750f26eff869fcc7d1e30a96dd6c73f6614c4bbcd560fd24fc26b55ac731c43e60fd05234 -Size (jemalloc-5.2.0.tar.bz2) = 543892 bytes +SHA1 (jemalloc-5.2.1.tar.bz2) = 9e06b5cc57fd185379d007696da153893cf73e30 +RMD160 (jemalloc-5.2.1.tar.bz2) = 9a0876956a96e1b2c7c25c15754241670f3d4609 +SHA512 (jemalloc-5.2.1.tar.bz2) = 0bbb77564d767cef0c6fe1b97b705d368ddb360d55596945aea8c3ba5889fbce10479d85ad492c91d987caacdbbdccc706aa3688e321460069f00c05814fae02 +Size (jemalloc-5.2.1.tar.bz2) = 554279 bytes SHA1 (patch-Makefile.in) = 62e04375dec9aab678fed5bc32559deb942e799f SHA1 (patch-configure) = 5dec3fb5b2ece549e40743780db3057dd83cc17e SHA1 (patch-include_jemalloc_internal_quantum.h) = e291b59958813fc1af28bea0a5a63d5715090a48 --_----------=_1565077824259080--