From b3d87f8e3747aa40d2f72c5d91a25d38e505501b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?kleines=20Filmr=C3=B6llchen?= Date: Sun, 19 Jun 2022 16:32:10 +0200 Subject: [PATCH] Ports: Update mold to 1.0.3 --- Ports/AvailablePorts.md | 2 +- Ports/mold/package.sh | 4 ++-- .../patches/0001-Disable-mold-wrapper.so-for-Serenity.patch | 2 +- Ports/mold/patches/0002-Disable-mimalloc-for-serenity.patch | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md index fb4881cf11a..7b97585713e 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -142,7 +142,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n | [`mc`](mc/) | Midnight Commander | 4.8.28 | https://midnight-commander.org/ | | [`mgba`](mgba/) | Game Boy, Game Boy Color and Game Boy Advance emulator | 0.9.3 | https://mgba.io/ | | [`milkytracker`](milkytracker/) | milkytracker | 1.03.00 | https://github.com/milkytracker/MilkyTracker | -| [`mold`](mold/) | A Modern Linker | 1.0.2 | https://github.com/rui314/mold | +| [`mold`](mold/) | A Modern Linker | 1.0.3 | https://github.com/rui314/mold | | [`mpc`](mpc/) | GNU Multiple Precision Complex Library (MPC) | 1.2.1 | http://www.multiprecision.org/mpc/ | | [`mpfr`](mpfr/) | GNU Multiple Precision Floating-Point Reliable Library (MPFR) | 4.1.0 | https://www.mpfr.org/ | | [`mrsh`](mrsh/) | mrsh | cd3c3a4 | https://mrsh.sh/ | diff --git a/Ports/mold/package.sh b/Ports/mold/package.sh index 2a2f54f9837..c2226b8a72e 100755 --- a/Ports/mold/package.sh +++ b/Ports/mold/package.sh @@ -1,7 +1,7 @@ #!/usr/bin/env -S bash ../.port_include.sh port=mold -version=1.0.2 -files="https://github.com/rui314/mold/archive/refs/tags/v${version}.tar.gz mold-${version}.tgz 1a5c4779d10c6c81d21092ea776504f51e6a4994121f536550c60a8e7bb6a028" +version=1.0.3 +files="https://github.com/rui314/mold/archive/refs/tags/v${version}.tar.gz mold-${version}.tgz 488c12058b4c7c77bff94c6f919e40b2f12c304214e2e0d7d4833c21167837c0" auth_type=sha256 depends=("zlib" "openssl") makeopts=("OS=SerenityOS" "LDFLAGS=-L${DESTDIR}/usr/local/lib" "-j$(nproc)") diff --git a/Ports/mold/patches/0001-Disable-mold-wrapper.so-for-Serenity.patch b/Ports/mold/patches/0001-Disable-mold-wrapper.so-for-Serenity.patch index b80c39c1ce9..a12f760256e 100644 --- a/Ports/mold/patches/0001-Disable-mold-wrapper.so-for-Serenity.patch +++ b/Ports/mold/patches/0001-Disable-mold-wrapper.so-for-Serenity.patch @@ -10,7 +10,7 @@ implemented in the Serenity DynamicLoader. 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile -index e2d7cd9..18262a1 100644 +index 844d149..946c952 100644 --- a/Makefile +++ b/Makefile @@ -119,7 +119,7 @@ ifeq ($(OS), Linux) diff --git a/Ports/mold/patches/0002-Disable-mimalloc-for-serenity.patch b/Ports/mold/patches/0002-Disable-mimalloc-for-serenity.patch index 6ccc77a98b2..bf89af15f08 100644 --- a/Ports/mold/patches/0002-Disable-mimalloc-for-serenity.patch +++ b/Ports/mold/patches/0002-Disable-mimalloc-for-serenity.patch @@ -10,7 +10,7 @@ That's one yak too far for right now. 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile -index 18262a1..98c26cc 100644 +index 946c952..dc8563d 100644 --- a/Makefile +++ b/Makefile @@ -60,6 +60,8 @@ endif