diff options
author | gson <gson@pkgsrc.org> | 2017-05-15 07:47:43 +0000 |
---|---|---|
committer | gson <gson@pkgsrc.org> | 2017-05-15 07:47:43 +0000 |
commit | 8b1172f1992634f842bcf4d5b1ca019bf605fcb3 (patch) | |
tree | 02104cbc4805968a213fb90dab9c991e78d89d00 | |
parent | 3a6065eab32a20ad760da2f82982eb80c9157ef1 (diff) | |
download | pkgsrc-8b1172f1992634f842bcf4d5b1ca019bf605fcb3.tar.gz |
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)
-rw-r--r-- | devel/jemalloc/Makefile | 4 | ||||
-rw-r--r-- | devel/jemalloc/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/jemalloc/Makefile b/devel/jemalloc/Makefile index 24635d8e152..137c20bd924 100644 --- a/devel/jemalloc/Makefile +++ b/devel/jemalloc/Makefile @@ -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 diff --git a/devel/jemalloc/distinfo b/devel/jemalloc/distinfo index ff30dbd56c4..0c66dd595c2 100644 --- a/devel/jemalloc/distinfo +++ b/devel/jemalloc/distinfo @@ -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 |