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:           Thu Apr 30 12:22:57 UTC 2026

Modified Files:
        pkgsrc/devel/mimalloc: Makefile distinfo

Log Message:
mimalloc: updated to 3.3.2

3.3.2

various bug and security fixes through LLM audit (by @Zoxc). Only increase
minimal purge size automatically if allow_thp is set to 2. Enable large OS
alignment on all platforms (fixing OS large pages on Windows). Fix accounting
of committed memory on Linux/macOS. Update MSVC atomics implementation when
using C mode. Upstream Emscripten fixes. Proper atomic do-once implementation.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/mimalloc/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/mimalloc/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/mimalloc/Makefile
diff -u pkgsrc/devel/mimalloc/Makefile:1.15 pkgsrc/devel/mimalloc/Makefile:1.16
--- pkgsrc/devel/mimalloc/Makefile:1.15 Tue Apr 21 09:18:19 2026
+++ pkgsrc/devel/mimalloc/Makefile      Thu Apr 30 12:22:57 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2026/04/21 09:18:19 adam Exp $
+# $NetBSD: Makefile,v 1.16 2026/04/30 12:22:57 adam Exp $
 
-DISTNAME=      mimalloc-3.3.1
+DISTNAME=      mimalloc-3.3.2
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=microsoft/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/devel/mimalloc/distinfo
diff -u pkgsrc/devel/mimalloc/distinfo:1.11 pkgsrc/devel/mimalloc/distinfo:1.12
--- pkgsrc/devel/mimalloc/distinfo:1.11 Tue Apr 21 09:18:19 2026
+++ pkgsrc/devel/mimalloc/distinfo      Thu Apr 30 12:22:57 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2026/04/21 09:18:19 adam Exp $
+$NetBSD: distinfo,v 1.12 2026/04/30 12:22:57 adam Exp $
 
-BLAKE2s (mimalloc-3.3.1.tar.gz) = f46bc6d00ae4d72931a5e45d10646d97f5f5270024a64019911045630182684b
-SHA512 (mimalloc-3.3.1.tar.gz) = c829e402ad9b8784cb30c6d42186627e779936d90c952474785e0da77a31699e8532f64d8a0e68d4559c759a0c1c6910391ba4423191bfbc8a92876b95abe8a7
-Size (mimalloc-3.3.1.tar.gz) = 1408642 bytes
+BLAKE2s (mimalloc-3.3.2.tar.gz) = 4c87c3668ddd8ac02d95e0b8c378d448179a6c149a7db5eef526b172c25eb452
+SHA512 (mimalloc-3.3.2.tar.gz) = 226bbd51eca36d7737ce5e2edba7e0a3beeca448462a861bcbfb6726a0994bc077b4c684d7ff8b0805d71bf770e00df14f10ed598256ee54a154d8cc08e6a5c1
+Size (mimalloc-3.3.2.tar.gz) = 1410297 bytes



Home | Main Index | Thread Index | Old Index