Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] erlang: update to 25.0.2.
@ 2022-07-07  9:51 leahneukirchen
  2022-08-19 14:58 ` [PR PATCH] [Updated] " leahneukirchen
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: leahneukirchen @ 2022-07-07  9:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/leahneukirchen/void-packages erlang25
https://github.com/void-linux/void-packages/pull/37909

erlang: update to 25.0.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

Some tests fail due to rootdir = "/usr/lib64/erlang" but I don't think it matters. Workarounds welcome.

cc @Vaelatern due to ejabberd bump.

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

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

From ce9ba508865ad1ccb762cf4c737a06fd51a5c5a8 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Thu, 7 Jul 2022 11:18:06 +0200
Subject: [PATCH 1/5] erlang: update to 25.0.2.

---
 srcpkgs/erlang/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/erlang/template b/srcpkgs/erlang/template
index c12a3851a19c..cc4788ddf45f 100644
--- a/srcpkgs/erlang/template
+++ b/srcpkgs/erlang/template
@@ -1,6 +1,6 @@
 # Template file for 'erlang'
 pkgname=erlang
-version=24.3.4.1
+version=25.0.2
 revision=1
 create_wrksrc=yes
 build_wrksrc="otp-OTP-${version}"
@@ -14,7 +14,7 @@ license="Apache-2.0"
 homepage="http://www.erlang.org/"
 changelog="https://github.com/erlang/otp/releases"
 distfiles="https://github.com/erlang/otp/archive/OTP-${version}.tar.gz"
-checksum=98363e5489356ed4fb3616e44d430b3daf5bb286be800d1c331fba8ef35ca3a0
+checksum=f78764c6fd504f7b264c47e469c0fcb86a01c92344dc9d625dfd42f6c3ed8224
 subpackages="erlang-doc"
 
 if [ -z "$CROSS_BUILD" ]; then
@@ -28,7 +28,6 @@ case "$XBPS_TARGET_MACHINE" in
 esac
 
 pre_configure() {
-	./otp_build autoconf
 	if [ "$CROSS_BUILD" ]; then
 		# Build the bootstrap compiler for the host platform.
 		env - PATH=/usr/bin:/usr/sbin ./configure --enable-bootstrap-only

From 1019f1abb6a0aace144843cf475984bc88487291 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Thu, 7 Jul 2022 11:18:29 +0200
Subject: [PATCH 2/5] rebar3: rebuild for erlang-25.0.2.

---
 srcpkgs/rebar3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rebar3/template b/srcpkgs/rebar3/template
index da3f82deade3..cce9ffb4db68 100644
--- a/srcpkgs/rebar3/template
+++ b/srcpkgs/rebar3/template
@@ -1,7 +1,7 @@
 # Template file for 'rebar3'
 pkgname=rebar3
 version=3.19.0
-revision=1
+revision=2
 hostmakedepends=erlang
 depends="erlang>=22"
 short_desc="Erlang build tool to compile, test, and release applications"

From 825944794059cc32332fedb0afd1c9b363212ad0 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Thu, 7 Jul 2022 11:19:30 +0200
Subject: [PATCH 3/5] lfe: rebuild for erlang-25.0.2.

---
 srcpkgs/lfe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/lfe/template b/srcpkgs/lfe/template
index 528ef58467da..04967e48fc96 100644
--- a/srcpkgs/lfe/template
+++ b/srcpkgs/lfe/template
@@ -1,7 +1,7 @@
 # Template file for 'lfe'
 pkgname=lfe
 version=2.0.1
-revision=1
+revision=2
 build_style=gnu-makefile
 hostmakedepends="erlang"
 depends="erlang"

From 859a3168ffbebc668f7921219ae8a852159297c5 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Thu, 7 Jul 2022 11:24:24 +0200
Subject: [PATCH 4/5] elixir: rebuild for erlang-25.0.2.

---
 srcpkgs/elixir/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/elixir/template b/srcpkgs/elixir/template
index 8f721e3a3337..411eb66f80d1 100644
--- a/srcpkgs/elixir/template
+++ b/srcpkgs/elixir/template
@@ -1,7 +1,7 @@
 # Template file for 'elixir'
 pkgname=elixir
 version=1.13.4
-revision=1
+revision=2
 build_style=gnu-makefile
 make_check_target="test"
 hostmakedepends="erlang"

From 3a43970cae96962fa0c9f239791886c69b2aafa6 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Thu, 7 Jul 2022 11:28:44 +0200
Subject: [PATCH 5/5] ejabberd: update to 22.05.

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

diff --git a/srcpkgs/ejabberd/template b/srcpkgs/ejabberd/template
index 70643ecd550b..c77545190f4f 100644
--- a/srcpkgs/ejabberd/template
+++ b/srcpkgs/ejabberd/template
@@ -1,6 +1,6 @@
 # Template file for 'ejabberd'
 pkgname=ejabberd
-version=21.07
+version=22.05
 revision=1
 build_style=gnu-configure
 configure_args="--enable-odbc --enable-mysql --enable-pgsql --enable-pam
@@ -15,7 +15,7 @@ maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://www.process-one.net/en/ejabberd/"
 distfiles="https://github.com/processone/ejabberd/archive/${version}.tar.gz"
-checksum=8b344f727602a28f88bf9e24d39144bc3f324b62e0b03bda51884f8d99084d4e
+checksum=b8e93b51ae3cb650a2870fae1b6705404bb155289e97be7e9a54961a9effb959
 
 build_options="sqlite"
 build_options_default="sqlite"

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

* Re: [PR PATCH] [Updated] erlang: update to 25.0.2.
  2022-07-07  9:51 [PR PATCH] erlang: update to 25.0.2 leahneukirchen
@ 2022-08-19 14:58 ` leahneukirchen
  2022-08-19 19:21 ` Vaelatern
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: leahneukirchen @ 2022-08-19 14:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/leahneukirchen/void-packages erlang25
https://github.com/void-linux/void-packages/pull/37909

erlang: update to 25.0.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

Some tests fail due to rootdir = "/usr/lib64/erlang" but I don't think it matters. Workarounds welcome.

cc @Vaelatern due to ejabberd bump.

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

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

From c69b67423f7a149cd0f3a45078f5d5677c125376 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Thu, 7 Jul 2022 11:18:06 +0200
Subject: [PATCH 1/5] erlang: update to 25.0.4.

---
 srcpkgs/erlang/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/erlang/template b/srcpkgs/erlang/template
index c12a3851a19c..f141d58c0dcf 100644
--- a/srcpkgs/erlang/template
+++ b/srcpkgs/erlang/template
@@ -1,6 +1,6 @@
 # Template file for 'erlang'
 pkgname=erlang
-version=24.3.4.1
+version=25.0.4
 revision=1
 create_wrksrc=yes
 build_wrksrc="otp-OTP-${version}"
@@ -14,7 +14,7 @@ license="Apache-2.0"
 homepage="http://www.erlang.org/"
 changelog="https://github.com/erlang/otp/releases"
 distfiles="https://github.com/erlang/otp/archive/OTP-${version}.tar.gz"
-checksum=98363e5489356ed4fb3616e44d430b3daf5bb286be800d1c331fba8ef35ca3a0
+checksum=05878cb51a64b33c86836b12a21903075c300409b609ad5e941ddb0feb8c2120
 subpackages="erlang-doc"
 
 if [ -z "$CROSS_BUILD" ]; then
@@ -28,7 +28,6 @@ case "$XBPS_TARGET_MACHINE" in
 esac
 
 pre_configure() {
-	./otp_build autoconf
 	if [ "$CROSS_BUILD" ]; then
 		# Build the bootstrap compiler for the host platform.
 		env - PATH=/usr/bin:/usr/sbin ./configure --enable-bootstrap-only

From 32ab9ba077040b188bff6c33d6cdfc1414814161 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Thu, 7 Jul 2022 11:18:29 +0200
Subject: [PATCH 2/5] rebar3: rebuild for erlang-25.0.2.

---
 srcpkgs/rebar3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rebar3/template b/srcpkgs/rebar3/template
index da3f82deade3..cce9ffb4db68 100644
--- a/srcpkgs/rebar3/template
+++ b/srcpkgs/rebar3/template
@@ -1,7 +1,7 @@
 # Template file for 'rebar3'
 pkgname=rebar3
 version=3.19.0
-revision=1
+revision=2
 hostmakedepends=erlang
 depends="erlang>=22"
 short_desc="Erlang build tool to compile, test, and release applications"

From 3af3497d4e5a5a37b486ca5d537ae0f206921d0f Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Thu, 7 Jul 2022 11:19:30 +0200
Subject: [PATCH 3/5] lfe: rebuild for erlang-25.0.2.

---
 srcpkgs/lfe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/lfe/template b/srcpkgs/lfe/template
index 528ef58467da..04967e48fc96 100644
--- a/srcpkgs/lfe/template
+++ b/srcpkgs/lfe/template
@@ -1,7 +1,7 @@
 # Template file for 'lfe'
 pkgname=lfe
 version=2.0.1
-revision=1
+revision=2
 build_style=gnu-makefile
 hostmakedepends="erlang"
 depends="erlang"

From fd0c789c7ed80253d1bad59cfbfd7b33dcddcf14 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Thu, 7 Jul 2022 11:24:24 +0200
Subject: [PATCH 4/5] elixir: rebuild for erlang-25.0.2.

---
 srcpkgs/elixir/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/elixir/template b/srcpkgs/elixir/template
index 8f721e3a3337..411eb66f80d1 100644
--- a/srcpkgs/elixir/template
+++ b/srcpkgs/elixir/template
@@ -1,7 +1,7 @@
 # Template file for 'elixir'
 pkgname=elixir
 version=1.13.4
-revision=1
+revision=2
 build_style=gnu-makefile
 make_check_target="test"
 hostmakedepends="erlang"

From 7b3f5bacba78d377b7a95c288a3ac4084a0413a3 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Thu, 7 Jul 2022 11:28:44 +0200
Subject: [PATCH 5/5] ejabberd: update to 22.05.

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

diff --git a/srcpkgs/ejabberd/template b/srcpkgs/ejabberd/template
index 70643ecd550b..c77545190f4f 100644
--- a/srcpkgs/ejabberd/template
+++ b/srcpkgs/ejabberd/template
@@ -1,6 +1,6 @@
 # Template file for 'ejabberd'
 pkgname=ejabberd
-version=21.07
+version=22.05
 revision=1
 build_style=gnu-configure
 configure_args="--enable-odbc --enable-mysql --enable-pgsql --enable-pam
@@ -15,7 +15,7 @@ maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://www.process-one.net/en/ejabberd/"
 distfiles="https://github.com/processone/ejabberd/archive/${version}.tar.gz"
-checksum=8b344f727602a28f88bf9e24d39144bc3f324b62e0b03bda51884f8d99084d4e
+checksum=b8e93b51ae3cb650a2870fae1b6705404bb155289e97be7e9a54961a9effb959
 
 build_options="sqlite"
 build_options_default="sqlite"

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

* Re: erlang: update to 25.0.2.
  2022-07-07  9:51 [PR PATCH] erlang: update to 25.0.2 leahneukirchen
  2022-08-19 14:58 ` [PR PATCH] [Updated] " leahneukirchen
