Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mold: update to 2.1.0.
@ 2023-08-20  1:00 wangp
  2023-09-05 19:52 ` leahneukirchen
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: wangp @ 2023-08-20  1:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 464 bytes --]

There is a new pull request by wangp against master on the void-packages repository

https://github.com/wangp/void-packages mold
https://github.com/void-linux/void-packages/pull/45680

mold: update to 2.1.0.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x64_64-glibc

A patch file from https://github.com/void-linux/void-packages/pull/45680.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mold-45680.patch --]
[-- Type: text/x-diff, Size: 1025 bytes --]

From 4873d277d63b401f3a5106b83cb25476ff12df6d Mon Sep 17 00:00:00 2001
From: Peter Wang <novalazy@gmail.com>
Date: Sun, 20 Aug 2023 10:54:45 +1000
Subject: [PATCH] mold: update to 2.1.0.

---
 srcpkgs/mold/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/mold/template b/srcpkgs/mold/template
index fee5ede1e6ab9..2ecd563cba414 100644
--- a/srcpkgs/mold/template
+++ b/srcpkgs/mold/template
@@ -1,6 +1,6 @@
 # Template file for 'mold'
 pkgname=mold
-version=2.0.0
+version=2.1.0
 revision=1
 build_style=cmake
 configure_args="-DMOLD_USE_SYSTEM_MIMALLOC=ON
@@ -14,7 +14,7 @@ maintainer="Peter Wang <novalazy@gmail.com>"
 license="MIT"
 homepage="https://github.com/rui314/mold"
 distfiles="https://github.com/rui314/mold/archive/refs/tags/v${version}.tar.gz"
-checksum=2ae8a22db09cbff626df74c945079fa29c1e5f60bbe02502dcf69191cf43527b
+checksum=a32bec1282671b18ea4691855aed925ea2f348dfef89cb7689cd81273ea0c5df
 
 if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
 	makedepends+=" libatomic-devel"

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: mold: update to 2.1.0.
  2023-08-20  1:00 [PR PATCH] mold: update to 2.1.0 wangp
@ 2023-09-05 19:52 ` leahneukirchen
  2023-09-06  1:02 ` [PR PATCH] [Updated] " wangp
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: leahneukirchen @ 2023-09-05 19:52 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 163 bytes --]

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/pull/45680#issuecomment-1707224460

Comment:
Please rebase.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Updated] mold: update to 2.1.0.
  2023-08-20  1:00 [PR PATCH] mold: update to 2.1.0 wangp
  2023-09-05 19:52 ` leahneukirchen
@ 2023-09-06  1:02 ` wangp
  2023-09-06  1:27 ` wangp
  2023-09-06 11:17 ` [PR PATCH] [Merged]: " leahneukirchen
  3 siblings, 0 replies; 5+ messages in thread
From: wangp @ 2023-09-06  1:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 592 bytes --]

There is an updated pull request by wangp against master on the void-packages repository

https://github.com/wangp/void-packages mold
https://github.com/void-linux/void-packages/pull/45680

mold: update to 2.1.0.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x64_64-glibc
- I built this PR locally for these architectures:
  - aarch64-musl (cross)
  - armv7l (cross)
  - armv6l-musl (cross)

A patch file from https://github.com/void-linux/void-packages/pull/45680.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mold-45680.patch --]
[-- Type: text/x-diff, Size: 1095 bytes --]

From 7a12ef9dc3308863a1941c75b7fb1ea373c4e363 Mon Sep 17 00:00:00 2001
From: Peter Wang <novalazy@gmail.com>
Date: Sun, 20 Aug 2023 10:54:45 +1000
Subject: [PATCH] mold: update to 2.1.0.

---
 srcpkgs/mold/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/mold/template b/srcpkgs/mold/template
index 4d8f44f64ec99..2ecd563cba414 100644
--- a/srcpkgs/mold/template
+++ b/srcpkgs/mold/template
@@ -1,7 +1,7 @@
 # Template file for 'mold'
 pkgname=mold
-version=2.0.0
-revision=2
+version=2.1.0
+revision=1
 build_style=cmake
 configure_args="-DMOLD_USE_SYSTEM_MIMALLOC=ON
  -Dmimalloc_DIR=${XBPS_CROSS_BASE}/cmake/mimalloc-2.0"
@@ -14,7 +14,7 @@ maintainer="Peter Wang <novalazy@gmail.com>"
 license="MIT"
 homepage="https://github.com/rui314/mold"
 distfiles="https://github.com/rui314/mold/archive/refs/tags/v${version}.tar.gz"
-checksum=2ae8a22db09cbff626df74c945079fa29c1e5f60bbe02502dcf69191cf43527b
+checksum=a32bec1282671b18ea4691855aed925ea2f348dfef89cb7689cd81273ea0c5df
 
 if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
 	makedepends+=" libatomic-devel"

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: mold: update to 2.1.0.
  2023-08-20  1:00 [PR PATCH] mold: update to 2.1.0 wangp
  2023-09-05 19:52 ` leahneukirchen
  2023-09-06  1:02 ` [PR PATCH] [Updated] " wangp
@ 2023-09-06  1:27 ` wangp
  2023-09-06 11:17 ` [PR PATCH] [Merged]: " leahneukirchen
  3 siblings, 0 replies; 5+ messages in thread
From: wangp @ 2023-09-06  1:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 161 bytes --]

New comment by wangp on void-packages repository

https://github.com/void-linux/void-packages/pull/45680#issuecomment-1707514830

Comment:
Rebased as requested.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Merged]: mold: update to 2.1.0.
  2023-08-20  1:00 [PR PATCH] mold: update to 2.1.0 wangp
                   ` (2 preceding siblings ...)
  2023-09-06  1:27 ` wangp
@ 2023-09-06 11:17 ` leahneukirchen
  3 siblings, 0 replies; 5+ messages in thread
From: leahneukirchen @ 2023-09-06 11:17 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 443 bytes --]

There's a merged pull request on the void-packages repository

mold: update to 2.1.0.
https://github.com/void-linux/void-packages/pull/45680

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x64_64-glibc
- I built this PR locally for these architectures:
  - aarch64-musl (cross)
  - armv7l (cross)
  - armv6l-musl (cross)

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-09-06 11:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-20  1:00 [PR PATCH] mold: update to 2.1.0 wangp
2023-09-05 19:52 ` leahneukirchen
2023-09-06  1:02 ` [PR PATCH] [Updated] " wangp
2023-09-06  1:27 ` wangp
2023-09-06 11:17 ` [PR PATCH] [Merged]: " leahneukirchen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).