pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/mimalloc
Module Name: pkgsrc
Committed By: adam
Date: Wed Feb 4 16:12:43 UTC 2026
Modified Files:
pkgsrc/devel/mimalloc: Makefile PLIST distinfo
Added Files:
pkgsrc/devel/mimalloc/patches: patch-src_options.c
Log Message:
mimalloc: updated to 3.2.8
3.2.8
important bug fixes
3.2.7
various bug fixes and performance improvements
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/mimalloc/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/mimalloc/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/mimalloc/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/mimalloc/patches/patch-src_options.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/mimalloc/Makefile
diff -u pkgsrc/devel/mimalloc/Makefile:1.13 pkgsrc/devel/mimalloc/Makefile:1.14
--- pkgsrc/devel/mimalloc/Makefile:1.13 Mon Jun 30 20:01:47 2025
+++ pkgsrc/devel/mimalloc/Makefile Wed Feb 4 16:12:43 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2025/06/30 20:01:47 adam Exp $
+# $NetBSD: Makefile,v 1.14 2026/02/04 16:12:43 adam Exp $
-DISTNAME= mimalloc-3.1.5
+DISTNAME= mimalloc-3.2.8
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=microsoft/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Index: pkgsrc/devel/mimalloc/PLIST
diff -u pkgsrc/devel/mimalloc/PLIST:1.7 pkgsrc/devel/mimalloc/PLIST:1.8
--- pkgsrc/devel/mimalloc/PLIST:1.7 Mon Jun 30 20:01:47 2025
+++ pkgsrc/devel/mimalloc/PLIST Wed Feb 4 16:12:43 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2025/06/30 20:01:47 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2026/02/04 16:12:43 adam Exp $
include/mimalloc-new-delete.h
include/mimalloc-override.h
include/mimalloc-stats.h
@@ -10,5 +10,5 @@ lib/cmake/mimalloc/mimalloc.cmake
lib/libmimalloc.a
lib/libmimalloc.so
lib/libmimalloc.so.3
-lib/libmimalloc.so.3.1
+lib/libmimalloc.so.3.2
lib/pkgconfig/mimalloc.pc
Index: pkgsrc/devel/mimalloc/distinfo
diff -u pkgsrc/devel/mimalloc/distinfo:1.9 pkgsrc/devel/mimalloc/distinfo:1.10
--- pkgsrc/devel/mimalloc/distinfo:1.9 Mon Jun 30 20:01:47 2025
+++ pkgsrc/devel/mimalloc/distinfo Wed Feb 4 16:12:43 2026
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.9 2025/06/30 20:01:47 adam Exp $
+$NetBSD: distinfo,v 1.10 2026/02/04 16:12:43 adam Exp $
-BLAKE2s (mimalloc-3.1.5.tar.gz) = 22efa4c5ae031a365e9cecd46a478b9bc88af7da1e6435b3744b0c79e0591f50
-SHA512 (mimalloc-3.1.5.tar.gz) = 616351e549707318c1f8b164251141684a73d5bf8205b905736f48ab21fbb19bfaa4d52c4e63642fcb144345b6a5331944b6c8e0827925000553e46f2c2c31e9
-Size (mimalloc-3.1.5.tar.gz) = 1306337 bytes
+BLAKE2s (mimalloc-3.2.8.tar.gz) = 1ce447474717ad12f89011accdc75d8f8cd7961a496d36d1a9f15116bf14af9f
+SHA512 (mimalloc-3.2.8.tar.gz) = 5830ceb1bf0d02f50fe586caaad87624ba8eba1bb66e68e8201894221cf6f51854f5a9667fc98358c3b430dae6f9bf529bfcb74d42debe6f40a487265053371c
+Size (mimalloc-3.2.8.tar.gz) = 1385082 bytes
+SHA1 (patch-src_options.c) = 00d99fdd15f1b719f9d79a3ea098f1c83b397b98
Added files:
Index: pkgsrc/devel/mimalloc/patches/patch-src_options.c
diff -u /dev/null pkgsrc/devel/mimalloc/patches/patch-src_options.c:1.1
--- /dev/null Wed Feb 4 16:12:43 2026
+++ pkgsrc/devel/mimalloc/patches/patch-src_options.c Wed Feb 4 16:12:43 2026
@@ -0,0 +1,18 @@
+$NetBSD: patch-src_options.c,v 1.1 2026/02/04 16:12:43 adam Exp $
+
+https://github.com/microsoft/mimalloc/issues/1219
+
+--- src/options.c.orig 2026-02-04 16:09:06.364196291 +0000
++++ src/options.c
+@@ -136,11 +136,7 @@ static mi_option_desc_t mi_options[_mi_option_last] =
+ { 0, MI_OPTION_UNINIT, MI_OPTION(deprecated_page_reset) }, // reset page memory on free
+ { 0, MI_OPTION_UNINIT, MI_OPTION(deprecated_abandoned_page_purge) },
+ { 0, MI_OPTION_UNINIT, MI_OPTION(deprecated_segment_reset) }, // reset segment memory on free (needs eager commit)
+-#if defined(__NetBSD__)
+- { 0, MI_OPTION_UNINIT, MI_OPTION(eager_commit_delay) }, // the first N segments per thread are not eagerly committed
+-#else
+ { 1, MI_OPTION_UNINIT, MI_OPTION(deprecated_eager_commit_delay) },
+-#endif
+ { 1000,MI_OPTION_UNINIT, MI_OPTION_LEGACY(purge_delay,reset_delay) }, // purge delay in milli-seconds
+ { 0, MI_OPTION_UNINIT, MI_OPTION(use_numa_nodes) }, // 0 = use available numa nodes, otherwise use at most N nodes.
+ { 0, MI_OPTION_UNINIT, MI_OPTION_LEGACY(disallow_os_alloc,limit_os_alloc) }, // 1 = do not use OS memory for allocation (but only reserved arenas)
Home |
Main Index |
Thread Index |
Old Index