* [PR PATCH] task: update to 3.1.0.
@ 2024-10-30 10:20 dataCobra
2024-11-11 9:01 ` [PR PATCH] [Updated] " dataCobra
` (5 more replies)
0 siblings, 6 replies; 7+ messages in thread
From: dataCobra @ 2024-10-30 10:20 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 604 bytes --]
There is a new pull request by dataCobra against master on the void-packages repository
https://github.com/dataCobra/void-packages taskw
https://github.com/void-linux/void-packages/pull/52847
task: update to 3.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, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- x86_64-musl
- i686
- aarch64
- armv7l
A patch file from https://github.com/void-linux/void-packages/pull/52847.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-taskw-52847.patch --]
[-- Type: text/x-diff, Size: 3215 bytes --]
From 6826ec5d864d5183be11ea4ec5bcee3370d8b988 Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Wed, 30 Oct 2024 11:19:20 +0100
Subject: [PATCH] task: update to 3.1.0.
---
srcpkgs/task/patches/cmake-ninja.patch | 23 -----------------------
srcpkgs/task/patches/taskchampion.patch | 11 -----------
srcpkgs/task/template | 5 +++--
3 files changed, 3 insertions(+), 36 deletions(-)
delete mode 100644 srcpkgs/task/patches/cmake-ninja.patch
delete mode 100644 srcpkgs/task/patches/taskchampion.patch
diff --git a/srcpkgs/task/patches/cmake-ninja.patch b/srcpkgs/task/patches/cmake-ninja.patch
deleted file mode 100644
index 65e1c2b9d85d21..00000000000000
--- a/srcpkgs/task/patches/cmake-ninja.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-single $ produce syntax error in build.ninja. these custom_target are
-not required anyway
-
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -165,17 +165,6 @@
- install (FILES ${doc_FILE} DESTINATION ${TASK_DOCDIR})
- endforeach (doc_FILE)
-
--add_custom_command(OUTPUT run-review
-- COMMAND docker build -q --build-arg PR=$(PR) --build-arg LIBPR=$(LIBPR) -t taskwarrior-review:$(PR)s$(LIBPR) - < scripts/review-dockerfile
-- COMMAND docker run --rm --memory 1g --hostname pr-$(PR)s$(LIBPR) -it taskwarrior-review:$(PR)s$(LIBPR) bash || :
--)
--add_custom_target(review DEPENDS run-review)
--
--add_custom_command(OUTPUT run-reproduce
-- COMMAND docker build -q --build-arg RELEASE=$(RELEASE) -t taskwarrior-reproduce:$(RELEASE) - < scripts/reproduce-dockerfile
-- COMMAND docker run --rm --memory 1g --hostname tw-$(RELEASE) -it taskwarrior-reproduce:$(RELEASE) bash || :
--)
--add_custom_target(reproduce DEPENDS run-reproduce)
-
- # ---
-
diff --git a/srcpkgs/task/patches/taskchampion.patch b/srcpkgs/task/patches/taskchampion.patch
deleted file mode 100644
index 67aa707774c5a1..00000000000000
--- a/srcpkgs/task/patches/taskchampion.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/taskchampion/lib/src/atomic.rs~
-+++ b/taskchampion/lib/src/atomic.rs
-@@ -22,7 +22,7 @@
-
- unsafe fn from_ctype(self) -> Option<DateTime<Utc>> {
- if self != 0 {
-- return Some(utc_timestamp(self));
-+ return Some(utc_timestamp(self.into()));
- }
- None
- }
diff --git a/srcpkgs/task/template b/srcpkgs/task/template
index 246414ab703a62..bd1c031a1a6db5 100644
--- a/srcpkgs/task/template
+++ b/srcpkgs/task/template
@@ -1,9 +1,10 @@
# Template file for 'task'
pkgname=task
-version=3.0.2
+version=3.1.0
revision=1
build_style=cmake
build_helper="rust"
+configure_args="-DCMAKE_BUILD_TYPE=Release"
hostmakedepends="rust cargo"
makedepends="libuuid-devel gnutls-devel rust-std"
short_desc="Task Warrior command-line todo list manager"
@@ -11,7 +12,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://taskwarrior.org"
distfiles="https://github.com/GothenburgBitFactory/taskwarrior/releases/download/v${version}/task-${version}.tar.gz"
-checksum=633b76637b0c74e4845ffa28249f01a16ed2c84000ece58d4358e72bf88d5f10
+checksum=1ae67c74b84067573a53095cf3cb6718245dd7dd808f19f9b3d85da445838b4f
post_install() {
vcompletion scripts/zsh/_task zsh
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PR PATCH] [Updated] task: update to 3.1.0.
2024-10-30 10:20 [PR PATCH] task: update to 3.1.0 dataCobra
@ 2024-11-11 9:01 ` dataCobra
2024-11-12 8:50 ` dataCobra
` (4 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: dataCobra @ 2024-11-11 9:01 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 609 bytes --]
There is an updated pull request by dataCobra against master on the void-packages repository
https://github.com/dataCobra/void-packages taskw
https://github.com/void-linux/void-packages/pull/52847
task: update to 3.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, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- x86_64-musl
- i686
- aarch64
- armv7l
A patch file from https://github.com/void-linux/void-packages/pull/52847.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-taskw-52847.patch --]
[-- Type: text/x-diff, Size: 3062 bytes --]
From 2f98da08d9e038160e5b4b3c231fa9ff0f8c3a4c Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Mon, 11 Nov 2024 10:00:26 +0100
Subject: [PATCH] task: update to 3.1.0.
---
srcpkgs/task/patches/cmake-ninja.patch | 23 -----------------------
srcpkgs/task/patches/taskchampion.patch | 4 ++--
srcpkgs/task/template | 5 +++--
3 files changed, 5 insertions(+), 27 deletions(-)
delete mode 100644 srcpkgs/task/patches/cmake-ninja.patch
diff --git a/srcpkgs/task/patches/cmake-ninja.patch b/srcpkgs/task/patches/cmake-ninja.patch
deleted file mode 100644
index 65e1c2b9d85d21..00000000000000
--- a/srcpkgs/task/patches/cmake-ninja.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-single $ produce syntax error in build.ninja. these custom_target are
-not required anyway
-
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -165,17 +165,6 @@
- install (FILES ${doc_FILE} DESTINATION ${TASK_DOCDIR})
- endforeach (doc_FILE)
-
--add_custom_command(OUTPUT run-review
-- COMMAND docker build -q --build-arg PR=$(PR) --build-arg LIBPR=$(LIBPR) -t taskwarrior-review:$(PR)s$(LIBPR) - < scripts/review-dockerfile
-- COMMAND docker run --rm --memory 1g --hostname pr-$(PR)s$(LIBPR) -it taskwarrior-review:$(PR)s$(LIBPR) bash || :
--)
--add_custom_target(review DEPENDS run-review)
--
--add_custom_command(OUTPUT run-reproduce
-- COMMAND docker build -q --build-arg RELEASE=$(RELEASE) -t taskwarrior-reproduce:$(RELEASE) - < scripts/reproduce-dockerfile
-- COMMAND docker run --rm --memory 1g --hostname tw-$(RELEASE) -it taskwarrior-reproduce:$(RELEASE) bash || :
--)
--add_custom_target(reproduce DEPENDS run-reproduce)
-
- # ---
-
diff --git a/srcpkgs/task/patches/taskchampion.patch b/srcpkgs/task/patches/taskchampion.patch
index 67aa707774c5a1..4efca23d0b72e6 100644
--- a/srcpkgs/task/patches/taskchampion.patch
+++ b/srcpkgs/task/patches/taskchampion.patch
@@ -1,5 +1,5 @@
---- a/taskchampion/lib/src/atomic.rs~
-+++ b/taskchampion/lib/src/atomic.rs
+--- a/src/tc/lib/src/atomic.rs
++++ b/src/tc/lib/src/atomic.rs
@@ -22,7 +22,7 @@
unsafe fn from_ctype(self) -> Option<DateTime<Utc>> {
diff --git a/srcpkgs/task/template b/srcpkgs/task/template
index 246414ab703a62..bd1c031a1a6db5 100644
--- a/srcpkgs/task/template
+++ b/srcpkgs/task/template
@@ -1,9 +1,10 @@
# Template file for 'task'
pkgname=task
-version=3.0.2
+version=3.1.0
revision=1
build_style=cmake
build_helper="rust"
+configure_args="-DCMAKE_BUILD_TYPE=Release"
hostmakedepends="rust cargo"
makedepends="libuuid-devel gnutls-devel rust-std"
short_desc="Task Warrior command-line todo list manager"
@@ -11,7 +12,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://taskwarrior.org"
distfiles="https://github.com/GothenburgBitFactory/taskwarrior/releases/download/v${version}/task-${version}.tar.gz"
-checksum=633b76637b0c74e4845ffa28249f01a16ed2c84000ece58d4358e72bf88d5f10
+checksum=1ae67c74b84067573a53095cf3cb6718245dd7dd808f19f9b3d85da445838b4f
post_install() {
vcompletion scripts/zsh/_task zsh
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PR PATCH] [Updated] task: update to 3.1.0.
2024-10-30 10:20 [PR PATCH] task: update to 3.1.0 dataCobra
2024-11-11 9:01 ` [PR PATCH] [Updated] " dataCobra
@ 2024-11-12 8:50 ` dataCobra
2024-11-12 8:54 ` dataCobra
` (3 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: dataCobra @ 2024-11-12 8:50 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 719 bytes --]
There is an updated pull request by dataCobra against master on the void-packages repository
https://github.com/dataCobra/void-packages taskw
https://github.com/void-linux/void-packages/pull/52847
task: update to 3.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, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- x86_64-musl
- i686
- aarch64
- armv7l
I've created an upstream issue so the 32bit `isize` mismatch gets fixed and the
patch is no longer necessary
A patch file from https://github.com/void-linux/void-packages/pull/52847.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-taskw-52847.patch --]
[-- Type: text/x-diff, Size: 3062 bytes --]
From 454ccf4a39dc03e87ee35c515c4b258a4f6f9f7f Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Mon, 11 Nov 2024 10:00:26 +0100
Subject: [PATCH] task: update to 3.1.0.
---
srcpkgs/task/patches/cmake-ninja.patch | 23 -----------------------
srcpkgs/task/patches/taskchampion.patch | 4 ++--
srcpkgs/task/template | 5 +++--
3 files changed, 5 insertions(+), 27 deletions(-)
delete mode 100644 srcpkgs/task/patches/cmake-ninja.patch
diff --git a/srcpkgs/task/patches/cmake-ninja.patch b/srcpkgs/task/patches/cmake-ninja.patch
deleted file mode 100644
index 65e1c2b9d85d21..00000000000000
--- a/srcpkgs/task/patches/cmake-ninja.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-single $ produce syntax error in build.ninja. these custom_target are
-not required anyway
-
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -165,17 +165,6 @@
- install (FILES ${doc_FILE} DESTINATION ${TASK_DOCDIR})
- endforeach (doc_FILE)
-
--add_custom_command(OUTPUT run-review
-- COMMAND docker build -q --build-arg PR=$(PR) --build-arg LIBPR=$(LIBPR) -t taskwarrior-review:$(PR)s$(LIBPR) - < scripts/review-dockerfile
-- COMMAND docker run --rm --memory 1g --hostname pr-$(PR)s$(LIBPR) -it taskwarrior-review:$(PR)s$(LIBPR) bash || :
--)
--add_custom_target(review DEPENDS run-review)
--
--add_custom_command(OUTPUT run-reproduce
-- COMMAND docker build -q --build-arg RELEASE=$(RELEASE) -t taskwarrior-reproduce:$(RELEASE) - < scripts/reproduce-dockerfile
-- COMMAND docker run --rm --memory 1g --hostname tw-$(RELEASE) -it taskwarrior-reproduce:$(RELEASE) bash || :
--)
--add_custom_target(reproduce DEPENDS run-reproduce)
-
- # ---
-
diff --git a/srcpkgs/task/patches/taskchampion.patch b/srcpkgs/task/patches/taskchampion.patch
index 67aa707774c5a1..4efca23d0b72e6 100644
--- a/srcpkgs/task/patches/taskchampion.patch
+++ b/srcpkgs/task/patches/taskchampion.patch
@@ -1,5 +1,5 @@
---- a/taskchampion/lib/src/atomic.rs~
-+++ b/taskchampion/lib/src/atomic.rs
+--- a/src/tc/lib/src/atomic.rs
++++ b/src/tc/lib/src/atomic.rs
@@ -22,7 +22,7 @@
unsafe fn from_ctype(self) -> Option<DateTime<Utc>> {
diff --git a/srcpkgs/task/template b/srcpkgs/task/template
index 246414ab703a62..bd1c031a1a6db5 100644
--- a/srcpkgs/task/template
+++ b/srcpkgs/task/template
@@ -1,9 +1,10 @@
# Template file for 'task'
pkgname=task
-version=3.0.2
+version=3.1.0
revision=1
build_style=cmake
build_helper="rust"
+configure_args="-DCMAKE_BUILD_TYPE=Release"
hostmakedepends="rust cargo"
makedepends="libuuid-devel gnutls-devel rust-std"
short_desc="Task Warrior command-line todo list manager"
@@ -11,7 +12,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://taskwarrior.org"
distfiles="https://github.com/GothenburgBitFactory/taskwarrior/releases/download/v${version}/task-${version}.tar.gz"
-checksum=633b76637b0c74e4845ffa28249f01a16ed2c84000ece58d4358e72bf88d5f10
+checksum=1ae67c74b84067573a53095cf3cb6718245dd7dd808f19f9b3d85da445838b4f
post_install() {
vcompletion scripts/zsh/_task zsh
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: task: update to 3.1.0.
2024-10-30 10:20 [PR PATCH] task: update to 3.1.0 dataCobra
2024-11-11 9:01 ` [PR PATCH] [Updated] " dataCobra
2024-11-12 8:50 ` dataCobra
@ 2024-11-12 8:54 ` dataCobra
2024-11-14 20:09 ` cinerea0
` (2 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: dataCobra @ 2024-11-12 8:54 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 260 bytes --]
New comment by dataCobra on void-packages repository
https://github.com/void-linux/void-packages/pull/52847#issuecomment-2469940469
Comment:
Upstream fixed the 32bit issue with the coming version 3.2.0.
I've already tested the `main` branch with the fix.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: task: update to 3.1.0.
2024-10-30 10:20 [PR PATCH] task: update to 3.1.0 dataCobra
` (2 preceding siblings ...)
2024-11-12 8:54 ` dataCobra
@ 2024-11-14 20:09 ` cinerea0
2024-11-15 10:52 ` dataCobra
2024-11-15 10:54 ` [PR PATCH] [Updated] " dataCobra
5 siblings, 0 replies; 7+ messages in thread
From: cinerea0 @ 2024-11-14 20:09 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 183 bytes --]
New comment by cinerea0 on void-packages repository
https://github.com/void-linux/void-packages/pull/52847#issuecomment-2477315899
Comment:
Version 3.2.0 is now available upstream.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: task: update to 3.1.0.
2024-10-30 10:20 [PR PATCH] task: update to 3.1.0 dataCobra
` (3 preceding siblings ...)
2024-11-14 20:09 ` cinerea0
@ 2024-11-15 10:52 ` dataCobra
2024-11-15 10:54 ` [PR PATCH] [Updated] " dataCobra
5 siblings, 0 replies; 7+ messages in thread
From: dataCobra @ 2024-11-15 10:52 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 294 bytes --]
New comment by dataCobra on void-packages repository
https://github.com/void-linux/void-packages/pull/52847#issuecomment-2478549662
Comment:
Cross compilation fails on the new version.
I've created a upstream issue. But we could update to this version for now since it's known to be good.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PR PATCH] [Updated] task: update to 3.1.0.
2024-10-30 10:20 [PR PATCH] task: update to 3.1.0 dataCobra
` (4 preceding siblings ...)
2024-11-15 10:52 ` dataCobra
@ 2024-11-15 10:54 ` dataCobra
5 siblings, 0 replies; 7+ messages in thread
From: dataCobra @ 2024-11-15 10:54 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 719 bytes --]
There is an updated pull request by dataCobra against master on the void-packages repository
https://github.com/dataCobra/void-packages taskw
https://github.com/void-linux/void-packages/pull/52847
task: update to 3.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, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- x86_64-musl
- i686
- aarch64
- armv7l
I've created an upstream issue so the 32bit `isize` mismatch gets fixed and the
patch is no longer necessary
A patch file from https://github.com/void-linux/void-packages/pull/52847.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-taskw-52847.patch --]
[-- Type: text/x-diff, Size: 3062 bytes --]
From d2ad7919dbd04f045c8011f43f442e9289ed53c8 Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Mon, 11 Nov 2024 10:00:26 +0100
Subject: [PATCH] task: update to 3.1.0.
---
srcpkgs/task/patches/cmake-ninja.patch | 23 -----------------------
srcpkgs/task/patches/taskchampion.patch | 4 ++--
srcpkgs/task/template | 5 +++--
3 files changed, 5 insertions(+), 27 deletions(-)
delete mode 100644 srcpkgs/task/patches/cmake-ninja.patch
diff --git a/srcpkgs/task/patches/cmake-ninja.patch b/srcpkgs/task/patches/cmake-ninja.patch
deleted file mode 100644
index 65e1c2b9d85d21..00000000000000
--- a/srcpkgs/task/patches/cmake-ninja.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-single $ produce syntax error in build.ninja. these custom_target are
-not required anyway
-
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -165,17 +165,6 @@
- install (FILES ${doc_FILE} DESTINATION ${TASK_DOCDIR})
- endforeach (doc_FILE)
-
--add_custom_command(OUTPUT run-review
-- COMMAND docker build -q --build-arg PR=$(PR) --build-arg LIBPR=$(LIBPR) -t taskwarrior-review:$(PR)s$(LIBPR) - < scripts/review-dockerfile
-- COMMAND docker run --rm --memory 1g --hostname pr-$(PR)s$(LIBPR) -it taskwarrior-review:$(PR)s$(LIBPR) bash || :
--)
--add_custom_target(review DEPENDS run-review)
--
--add_custom_command(OUTPUT run-reproduce
-- COMMAND docker build -q --build-arg RELEASE=$(RELEASE) -t taskwarrior-reproduce:$(RELEASE) - < scripts/reproduce-dockerfile
-- COMMAND docker run --rm --memory 1g --hostname tw-$(RELEASE) -it taskwarrior-reproduce:$(RELEASE) bash || :
--)
--add_custom_target(reproduce DEPENDS run-reproduce)
-
- # ---
-
diff --git a/srcpkgs/task/patches/taskchampion.patch b/srcpkgs/task/patches/taskchampion.patch
index 67aa707774c5a1..4efca23d0b72e6 100644
--- a/srcpkgs/task/patches/taskchampion.patch
+++ b/srcpkgs/task/patches/taskchampion.patch
@@ -1,5 +1,5 @@
---- a/taskchampion/lib/src/atomic.rs~
-+++ b/taskchampion/lib/src/atomic.rs
+--- a/src/tc/lib/src/atomic.rs
++++ b/src/tc/lib/src/atomic.rs
@@ -22,7 +22,7 @@
unsafe fn from_ctype(self) -> Option<DateTime<Utc>> {
diff --git a/srcpkgs/task/template b/srcpkgs/task/template
index 246414ab703a62..bd1c031a1a6db5 100644
--- a/srcpkgs/task/template
+++ b/srcpkgs/task/template
@@ -1,9 +1,10 @@
# Template file for 'task'
pkgname=task
-version=3.0.2
+version=3.1.0
revision=1
build_style=cmake
build_helper="rust"
+configure_args="-DCMAKE_BUILD_TYPE=Release"
hostmakedepends="rust cargo"
makedepends="libuuid-devel gnutls-devel rust-std"
short_desc="Task Warrior command-line todo list manager"
@@ -11,7 +12,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://taskwarrior.org"
distfiles="https://github.com/GothenburgBitFactory/taskwarrior/releases/download/v${version}/task-${version}.tar.gz"
-checksum=633b76637b0c74e4845ffa28249f01a16ed2c84000ece58d4358e72bf88d5f10
+checksum=1ae67c74b84067573a53095cf3cb6718245dd7dd808f19f9b3d85da445838b4f
post_install() {
vcompletion scripts/zsh/_task zsh
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2024-11-15 10:54 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-30 10:20 [PR PATCH] task: update to 3.1.0 dataCobra
2024-11-11 9:01 ` [PR PATCH] [Updated] " dataCobra
2024-11-12 8:50 ` dataCobra
2024-11-12 8:54 ` dataCobra
2024-11-14 20:09 ` cinerea0
2024-11-15 10:52 ` dataCobra
2024-11-15 10:54 ` [PR PATCH] [Updated] " dataCobra
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).