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:   maya
Date:           Thu Dec 15 09:12:41 UTC 2016

Modified Files:
        pkgsrc/devel/jemalloc: Makefile distinfo

Log Message:
jemalloc: update to 4.4.0

New features:

    Add configure support for *-*-linux-android. (@cferris1000, @jasone)
    Add the --disable-syscall configure option, for use on systems that place security-motivated limitations on syscall(2). (@jasone)
    Add support for Debian GNU/kFreeBSD. (@thesam)

Optimizations:

    Add extent serial numbers and use them where appropriate as a sort key that is higher priority than address, so that the allocation policy prefers older extents. This tends to improve locality 
(decrease fragmentation) when memory grows downward. (@jasone)
    Refactor madvise(2) configuration so that MADV_FREE is detected and utilized on Linux 4.5 and newer. (@jasone)
    Mark partially purged arena chunks as non-huge-page. This improves interaction with Linux's transparent huge page functionality. (@jasone)

Bug fixes:

    Fix size class computations for edge conditions involving extremely large allocations. This regression was first released in 4.0.0. (@jasone, @ingvarha)
    Remove overly restrictive assertions related to the cactive statistic. This regression was first released in 4.1.0. (@jasone)
    Implement a more reliable detection scheme for os_unfair_lock on macOS. (@jszakmeister)

>From Jonathan Buschmann in PR pkg/51631


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/jemalloc/Makefile
cvs rdiff -u -r1.3 -r1.4 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.5 pkgsrc/devel/jemalloc/Makefile:1.6
--- pkgsrc/devel/jemalloc/Makefile:1.5  Tue Dec 13 21:52:22 2016
+++ pkgsrc/devel/jemalloc/Makefile      Thu Dec 15 09:12:41 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2016/12/13 21:52:22 maya Exp $
+# $NetBSD: Makefile,v 1.6 2016/12/15 09:12:41 maya Exp $
 
-DISTNAME=      jemalloc-4.3.1
+DISTNAME=      jemalloc-4.4.0
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=jemalloc/}
 GITHUB_PROJECT=        jemalloc

Index: pkgsrc/devel/jemalloc/distinfo
diff -u pkgsrc/devel/jemalloc/distinfo:1.3 pkgsrc/devel/jemalloc/distinfo:1.4
--- pkgsrc/devel/jemalloc/distinfo:1.3  Tue Dec 13 21:52:22 2016
+++ pkgsrc/devel/jemalloc/distinfo      Thu Dec 15 09:12:41 2016
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.3 2016/12/13 21:52:22 maya Exp $
+$NetBSD: distinfo,v 1.4 2016/12/15 09:12:41 maya Exp $
 
-SHA1 (jemalloc-4.3.1.tar.bz2) = 711dac85ad245ba1503336ed8752e0483998d8a8
-RMD160 (jemalloc-4.3.1.tar.bz2) = 620f1934d98e6dd5feed540b90dd39f08369e1e0
-SHA512 (jemalloc-4.3.1.tar.bz2) = 47170f1c5a3956ed469402c4e6adc158e0a1eb46a54f467b6813c1d3bdf690954fec8c6088042f74cc5ea09781a3abf5675a35a35ac10523ed13d6761320f11c
-Size (jemalloc-4.3.1.tar.bz2) = 438118 bytes
+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 (patch-Makefile.in) = 62e04375dec9aab678fed5bc32559deb942e799f



Home | Main Index | Thread Index | Old Index