From 40ca1bc8148cd28d32da5dde9438823d58d961a7 Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Mon, 6 May 2024 21:12:54 -0400 Subject: [PATCH 1/2] mimalloc: update to 2.1.4 --- srcpkgs/mimalloc/template | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/srcpkgs/mimalloc/template b/srcpkgs/mimalloc/template index 3f098c48245f89..5d4ad7f40100ca 100644 --- a/srcpkgs/mimalloc/template +++ b/srcpkgs/mimalloc/template @@ -1,6 +1,6 @@ # Template file for 'mimalloc' pkgname=mimalloc -version=2.1.2 +version=2.1.4 revision=1 build_style=cmake configure_args="$(vopt_bool secure MI_SECURE)" @@ -8,13 +8,17 @@ short_desc="General purpose allocator with excellent performance characteristics maintainer="Peter Wang " license="MIT" homepage="https://github.com/microsoft/mimalloc" -distfiles="https://github.com/microsoft/mimalloc/archive/v${version}.tar.gz" -checksum=2b1bff6f717f9725c70bf8d79e4786da13de8a270059e4ba0bdd262ae7be46eb +distfiles="https://github.com/microsoft/mimalloc/archive/refs/tags/v${version}.tar.gz" +checksum=ef31a7c593866a35883b2090654a8d6136a1cf06f22b577b4e1c818b1b0a8796 build_options="secure" build_options_default="secure" desc_option_secure="Build mimalloc in secure mode" +if [ "${XBPS_TARGET_LIBC}" = "musl" ]; then + configure_args+=" MI_LIBC_MUSL=ON" +fi + post_install() { vlicense LICENSE } From ff6bf68b8ce53b4dec8a455225b4698f268a18da Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Mon, 6 May 2024 21:13:09 -0400 Subject: [PATCH 2/2] mold: update to 2.31.0 --- srcpkgs/mold/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/mold/template b/srcpkgs/mold/template index d898e1b1119d19..d20d757eab534d 100644 --- a/srcpkgs/mold/template +++ b/srcpkgs/mold/template @@ -1,6 +1,6 @@ # Template file for 'mold' pkgname=mold -version=2.4.1 +version=2.31.0 revision=1 build_style=cmake configure_args="-DMOLD_USE_SYSTEM_MIMALLOC=ON -DMOLD_USE_SYSTEM_TBB=ON" @@ -14,7 +14,7 @@ license="MIT" homepage="https://github.com/rui314/mold" changelog="https://github.com/rui314/mold/releases" distfiles="https://github.com/rui314/mold/archive/refs/tags/v${version}.tar.gz" -checksum=c9853d007d6a1b4f3e36b7314346751f4cc91bc43c76e30db51709b53b44dd68 +checksum=3dc3af83a5d22a4b29971bfad17261851d426961c665480e2ca294e5c74aa1e5 post_install() { vlicense LICENSE