@ 2022-08-19 19:21 ` Vaelatern
  2022-09-06  7:48 ` [PR PATCH] [Updated] " leahneukirchen
  2022-09-06  9:01 ` [PR PATCH] [Merged]: " leahneukirchen
  3 siblings, 0 replies; 5+ messages in thread
From: Vaelatern @ 2022-08-19 19:21 UTC (permalink / raw)
  To: ml

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

New comment by Vaelatern on void-packages repository

https://github.com/void-linux/void-packages/pull/37909#issuecomment-1221023246

Comment:
If you made ejabberd update at all, that's a win. Maybe it needed the new erlang to do it.

Approved.

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

* Re: [PR PATCH] [Updated] erlang: update to 25.0.2.
  2022-07-07  9:51 [PR PATCH] erlang: update to 25.0.2 leahneukirchen
  2022-08-19 14:58 ` [PR PATCH] [Updated] " leahneukirchen
  2022-08-19 19:21 ` Vaelatern
@ 2022-09-06  7:48 ` leahneukirchen
  2022-09-06  9:01 ` [PR PATCH] [Merged]: " leahneukirchen
  3 siblings, 0 replies; 5+ messages in thread
From: leahneukirchen @ 2022-09-06  7:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/leahneukirchen/void-packages erlang25
https://github.com/void-linux/void-packages/pull/37909

erlang: update to 25.0.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

Some tests fail due to rootdir = "/usr/lib64/erlang" but I don't think it matters. Workarounds welcome.

cc @Vaelatern due to ejabberd bump.

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

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

From 8affa963ed2c7fd293df82203e51277f6b35bd18 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Thu, 7 Jul 2022 11:18:06 +0200
Subject: [PATCH 1/5] erlang: update to 25.0.4.

---
 srcpkgs/erlang/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/erlang/template b/srcpkgs/erlang/template
index c12a3851a19c..f141d58c0dcf 100644
--- a/srcpkgs/erlang/template
+++ b/srcpkgs/erlang/template
@@ -1,6 +1,6 @@
 # Template file for 'erlang'
 pkgname=erlang
-version=24.3.4.1
+version=25.0.4
 revision=1
 create_wrksrc=yes
 build_wrksrc="otp-OTP-${version}"
@@ -14,7 +14,7 @@ license="Apache-2.0"
 homepage="http://www.erlang.org/"
 changelog="https://github.com/erlang/otp/releases"
 distfiles="https://github.com/erlang/otp/archive/OTP-${version}.tar.gz"
-checksum=98363e5489356ed4fb3616e44d430b3daf5bb286be800d1c331fba8ef35ca3a0
+checksum=05878cb51a64b33c86836b12a21903075c300409b609ad5e941ddb0feb8c2120
 subpackages="erlang-doc"
 
 if [ -z "$CROSS_BUILD" ]; then
@@ -28,7 +28,6 @@ case "$XBPS_TARGET_MACHINE" in
 esac
 
 pre_configure() {
-	./otp_build autoconf
 	if [ "$CROSS_BUILD" ]; then
 		# Build the bootstrap compiler for the host platform.
 		env - PATH=/usr/bin:/usr/sbin ./configure --enable-bootstrap-only

From 83eccd5684ddcb528a6d6971f8c7b68ad742a022 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Thu, 7 Jul 2022 11:18:29 +0200
Subject: [PATCH 2/5] rebar3: rebuild for erlang-25.0.2.

---
 srcpkgs/rebar3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rebar3/template b/srcpkgs/rebar3/template
index da3f82deade3..cce9ffb4db68 100644
--- a/srcpkgs/rebar3/template
+++ b/srcpkgs/rebar3/template
@@ -1,7 +1,7 @@
 # Template file for 'rebar3'
 pkgname=rebar3
 version=3.19.0
-revision=1
+revision=2
 hostmakedepends=erlang
 depends="erlang>=22"
 short_desc="Erlang build tool to compile, test, and release applications"

From a2f66e9ebe9ce96cc7a881775b6eca13b5e79808 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Thu, 7 Jul 2022 11:19:30 +0200
Subject: [PATCH 3/5] lfe: rebuild for erlang-25.0.2.

---
 srcpkgs/lfe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/lfe/template b/srcpkgs/lfe/template
index 528ef58467da..04967e48fc96 100644
--- a/srcpkgs/lfe/template
+++ b/srcpkgs/lfe/template
@@ -1,7 +1,7 @@
 # Template file for 'lfe'
 pkgname=lfe
 version=2.0.1
-revision=1
+revision=2
 build_style=gnu-makefile
 hostmakedepends="erlang"
 depends="erlang"

From d3248c8a3e9ff94b69d15aa4a1730338529031ea Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Thu, 7 Jul 2022 11:24:24 +0200
Subject: [PATCH 4/5] elixir: rebuild for erlang-25.0.2.

---
 srcpkgs/elixir/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/elixir/template b/srcpkgs/elixir/template
index 012c48cddbde..50867e1db30e 100644
--- a/srcpkgs/elixir/template
+++ b/srcpkgs/elixir/template
@@ -1,7 +1,7 @@
 # Template file for 'elixir'
 pkgname=elixir
 version=1.14.0
-revision=1
+revision=2
 build_style=gnu-makefile
 make_check_target="test"
 hostmakedepends="erlang"

From d573a3326c607d19c6d1d2ab76a21f4393f25479 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Thu, 7 Jul 2022 11:28:44 +0200
Subject: [PATCH 5/5] ejabberd: update to 22.05.

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

diff --git a/srcpkgs/ejabberd/template b/srcpkgs/ejabberd/template
index 70643ecd550b..c77545190f4f 100644
--- a/srcpkgs/ejabberd/template
+++ b/srcpkgs/ejabberd/template
@@ -1,6 +1,6 @@
 # Template file for 'ejabberd'
 pkgname=ejabberd
-version=21.07
+version=22.05
 revision=1
 build_style=gnu-configure
 configure_args="--enable-odbc --enable-mysql --enable-pgsql --enable-pam
@@ -15,7 +15,7 @@ maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://www.process-one.net/en/ejabberd/"
 distfiles="https://github.com/processone/ejabberd/archive/${version}.tar.gz"
-checksum=8b344f727602a28f88bf9e24d39144bc3f324b62e0b03bda51884f8d99084d4e
+checksum=b8e93b51ae3cb650a2870fae1b6705404bb155289e97be7e9a54961a9effb959
 
 build_options="sqlite"
 build_options_default="sqlite"

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

* Re: [PR PATCH] [Merged]: erlang: update to 25.0.2.
  2022-07-07  9:51 [PR PATCH] erlang: update to 25.0.2 leahneukirchen
                   ` (2 preceding siblings ...)
  2022-09-06  7:48 ` [PR PATCH] [Updated] " leahneukirchen
@ 2022-09-06  9:01 ` leahneukirchen
  3 siblings, 0 replies; 5+ messages in thread
From: leahneukirchen @ 2022-09-06  9:01 UTC (permalink / raw)
  To: ml

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

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

erlang: update to 25.0.2.
https://github.com/void-linux/void-packages/pull/37909

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

Some tests fail due to rootdir = "/usr/lib64/erlang" but I don't think it matters. Workarounds welcome.

cc @Vaelatern due to ejabberd bump.

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

end of thread, other threads:[~2022-09-06  9:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-07  9:51 [PR PATCH] erlang: update to 25.0.2 leahneukirchen
2022-08-19 14:58 ` [PR PATCH] [Updated] " leahneukirchen
2022-08-19 19:21 ` Vaelatern
2022-09-06  7:48 ` [PR PATCH] [Updated] " leahneukirchen
2022-09-06  9:01 ` [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).