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: Tue Apr 21 09:18:19 UTC 2026
Modified Files:
pkgsrc/devel/mimalloc: Makefile PLIST distinfo
Removed Files:
pkgsrc/devel/mimalloc/patches: patch-src_options.c
Log Message:
mimalloc: updated to 3.3.1
3.3.1
various bug and security fixes
3.3.0
initial support for github (binary) releases, fix visiting of full pages during collection (performance), fix THP alignment (performance), fix arm64 cross-compilation on Windows, enable guard pages
in debug mode, always use uncommitted areas between arenas (security), enable static overloading of malloc etc. on Windows with the static CRT
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/mimalloc/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/mimalloc/PLIST
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/mimalloc/distinfo
cvs rdiff -u -r1.1 -r0 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.14 pkgsrc/devel/mimalloc/Makefile:1.15
--- pkgsrc/devel/mimalloc/Makefile:1.14 Wed Feb 4 16:12:43 2026
+++ pkgsrc/devel/mimalloc/Makefile Tue Apr 21 09:18:19 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2026/02/04 16:12:43 adam Exp $
+# $NetBSD: Makefile,v 1.15 2026/04/21 09:18:19 adam Exp $
-DISTNAME= mimalloc-3.2.8
+DISTNAME= mimalloc-3.3.1
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.8 pkgsrc/devel/mimalloc/PLIST:1.9
--- pkgsrc/devel/mimalloc/PLIST:1.8 Wed Feb 4 16:12:43 2026
+++ pkgsrc/devel/mimalloc/PLIST Tue Apr 21 09:18:19 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2026/02/04 16:12:43 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2026/04/21 09:18:19 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.2
+lib/libmimalloc.so.3.3
lib/pkgconfig/mimalloc.pc
Index: pkgsrc/devel/mimalloc/distinfo
diff -u pkgsrc/devel/mimalloc/distinfo:1.10 pkgsrc/devel/mimalloc/distinfo:1.11
--- pkgsrc/devel/mimalloc/distinfo:1.10 Wed Feb 4 16:12:43 2026
+++ pkgsrc/devel/mimalloc/distinfo Tue Apr 21 09:18:19 2026
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.10 2026/02/04 16:12:43 adam Exp $
+$NetBSD: distinfo,v 1.11 2026/04/21 09:18:19 adam Exp $
-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
+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
Home |
Main Index |
Thread Index |
Old Index