pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/jemalloc
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.
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
Home |
Main Index |
Thread Index |
Old Index